mbox

[V5,0/3] add vhost_event_idx_interrupt_cbdma

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

Message

Ling, WeiX Dec. 15, 2022, 8:21 a.m. UTC
  Add vhost_event_idx_interrupt_cbdma_test_plan in test_plans and
TestSuite_vhost_event_idx_interrupt_cbdma.py in 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 | 274 +++++++++++
 ...stSuite_vhost_event_idx_interrupt_cbdma.py | 429 ++++++++++++++++++
 3 files changed, 704 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