mbox

[V5,0/7] app/testpmd: fix RSS and flow type

Message ID 20220624072401.21839-1-lihuisong@huawei.com (mailing list archive)
Headers

Message

lihuisong (C) June 24, 2022, 7:23 a.m. UTC
  This patchset fix RSS related code and remove duplicated flow type to      
string table.

---
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 (5):
  app/testpmd: fix supported RSS offload display
  app/testpmd: unify the name of L2 payload offload
  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                      | 127 +++-------
 app/test-pmd/config.c                       | 263 +++++++++++++-------
 app/test-pmd/testpmd.h                      |   8 +
 doc/guides/testpmd_app_ug/testpmd_funcs.rst |  11 +-
 drivers/net/i40e/i40e_testpmd.c             |  41 +--
 5 files changed, 228 insertions(+), 222 deletions(-)