mbox series

[V2,0/3] add vhost_user_interrupt_cbdma

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

Message

Ling, WeiX Nov. 11, 2022, 5:58 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  |  79 +++++
 tests/TestSuite_vhost_user_interrupt_cbdma.py | 275 ++++++++++++++++++
 3 files changed, 355 insertions(+)
 create mode 100644 test_plans/vhost_user_interrupt_cbdma_test_plan.rst
 create mode 100644 tests/TestSuite_vhost_user_interrupt_cbdma.py