mbox series

[V2,0/4] add pvp_vhost_async_multi_paths_performance_dsa

Message ID 20230206040442.3641991-1-weix.ling@intel.com (mailing list archive)
Headers
Series add pvp_vhost_async_multi_paths_performance_dsa |

Message

Ling, WeiX Feb. 6, 2023, 4:04 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_plan
  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 | 923 ++++++++++++++++++
 4 files changed, 1676 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