[PATCH V6 0/8] app/testpmd: fix RSS and flow type
Huisong Li
lihuisong at huawei.com
Wed Jun 29 10:34:43 CEST 2022
This patchset fix RSS related code and remove duplicated flow type to
string table.
---
v6:
- add a release note for renaming testpmd RSS type 'ether'.
- revert "unknown offload xxx" print.
v5:
- resolve a warning in testpmd_funcs.rst file
v4:
- delete 'rss_offload_table[]' and use 'rss_type_table[]'
- add an 'char_num_per_line' parameter to control RSS types display.
- add 2/7, 3/7 and 6/7 patch.
v3:
- add 'rss_offload_table[]' to display supported RSS offload.
- add patch 3/4 and 4/4.
v2:
- resovle compilation failure when disable i40e and ixgbe.
Ferruh Yigit (2):
app/testpmd: compact RSS types output in some commands
app/testpmd: remove duplicated flow type to string table
Huisong Li (6):
app/testpmd: fix supported RSS offload display
app/testpmd: unify the name of L2 payload offload
doc: testpmd rename RSS type ether to L2 payload
app/testpmd: refactor config all RSS command
app/testpmd: unify RSS types display
app/testpmd: reorder elements in RSS type table array
app/test-pmd/cmdline.c | 122 +++------
app/test-pmd/config.c | 259 +++++++++++++-------
app/test-pmd/testpmd.h | 8 +
doc/guides/rel_notes/release_22_07.rst | 4 +
doc/guides/testpmd_app_ug/testpmd_funcs.rst | 11 +-
drivers/net/i40e/i40e_testpmd.c | 41 +---
6 files changed, 225 insertions(+), 220 deletions(-)
--
2.22.0
More information about the dev
mailing list