mbox

[V2,0/3] add vswitch_sample_dsa

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

Message

Ling, WeiX March 27, 2023, 7:30 a.m. UTC
  Add vswitch_sample_dsa testplan and testsuite to test dpdk-vhost APP
with host DMA operation callbacks for DSA PMD and vhost async data-path.

Wei Ling (3):
  test_plans/index: add vswitch_sample_dsa
  test_plans/vswitch_sample_dsa: add new testplan
  tests/vswitch_sample_dsa: add new testsuite

 test_plans/index.rst                        |    1 +
 test_plans/vswitch_sample_dsa_test_plan.rst |  968 +++++++++++++++++
 tests/TestSuite_vswitch_sample_dsa.py       | 1033 +++++++++++++++++++
 3 files changed, 2002 insertions(+)
 create mode 100644 test_plans/vswitch_sample_dsa_test_plan.rst
 create mode 100644 tests/TestSuite_vswitch_sample_dsa.py