mbox

[V7,0/3] add vhost_event_idx_interrupt_cbdma

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

Message

Ling, WeiX Dec. 23, 2022, 2:28 a.m. UTC
  Add new vhost_event_idx_interrupt_cbdma testplan and testsuite to 
test the virtio enqueue with split ring and packed ring path and CBDMA.

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

 test_plans/index.rst                          |   1 +
 ...st_event_idx_interrupt_cbdma_test_plan.rst | 274 +++++++++++
 ...stSuite_vhost_event_idx_interrupt_cbdma.py | 430 ++++++++++++++++++
 3 files changed, 705 insertions(+)
 create mode 100644 test_plans/vhost_event_idx_interrupt_cbdma_test_plan.rst
 create mode 100644 tests/TestSuite_vhost_event_idx_interrupt_cbdma.py