mbox series

[V4,0/8] tests: update or add rss related suites

Message ID 20201103083656.16541-1-haiyangx.zhao@intel.com (mailing list archive)
Headers
Series tests: update or add rss related suites |

Message

Zhao, HaiyangX Nov. 3, 2020, 8:36 a.m. UTC
  v4:
-rebase cvl_advanced_iavf_rss as it updated.

v3:
-use GTPPDUSessionContainer instead of GTP_PDUSession_ExtensionHeader
 as scapy updated to 2.4.4.

v2:
- tidy up the rss related suite into a patch set
- fix license issue.

v1: 
- autmaitc the rss related suites with the common interface

Haiyang Zhao (2):
  tests/rte_flow_common: add a common module to process rss test
  tests/cvl_advanced_rss_gtpu: add cvl_advanced_rss_gtpu

Xie wei (2):
  tests/TestSuite_cvl_advanced_rss:update script
  tests/TestSuite_cvl_advanced_iavf_rss:update script

Zhimin Huang (1):
  tests/cvl_advanced_iavf_rss_gtpu:add iavf rss gtpu suite

sunqin (3):
  tests/cvl_advanced_rss_pppoe_vlan_esp_ah_l2tp_pfcp
  conf/cvl_advanced_rss_pppoe
  tests/cvl_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp add cvl rss iavf
    test suite

 conf/cvl_advanced_rss_pppoe.cfg               |    5 +
 tests/TestSuite_cvl_advanced_iavf_rss.py      | 6305 ++++++++++--
 tests/TestSuite_cvl_advanced_iavf_rss_gtpu.py | 8964 +++++++++++++++++
 ...advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp.py | 1046 ++
 tests/TestSuite_cvl_advanced_rss.py           | 6944 +++++++++++--
 tests/TestSuite_cvl_advanced_rss_gtpu.py      | 5294 ++++++++++
 ...dvanced_rss_pppoe_vlan_esp_ah_l2tp_pfcp.py | 5461 ++++++++++
 tests/rte_flow_common.py                      |  391 +
 8 files changed, 32506 insertions(+), 1904 deletions(-)
 create mode 100644 conf/cvl_advanced_rss_pppoe.cfg
 create mode 100755 tests/TestSuite_cvl_advanced_iavf_rss_gtpu.py
 create mode 100644 tests/TestSuite_cvl_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp.py
 create mode 100755 tests/TestSuite_cvl_advanced_rss_gtpu.py
 create mode 100644 tests/TestSuite_cvl_advanced_rss_pppoe_vlan_esp_ah_l2tp_pfcp.py
  

Comments

Fu, Qi Nov. 3, 2020, 9:43 a.m. UTC | #1
Acked-by: Fu, Qi<qi.fu@intel.com>

Best regards,
Fu, Qi

> -----Original Message-----
> From: Haiyang Zhao <haiyangx.zhao@intel.com>
> Sent: Tuesday, November 3, 2020 4:37 PM
> To: dts@dpdk.org; Fu, Qi <qi.fu@intel.com>
> Cc: Zhao, HaiyangX <haiyangx.zhao@intel.com>
> Subject: [dts][PATCH V4 0/8] tests: update or add rss related suites
> 
> v4:
> -rebase cvl_advanced_iavf_rss as it updated.
> 
> v3:
> -use GTPPDUSessionContainer instead of GTP_PDUSession_ExtensionHeader  as
> scapy updated to 2.4.4.
> 
> v2:
> - tidy up the rss related suite into a patch set
> - fix license issue.
> 
> v1:
> - autmaitc the rss related suites with the common interface
> 
> Haiyang Zhao (2):
>   tests/rte_flow_common: add a common module to process rss test
>   tests/cvl_advanced_rss_gtpu: add cvl_advanced_rss_gtpu
> 
> Xie wei (2):
>   tests/TestSuite_cvl_advanced_rss:update script
>   tests/TestSuite_cvl_advanced_iavf_rss:update script
> 
> Zhimin Huang (1):
>   tests/cvl_advanced_iavf_rss_gtpu:add iavf rss gtpu suite
> 
> sunqin (3):
>   tests/cvl_advanced_rss_pppoe_vlan_esp_ah_l2tp_pfcp
>   conf/cvl_advanced_rss_pppoe
>   tests/cvl_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp add cvl rss iavf
>     test suite
> 
>  conf/cvl_advanced_rss_pppoe.cfg               |    5 +
>  tests/TestSuite_cvl_advanced_iavf_rss.py      | 6305 ++++++++++--
>  tests/TestSuite_cvl_advanced_iavf_rss_gtpu.py | 8964
> +++++++++++++++++  ...advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp.py | 1046 ++
>  tests/TestSuite_cvl_advanced_rss.py           | 6944 +++++++++++--
>  tests/TestSuite_cvl_advanced_rss_gtpu.py      | 5294 ++++++++++
>  ...dvanced_rss_pppoe_vlan_esp_ah_l2tp_pfcp.py | 5461 ++++++++++
>  tests/rte_flow_common.py                      |  391 +
>  8 files changed, 32506 insertions(+), 1904 deletions(-)  create mode 100644
> conf/cvl_advanced_rss_pppoe.cfg  create mode 100755
> tests/TestSuite_cvl_advanced_iavf_rss_gtpu.py
>  create mode 100644
> tests/TestSuite_cvl_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp.py
>  create mode 100755 tests/TestSuite_cvl_advanced_rss_gtpu.py
>  create mode 100644
> tests/TestSuite_cvl_advanced_rss_pppoe_vlan_esp_ah_l2tp_pfcp.py
> 
> --
> 2.17.1
  
