mbox series

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

Message ID 20220624041246.8779-1-lihuisong@huawei.com (mailing list archive)
Headers
Series app/testpmd: fix RSS and flow type |

Message

lihuisong (C) June 24, 2022, 4:12 a.m. UTC
  This patchset fix RSS related code and remove duplicated flow type to      
string table.                                                              
                                                                           
---                                                                        
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(-)