mbox

[V4,0/4] add pvp_vhost_async_multi_paths_performance_dsa

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

Message

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

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

 ...host_async_multi_paths_performance_dsa.cfg | 166 ++++
 test_plans/index.rst                          |   1 +
 ..._multi_paths_performance_dsa_test_plan.rst | 586 +++++++++++
 ...vhost_async_multi_paths_performance_dsa.py | 920 ++++++++++++++++++
 4 files changed, 1673 insertions(+)
 create mode 100644 conf/pvp_vhost_async_multi_paths_performance_dsa.cfg
 create mode 100644 test_plans/pvp_vhost_async_multi_paths_performance_dsa_test_plan.rst
 create mode 100644 tests/TestSuite_pvp_vhost_async_multi_paths_performance_dsa.py