mbox

[V1,0/4] add loopback_vhost_async_perf_dsa testplan

Message ID 20230206033845.3640424-1-weix.ling@intel.com (mailing list archive)
Headers

Message

Ling, WeiX Feb. 6, 2023, 3:38 a.m. UTC
  Add loopback_vhost_async_perf_dsa testplan, testsuite and config file
to test loopback vhost/virtio multi-paths async data-path use DSA device
with dpdk and kernel driver.

Wei Ling (4):
  test_plans/index: add loopback_vhost_async_perf_dsa_test_plan
  test_plans/loopback_vhost_async_perf_dsa: add new testplan
  tests/loopback_vhost_async_perf_dsa: add new testsuite
  conf/loopback_vhost_async_perf_dsa: add new testsuite config file

 conf/loopback_vhost_async_perf_dsa.cfg        | 405 ++++++++
 test_plans/index.rst                          |   1 +
 ...oopback_vhost_async_perf_dsa_test_plan.rst | 626 +++++++++++
 ...TestSuite_loopback_vhost_async_perf_dsa.py | 974 ++++++++++++++++++
 4 files changed, 2006 insertions(+)
 create mode 100644 conf/loopback_vhost_async_perf_dsa.cfg
 create mode 100644 test_plans/loopback_vhost_async_perf_dsa_test_plan.rst
 create mode 100644 tests/TestSuite_loopback_vhost_async_perf_dsa.py