[dpdk-dev] [PATCH v4 0/2] enable advanced RSS

Simei Su simei.su at intel.com
Fri Sep 27 11:53:34 CEST 2019


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

[PTACH v4 2/2] depends on the following patches on patchwork:
  (1)net/ice: rework for generic flow enabling
  (2)https://patchwork.dpdk.org/patch/57137/
       [v2,1/2] ethdev: add symmetric toeplitz hash support
  (3)https://patchwork.dpdk.org/patch/57138/
       [v2,2/2] app/testpmd: add symmetric toeplitz hash support
  (4)https://patchwork.dpdk.org/patch/59982/
       [v4,1/3] ethdev: decouple flow types and RSS offload types
  (5)https://patchwork.dpdk.org/patch/59983/
       [v4,2/3] ethdev: extend RSS offload types
  (6)https://patchwork.dpdk.org/patch/59985/
       [v4,3/2] app/testpmd: add RSS offload types extending support

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             | 556 +++++++++++++++++++++++++++++++++
 drivers/net/ice/meson.build            |   1 +
 5 files changed, 583 insertions(+)
 create mode 100644 drivers/net/ice/ice_hash.c

-- 
1.8.3.1



More information about the dev mailing list