All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] unification of flow types and RSS offload types
@ 2015-01-19  6:56 Helin Zhang
       [not found] ` <1421650577-25969-1-git-send-email-helin.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 26+ messages in thread
From: Helin Zhang @ 2015-01-19  6:56 UTC (permalink / raw)
  To: dev-VfR2kkLFssw

It unifies the flow types and RSS offload types for all PMDs. Previously
flow types are defined actually for i40e, and there has different RSS
offloads tyeps for 1/10G and 40G seperately. This is not so convenient
for application development, and not good for adding new PMDs. In
addition, it enables new RSS offloads of 'tcp' and 'all' in testpmd.


Helin Zhang (7):
  app/test-pmd: code style fix
  ethdev: code style fix
  i40e: code style fix
  ethdev: fix of calculating the size of flow type mask array
  ethdev: unification of flow types
  ethdev: unification of RSS offload types
  app/testpmd: support new rss offloads

 app/test-pipeline/init.c                |   2 +-
 app/test-pmd/cmdline.c                  | 107 +++++++++++++++--------
 app/test-pmd/config.c                   | 137 +++++++++++++++++++----------
 examples/distributor/main.c             |   9 +-
 examples/ip_pipeline/init.c             |   2 +-
 examples/l3fwd-acl/main.c               |   7 +-
 lib/librte_ether/rte_eth_ctrl.h         |  91 +++++++++++---------
 lib/librte_ether/rte_ethdev.h           | 147 +++++++++++++-------------------
 lib/librte_pmd_e1000/e1000_ethdev.h     |  11 +++
 lib/librte_pmd_e1000/igb_ethdev.c       |   1 +
 lib/librte_pmd_e1000/igb_rxtx.c         |  27 ++----
 lib/librte_pmd_i40e/i40e_ethdev.c       | 126 ++++++++++++++-------------
 lib/librte_pmd_i40e/i40e_ethdev.h       |  50 +++++------
 lib/librte_pmd_i40e/i40e_ethdev_vf.c    |   1 +
 lib/librte_pmd_i40e/i40e_fdir.c         |  91 ++++++++++----------
 lib/librte_pmd_ixgbe/ixgbe_ethdev.c     |   1 +
 lib/librte_pmd_ixgbe/ixgbe_ethdev.h     |  11 +++
 lib/librte_pmd_ixgbe/ixgbe_rxtx.c       |  27 ++----
 lib/librte_pmd_vmxnet3/vmxnet3_ethdev.c |   1 +
 lib/librte_pmd_vmxnet3/vmxnet3_ethdev.h |   6 ++
 lib/librte_pmd_vmxnet3/vmxnet3_rxtx.c   |  10 +--
 21 files changed, 473 insertions(+), 392 deletions(-)

-- 
1.9.3

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

end of thread, other threads:[~2015-02-24 15:01 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-19  6:56 [PATCH 0/7] unification of flow types and RSS offload types Helin Zhang
     [not found] ` <1421650577-25969-1-git-send-email-helin.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2015-01-19  6:56   ` [PATCH 1/7] app/test-pmd: code style fix Helin Zhang
2015-01-19  6:56   ` [PATCH 2/7] ethdev: " Helin Zhang
2015-01-19  6:56   ` [PATCH 3/7] i40e: " Helin Zhang
2015-01-19  6:56   ` [PATCH 4/7] ethdev: fix of calculating the size of flow type mask array Helin Zhang
     [not found]     ` <1421650577-25969-5-git-send-email-helin.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2015-02-02 15:31       ` Thomas Monjalon
2015-02-03  5:24         ` Zhang, Helin
2015-01-19  6:56   ` [PATCH 5/7] ethdev: unification of flow types Helin Zhang
     [not found]     ` <98DB008FA2AC6644B40AD8C766FAB271014BDED15D@BOREAL.arubanetworks.com>
     [not found]       ` <98DB008FA2AC6644B40AD8C766FAB271014BDED15D-AxeMsvIPF9dVlT40swnHCBaHJUVzwnCM@public.gmane.org>
2015-01-27  5:20         ` Zhang, Helin
     [not found]     ` <1421650577-25969-6-git-send-email-helin.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2015-02-02 15:38       ` Thomas Monjalon
2015-02-03  5:40         ` Zhang, Helin
2015-01-19  6:56   ` [PATCH 6/7] ethdev: unification of RSS offload types Helin Zhang
2015-01-19  6:56   ` [PATCH 7/7] app/testpmd: support new rss offloads Helin Zhang
2015-01-22  7:48   ` [PATCH 0/7] unification of flow types and RSS offload types Wu, Jingjing
2015-02-04  7:16   ` [PATCH v2 0/7] unified " Helin Zhang
     [not found]     ` <1423034193-26966-1-git-send-email-helin.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2015-02-04  7:16       ` [PATCH v2 1/7] app/test-pmd: code style fix Helin Zhang
2015-02-04  7:16       ` [PATCH v2 2/7] ethdev: " Helin Zhang
2015-02-04  7:16       ` [PATCH v2 3/7] i40e: " Helin Zhang
2015-02-04  7:16       ` [PATCH v2 4/7] ethdev: fix of calculating the size of flow type mask array Helin Zhang
2015-02-04  7:16       ` [PATCH v2 5/7] ethdev: unification of flow types Helin Zhang
2015-02-04  7:16       ` [PATCH v2 6/7] ethdev: unification of RSS offload types Helin Zhang
2015-02-04  7:16       ` [PATCH v2 7/7] app/testpmd: support new rss offloads Helin Zhang
2015-02-15  5:03       ` [PATCH v2 0/7] unified flow types and RSS offload types Wu, Jingjing
     [not found]         ` <9BB6961774997848B5B42BEC655768F8BA84DF-0J0gbvR4kTg/UvCtAeCM4rfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2015-02-22 22:58           ` Thomas Monjalon
2015-02-24 13:45             ` Zhang, Helin
     [not found]               ` <F35DEAC7BCE34641BA9FAC6BCA4A12E70A80BDFB-0J0gbvR4kTg/UvCtAeCM4rfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2015-02-24 15:01                 ` Wu, Jingjing

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.