mbox

[v8,0/3] extend RSS offload types

Message ID 1569940564-311988-1-git-send-email-simei.su@intel.com (mailing list archive)
Headers

Message

Simei Su Oct. 1, 2019, 2:36 p.m. UTC
  [PATCH v8 1/3] ethdev: decouple flow types and RSS offload types.
[PATCH v8 2/3] ethdev: add several bits for extending rss offload types.
[PATCH v8 3/3] app/testpmd: add cmdline support for extending rss types.

v8:
* Add to check the simultaneous use of SRC/DST_ONLY of the same level
  in rte_eth_dev_rss_hash_update() and rte_eth_dev_configure().
* Update code comments.

v7:
* Supplement related configuration for new flag in app/test-pmd/cmdline.c.

v6:
* Add the new flag in app/test-pmd/cmdline.c.

v5:
* Update code comments.

v4:
* Divide one patch into two patches.
* Delete ETH_RSS_L2_SRC/DST_ONLY.

v3:
* Update code comments and code style.

v2:
* Update code comments.

Simei Su (3):
  ethdev: decouple flow types and RSS offload types
  ethdev: extend RSS offload types
  app/testpmd: add RSS offload types extending support

 app/test-pmd/cmdline.c         | 18 ++++++++++--
 app/test-pmd/config.c          |  4 +++
 lib/librte_ethdev/rte_ethdev.c | 22 +++++++++++++++
 lib/librte_ethdev/rte_ethdev.h | 63 +++++++++++++++++++++++++-----------------
 4 files changed, 78 insertions(+), 29 deletions(-)