[dpdk-dev] [PATCH v4 0/3] configure RSS hash

Bernard Iremonger bernard.iremonger at intel.com
Wed Apr 15 13:14:12 CEST 2020


Configure the RSS hash for the i40e PMD using the 
rte_flow API RSS pattern.

The i40e  patch depends on the following patch:
http://patches.dpdk.org/patch/68533/
[v9] net/i40e: enable hash configuration in RSS flow                                       
 
Changes in v4: 
--------------
Rebased to dpdk-next-net
Renumbered esp and ah in librte_ethdev patch.

Changes in v3: 
--------------
Reduce types in testpmd patch to esp and ah. 

Changes in v2: 
--------------
i40e changes are based on http://patches.dpdk.org/patch/67042/
update i40e PMD user guide.
Add more types to testpmd patch


Bernard Iremonger (3):
  librte_ethdev: add RSS offload types for ESP and AH
  app/testpmd: handle RSS offload types ESP and AH
  net/i40e: add ESP patterns

 app/test-pmd/cmdline.c         | 4 +++-
 app/test-pmd/config.c          | 2 ++
 doc/guides/nics/i40e.rst       | 3 ++-
 drivers/net/i40e/i40e_flow.c   | 4 ++++
 lib/librte_ethdev/rte_ethdev.h | 3 +++
 5 files changed, 14 insertions(+), 2 deletions(-)

-- 
2.7.4



More information about the dev mailing list