[dpdk-dev] [PATCH v6 0/2] net/ice: enable advanced RSS

Simei Su simei.su at intel.com
Thu Oct 17 00:16:00 CEST 2019


[PATCH v6 1/2] add teid hash for gtupu and session id hash for pppoe/pppod.
[PATCH v6 2/2] support input set change and symmetric hash by rte_flow RSS action.

v6:
* Add simultaneous use of SRC_ONLY and DST_ONLY of the same level.
* Update cases in ice_hash_type_list[].

v5:
* Update title for cover letter and commit log.
* Fix some code style.

v4:
* Add rss support for gtpu with teid and pppoe/pppod with session id.
* Split up into patchset.

v3:
* Modify codes according to the comments.
* Update release notes and Makefile/meson.build.

v2:
* Amend to resend patch that v1 is not in community.

Simei Su (2):
  net/ice: add RSS configuration for gtpu/pppoe
  net/ice: enable advanced RSS

 doc/guides/rel_notes/release_19_11.rst |   1 +
 drivers/net/ice/Makefile               |   1 +
 drivers/net/ice/ice_ethdev.c           |  24 ++
 drivers/net/ice/ice_hash.c             | 562 +++++++++++++++++++++++++++++++++
 drivers/net/ice/meson.build            |   1 +
 5 files changed, 589 insertions(+)
 create mode 100644 drivers/net/ice/ice_hash.c

-- 
1.8.3.1



More information about the dev mailing list