mbox

[V3,0/4] add pvp_vhost_async_virtio_pmd_perf_dsa

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

Message

Ling, WeiX Feb. 16, 2023, 8:35 a.m. UTC
  Add pvp_vhost_async_virtio_pmd_perf_dsa testplan, testsuite and
config file to test pvp vhost/virtio-pmd async data-path performance
use DSA device with dpdk and kernel driver.

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

 conf/pvp_vhost_async_virtio_pmd_perf_dsa.cfg  |  223 ++++
 test_plans/index.rst                          |    1 +
 ...st_async_virtio_pmd_perf_dsa_test_plan.rst | 1120 +++++++++++++++++
 ...ite_pvp_vhost_async_virtio_pmd_perf_dsa.py |  995 +++++++++++++++
 4 files changed, 2339 insertions(+)
 create mode 100644 conf/pvp_vhost_async_virtio_pmd_perf_dsa.cfg
 create mode 100644 test_plans/pvp_vhost_async_virtio_pmd_perf_dsa_test_plan.rst
 create mode 100644 tests/TestSuite_pvp_vhost_async_virtio_pmd_perf_dsa.py