mbox series

[v2,0/3] configure RSS hash

Message ID 1585151755-15837-1-git-send-email-bernard.iremonger@intel.com (mailing list archive)
Headers
Series configure RSS hash |

Message

Iremonger, Bernard March 25, 2020, 3:55 p.m. UTC
  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/67042/
[v5] net/i40e: implement hash function in rte flow API

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          | 6 ++++++
 doc/guides/nics/i40e.rst       | 3 ++-
 drivers/net/i40e/i40e_flow.c   | 4 ++++
 lib/librte_ethdev/rte_ethdev.h | 2 ++
 5 files changed, 17 insertions(+), 2 deletions(-)