All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] configurable PTYPE mapping
@ 2017-02-27  4:56 Qi Zhang
  2017-02-27  4:56 ` [PATCH 1/2] net/i40e: enable per dev PTYPE mapping table Qi Zhang
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Qi Zhang @ 2017-02-27  4:56 UTC (permalink / raw)
  To: jingjing.wu, helin.zhang; +Cc: dev, Qi Zhang

The patch set create new APIs that help to change the mapping from 
hardware defined packet type to software defined packet type for i40e 
NICs.
Keep these APIs private is because currently they are only meaningful
for devices that support dynamic PTYPE configuration, which may not be 
a general device feature.

Qi Zhang (2):
  net/i40e: enable per dev PTYPE mapping table
  net/i40e: configurable PTYPE mapping

 drivers/net/i40e/i40e_ethdev.c        | 191 ++++++++++++++++++++++++++++++++++
 drivers/net/i40e/i40e_ethdev.h        |   3 +
 drivers/net/i40e/i40e_ethdev_vf.c     |   2 +-
 drivers/net/i40e/i40e_rxtx.c          |  30 ++++--
 drivers/net/i40e/i40e_rxtx.h          |   5 +-
 drivers/net/i40e/i40e_rxtx_vec_neon.c |   8 +-
 drivers/net/i40e/i40e_rxtx_vec_sse.c  |  14 +--
 drivers/net/i40e/rte_pmd_i40e.h       |  81 ++++++++++++++
 8 files changed, 315 insertions(+), 19 deletions(-)

-- 
2.9.3

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2017-03-28 12:28 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-27  4:56 [PATCH 0/2] configurable PTYPE mapping Qi Zhang
2017-02-27  4:56 ` [PATCH 1/2] net/i40e: enable per dev PTYPE mapping table Qi Zhang
2017-02-27  4:56 ` [PATCH 2/2] net/i40e: configurable PTYPE mapping Qi Zhang
2017-03-06 15:32   ` Ferruh Yigit
2017-03-07  2:37     ` Zhang, Qi Z
2017-03-12 12:08 ` [PATCH v2 0/3] " Qi Zhang
2017-03-12 12:08   ` [PATCH v2 1/3] net/i40e: enable per dev PTYPE mapping table Qi Zhang
2017-03-12 12:08   ` [PATCH v2 2/3] net/i40e: configurable PTYPE mapping Qi Zhang
2017-03-12 12:08   ` [PATCH v2 3/3] app/testpmd: add CL for ptype mapping configure Qi Zhang
2017-03-16 16:27     ` Ferruh Yigit
2017-03-17  9:51       ` Zhang, Qi Z
2017-03-28  3:34       ` Wu, Jingjing
2017-03-28 12:28         ` Ferruh Yigit

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.