Tu, Lijuan Nov. 4, 2020, 1:32 a.m. UTC | #2
> > -----Original Message-----
> > From: Haiyang Zhao <haiyangx.zhao@intel.com>
> > Sent: Tuesday, November 3, 2020 4:37 PM
> > To: dts@dpdk.org; Fu, Qi <qi.fu@intel.com>
> > Cc: Zhao, HaiyangX <haiyangx.zhao@intel.com>
> > Subject: [dts][PATCH V4 0/8] tests: update or add rss related suites
> >
> > v4:
> > -rebase cvl_advanced_iavf_rss as it updated.
> >
> > v3:
> > -use GTPPDUSessionContainer instead of GTP_PDUSession_ExtensionHeader
> > as scapy updated to 2.4.4.
> >
> > v2:
> > - tidy up the rss related suite into a patch set
> > - fix license issue.
> >
> > v1:
> > - autmaitc the rss related suites with the common interface
> >
> > Haiyang Zhao (2):
> >   tests/rte_flow_common: add a common module to process rss test
> >   tests/cvl_advanced_rss_gtpu: add cvl_advanced_rss_gtpu
> >
> > Xie wei (2):
> >   tests/TestSuite_cvl_advanced_rss:update script
> >   tests/TestSuite_cvl_advanced_iavf_rss:update script
> >
> > Zhimin Huang (1):
> >   tests/cvl_advanced_iavf_rss_gtpu:add iavf rss gtpu suite
> >
> > sunqin (3):
> >   tests/cvl_advanced_rss_pppoe_vlan_esp_ah_l2tp_pfcp
> >   conf/cvl_advanced_rss_pppoe
> >   tests/cvl_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp add cvl rss iavf
> >     test suite
> >
> >  conf/cvl_advanced_rss_pppoe.cfg               |    5 +
> >  tests/TestSuite_cvl_advanced_iavf_rss.py      | 6305 ++++++++++--
> >  tests/TestSuite_cvl_advanced_iavf_rss_gtpu.py | 8964
> > +++++++++++++++++  ...advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp.py |
> > +++++++++++++++++ 1046 ++
> >  tests/TestSuite_cvl_advanced_rss.py           | 6944 +++++++++++--
> >  tests/TestSuite_cvl_advanced_rss_gtpu.py      | 5294 ++++++++++
> >  ...dvanced_rss_pppoe_vlan_esp_ah_l2tp_pfcp.py | 5461 ++++++++++
> >  tests/rte_flow_common.py                      |  391 +
> >  8 files changed, 32506 insertions(+), 1904 deletions(-)  create mode
> > 100644 conf/cvl_advanced_rss_pppoe.cfg  create mode 100755
> > tests/TestSuite_cvl_advanced_iavf_rss_gtpu.py
> >  create mode 100644
> > tests/TestSuite_cvl_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp.py
> >  create mode 100755 tests/TestSuite_cvl_advanced_rss_gtpu.py
> >  create mode 100644
> > tests/TestSuite_cvl_advanced_rss_pppoe_vlan_esp_ah_l2tp_pfcp.py
> >
> Acked-by: Fu, Qi<qi.fu@intel.com

Applied