mbox series

[V4,00/13] vf_l3fwd_kernelpf: add more test scenario

Message ID 20210330070525.5056-1-yufengx.mo@intel.com (mailing list archive)
Headers
Series vf_l3fwd_kernelpf: add more test scenario |

Message

Yufen.Mo March 30, 2021, 7:05 a.m. UTC
  v4: 
 -  change accepted_tolerance to '1%%' and delta to float 

v3: 
 -  fix checkpatch error. 

v2: 
 -  add stage 2 demand. 

v1: 
 -  add more test scenario. 

yufengmx (13):
  conf/vf_l3fwd_base: add more flows
  tests/perf_test_base: extend vf l3fwd content
  conf/vf_l3fwd_em_kernelpf: configuration
  tests/vf_l3fwd_em_kernelpf: script
  conf/vf_l3fwd_kernelpf: configuration
  tests/vf_l3fwd_kernelpf: add more test scenario
  conf/vf_l3fwd_lpm_ipv4_kernelpf: configuration
  tests/vf_l3fwd_lpm_ipv4_kernelpf: script
  conf/vf_l3fwd_lpm_ipv4_rfc2544_kernelpf: configuration
  tests/vf_l3fwd_lpm_ipv4_rfc2544_kernelpf: script
  conf/vf_l3fwd_lpm_ipv6_kernelpf: configuration
  tests/vf_l3fwd_lpm_ipv6_kernelpf: script
  tests/perf_test_base: script

 conf/vf_l3fwd_base.cfg                        |  93 +++++-
 conf/vf_l3fwd_em_kernelpf.cfg                 | 101 ++++++
 conf/vf_l3fwd_kernelpf.cfg                    | 305 +++++++++++++++++-
 conf/vf_l3fwd_lpm_ipv4_kernelpf.cfg           |  59 ++++
 conf/vf_l3fwd_lpm_ipv4_rfc2544_kernelpf.cfg   |  59 ++++
 conf/vf_l3fwd_lpm_ipv6_kernelpf.cfg           |  59 ++++
 tests/TestSuite_vf_l3fwd_em_kernelpf.py       |  89 +++++
 tests/TestSuite_vf_l3fwd_kernelpf.py          |  40 ++-
 tests/TestSuite_vf_l3fwd_lpm_ipv4_kernelpf.py |  85 +++++
 ...uite_vf_l3fwd_lpm_ipv4_rfc2544_kernelpf.py |  85 +++++
 tests/TestSuite_vf_l3fwd_lpm_ipv6_kernelpf.py |  85 +++++
 tests/perf_test_base.py                       | 122 ++++++-
 12 files changed, 1152 insertions(+), 30 deletions(-)
 create mode 100644 conf/vf_l3fwd_em_kernelpf.cfg
 create mode 100644 conf/vf_l3fwd_lpm_ipv4_kernelpf.cfg
 create mode 100644 conf/vf_l3fwd_lpm_ipv4_rfc2544_kernelpf.cfg
 create mode 100644 conf/vf_l3fwd_lpm_ipv6_kernelpf.cfg
 create mode 100644 tests/TestSuite_vf_l3fwd_em_kernelpf.py
 create mode 100644 tests/TestSuite_vf_l3fwd_lpm_ipv4_kernelpf.py
 create mode 100644 tests/TestSuite_vf_l3fwd_lpm_ipv4_rfc2544_kernelpf.py
 create mode 100644 tests/TestSuite_vf_l3fwd_lpm_ipv6_kernelpf.py
  

Comments

Tu, Lijuan March 31, 2021, 5:54 a.m. UTC | #1
> -----Original Message-----
> From: Mo, YufengX <yufengx.mo@intel.com>
> Sent: 2021年3月30日 15:05
> To: dts@dpdk.org; Tu, Lijuan <lijuan.tu@intel.com>
> Cc: Mo, YufengX <yufengx.mo@intel.com>
> Subject: [dts][PATCH V4 00/13] vf_l3fwd_kernelpf: add more test scenario
> 
> 
> v4:
>  -  change accepted_tolerance to '1%%' and delta to float
> 
> v3:
>  -  fix checkpatch error.
> 
> v2:
>  -  add stage 2 demand.
> 
> v1:
>  -  add more test scenario.

Series applied, thanks.