mbox series

[0/3] configure RSS hash

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

Message

Iremonger, Bernard March 18, 2020, 12:38 p.m. UTC
  Configure the RSS hash for the i40e PMD using the 
rte_flow API RSS action.

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

 app/test-pmd/cmdline.c         |  4 +++-
 app/test-pmd/config.c          |  2 ++
 drivers/net/i40e/i40e_flow.c   | 46 +++++++++++++++++++++++++++++++-----------
 lib/librte_ethdev/rte_ethdev.h |  2 ++
 4 files changed, 41 insertions(+), 13 deletions(-)