mbox

[V6,0/3] flexible_rxd: add test cases for iavf/mpls

Message ID 20201110061858.5525-1-yufengx.mo@intel.com (mailing list archive)
Headers

Message

Yufen.Mo Nov. 10, 2020, 6:18 a.m. UTC
  v6: 
 -  update compile dep file name based on 20.11 rc3 change. 
 -  upload iavf_flexible_descriptor suite script for flexible iavf merged in 20.11 rc3. 

v5: 
 -  rebase source code 

v4: 
 -  add non escape string limit. 

v3: 
 -  update compile dep file name based on 20.11 rc1 change. 

v2: 
 -  update iavf test content 
 -  change the 'flex_desc' to 'proto_xtr' when start testpmd. 
 -  change check_IPv4_IPv6_TCP_fields_in_RXD_on_specific_queues RXDIDs. 

v1: 
 - add test cases for iavf/mpls. 

yufengmx (3):
  flexible_rxd: unify common test content
  flexible_rxd: add mpls test cases
  iavf_flexible_descriptor: upload suite

 tests/TestSuite_flexible_rxd.py             | 255 ++++-------
 tests/TestSuite_iavf_flexible_descriptor.py | 246 ++++++++++
 tests/flexible_common.py                    | 483 ++++++++++++++++++++
 3 files changed, 825 insertions(+), 159 deletions(-)
 create mode 100644 tests/TestSuite_iavf_flexible_descriptor.py
 create mode 100644 tests/flexible_common.py