mbox series

[V1,0/3] add vhost_async_robust_cbdma

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

Message

Ling, WeiX Feb. 16, 2023, 6:17 a.m. UTC
  Add new testplan and testsuite for testing Vhost asynchronous
data path with CBDMA driver in the PVP topology environment 
with testpmd.

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

 test_plans/index.rst                          |   1 +
 .../vhost_async_robust_cbdma_test_plan.rst    | 278 +++++++
 tests/TestSuite_vhost_async_robust_cbdma.py   | 683 ++++++++++++++++++
 3 files changed, 962 insertions(+)
 create mode 100644 test_plans/vhost_async_robust_cbdma_test_plan.rst
 create mode 100644 tests/TestSuite_vhost_async_robust_cbdma.py