mbox

[V2,0/3] add vhost_event_idx_interrupt_cbdma

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

Message

Ling, WeiX Nov. 11, 2022, 5:41 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_plan
  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 | 269 +++++++++++
 ...stSuite_vhost_event_idx_interrupt_cbdma.py | 426 ++++++++++++++++++
 3 files changed, 696 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