test suite reviews and discussions
 help / color / mirror / Atom feed
From: Yogesh Jangra <yogesh.jangra@intel.com>
To: dts@dpdk.org
Cc: cristian.dumitrescu@intel.com, kamalakannan.r@intel.com,
	harshad.suresh.narayane@intel.com
Subject: [PATCH 0/3] update testsuites that uses softnic driver
Date: Tue,  8 Nov 2022 20:36:33 +0530	[thread overview]
Message-ID: <20221108150636.2459852-1-yogesh.jangra@intel.com> (raw)

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

-- 
2.34.1


             reply	other threads:[~2022-11-08 15:16 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-08 15:06 Yogesh Jangra [this message]
2022-11-08 15:06 ` [PATCH 1/3] test/metering_and_policing: removed the test suite as per dpdk changes Yogesh Jangra
2022-11-08 15:06 ` [PATCH 2/3] test/flow_classify_softnic: " Yogesh Jangra
2022-11-08 15:06 ` [PATCH 3/3] test/softnic: updated softnic test suite as per dpdk 22.11 changes Yogesh Jangra
2022-11-30  6:32 ` [PATCH 0/3] update testsuites that uses softnic driver Tu, Lijuan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221108150636.2459852-1-yogesh.jangra@intel.com \
    --to=yogesh.jangra@intel.com \
    --cc=cristian.dumitrescu@intel.com \
    --cc=dts@dpdk.org \
    --cc=harshad.suresh.narayane@intel.com \
    --cc=kamalakannan.r@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).