mbox series

[0/3] update testsuites that uses softnic driver

Message ID 20221108150636.2459852-1-yogesh.jangra@intel.com (mailing list archive)
Headers
Series update testsuites that uses softnic driver |

Message

Yogesh Jangra Nov. 8, 2022, 3:06 p.m. UTC
  DPDK 22.11 release has updated the Soft NIC driver. With this release
softnic is using rte_swx_pipeline_xxx library. The CLI that support
flow, metering and policing has been removed. So this series removed the
flow_classify_softnic and metering_and_policing test suites.
This patch series also update softnic test suite. The testsuite uses the
latest configuration files.

Yogesh Jangra (3):
  test/metering_and_policing: removed the test suite as per dpdk changes
  test/flow_classify_softnic: removed the test suite as per dpdk changes
  test/softnic: updated softnic test suite as per dpdk 22.11 changes

 dep/flow_classify_softnic.tar.gz              |  Bin 1610 -> 0 bytes
 dep/meter_and_policy_config.tar.gz            |  Bin 1182 -> 0 bytes
 dep/softnic/rx_tx/pcap_files/in.txt           |   12 +
 dep/softnic/rx_tx/pcap_files/out.txt          |   12 +
 dep/softnic/rx_tx/readme.txt                  |    8 +
 dep/softnic/rx_tx/rx_tx.cli                   |   21 +
 dep/softnic/rx_tx/rx_tx.spec                  |   19 +
 dep/softnic/rx_tx/rx_tx_1.io                  |   30 +
 dep/softnic/rx_tx/rx_tx_2.io                  |   30 +
 .../flow_classify_softnic_test_plan.rst       | 1261 -------
 test_plans/index.rst                          |    2 -
 .../metering_and_policing_test_plan.rst       |  914 -----
 test_plans/softnic_test_plan.rst              |  137 +-
 tests/TestSuite_flow_classify_softnic.py      | 3003 -----------------
 tests/TestSuite_metering_and_policing.py      | 1296 -------
 tests/TestSuite_softnic.py                    |  414 +--
 16 files changed, 416 insertions(+), 6743 deletions(-)
 delete mode 100644 dep/flow_classify_softnic.tar.gz
 delete mode 100644 dep/meter_and_policy_config.tar.gz
 create mode 100644 dep/softnic/rx_tx/pcap_files/in.txt
 create mode 100644 dep/softnic/rx_tx/pcap_files/out.txt
 create mode 100644 dep/softnic/rx_tx/readme.txt
 create mode 100644 dep/softnic/rx_tx/rx_tx.cli
 create mode 100644 dep/softnic/rx_tx/rx_tx.spec
 create mode 100644 dep/softnic/rx_tx/rx_tx_1.io
 create mode 100644 dep/softnic/rx_tx/rx_tx_2.io
 delete mode 100644 test_plans/flow_classify_softnic_test_plan.rst
 delete mode 100644 test_plans/metering_and_policing_test_plan.rst
 delete mode 100644 tests/TestSuite_flow_classify_softnic.py
 delete mode 100644 tests/TestSuite_metering_and_policing.py
  

Comments

Tu, Lijuan Nov. 30, 2022, 6:32 a.m. UTC | #1
> -----Original Message-----
> From: Yogesh Jangra <yogesh.jangra@intel.com>
> Sent: Tuesday, November 8, 2022 11:07 PM
> To: dts@dpdk.org
> Cc: Dumitrescu, Cristian <cristian.dumitrescu@intel.com>; R, Kamalakannan
> <kamalakannan.r@intel.com>; Suresh Narayane, Harshad
> <harshad.suresh.narayane@intel.com>
> Subject: [PATCH 0/3] update testsuites that uses softnic driver
> 
> DPDK 22.11 release has updated the Soft NIC driver. With this release softnic
> is using rte_swx_pipeline_xxx library. The CLI that support flow, metering
> and policing has been removed. So this series removed the
> flow_classify_softnic and metering_and_policing test suites.
> This patch series also update softnic test suite. The testsuite uses the latest
> configuration files.
> 
> Yogesh Jangra (3):
>   test/metering_and_policing: removed the test suite as per dpdk changes
>   test/flow_classify_softnic: removed the test suite as per dpdk changes
>   test/softnic: updated softnic test suite as per dpdk 22.11 changes

Applied the series, thanks