mbox

[V1,0/3] add vhost_virtio_pmd_interrupt_cbdma

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

Message

Ling, WeiX May 7, 2022, 9:14 a.m. UTC
  As commit 53d3f4778c(vhost: integrate dmadev in asynchronous data-path),
add new testsuite vhost_virtio_pmd_interrupt_cbdma for coverage cover 
virtio 0.95, virtio 1.0 and virtio 1.1 with CBDMA.
1) Add new testplan vhost_virtio_pmd_interrupt_cbdma_test_plan into test_plans/index.rst.
2) Add new testplan test_plans/vhost_virtio_pmd_interrupt_cbdma_test_plan into
   test_plans.
3) Add new testsuite tests/TestSuite_vhost_virtio_pmd_interrupt_cbdma.py into tests.

Wei Ling (3):
  test_plans/index: add vhost_virtio_pmd_interrupt_cbdma
  test_plans/vhost_virtio_pmd_interrupt_cbdma_test_plan: add
    vhost_virtio_pmd_interrupt_cbdma testplan
  tests/vhost_virtio_pmd_interrupt_cbdma: add
    vhost_virtio_pmd_interrupt_cbdma testsuite

 test_plans/index.rst                          |   1 +
 ...t_virtio_pmd_interrupt_cbdma_test_plan.rst | 172 ++++++++
 ...tSuite_vhost_virtio_pmd_interrupt_cbdma.py | 405 ++++++++++++++++++
 3 files changed, 578 insertions(+)
 create mode 100644 test_plans/vhost_virtio_pmd_interrupt_cbdma_test_plan.rst
 create mode 100644 tests/TestSuite_vhost_virtio_pmd_interrupt_cbdma.py