mbox

[V3,0/3] add vhost_user_interrupt_cbdma

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

Message

Ling, WeiX Nov. 22, 2022, 6:52 a.m. UTC
  Add new vhost_user_interrupt_cbdma testplan and testsuite to test
the virtio enqueue and dequeue use l3fwd-power with split ring 
and packed ring path and CBDMA.

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

 test_plans/index.rst                          |   1 +
 .../vhost_user_interrupt_cbdma_test_plan.rst  |  84 ++++++
 tests/TestSuite_vhost_user_interrupt_cbdma.py | 275 ++++++++++++++++++
 3 files changed, 360 insertions(+)
 create mode 100644 test_plans/vhost_user_interrupt_cbdma_test_plan.rst
 create mode 100644 tests/TestSuite_vhost_user_interrupt_cbdma.py