mbox

[V3,app/testpmd,0/4] fix RSS types and flow type

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

Message

lihuisong (C) June 7, 2022, 8:32 a.m. UTC
  This patch fixes RSS types output and removes duplicated flow type to
string table.

---
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 (2):
  app/testpmd: fix supported RSS offload display
  app/testpmd: unify RSS types display and obtaination

 app/test-pmd/cmdline.c |  41 +------
 app/test-pmd/config.c  | 272 ++++++++++++++++++++++++++++++-----------
 app/test-pmd/testpmd.h |   5 +
 3 files changed, 209 insertions(+), 109 deletions(-)