mbox series

[V1,0/3] add pvp_virtio_user_4k_pages_cbdma

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

Message

Ling, WeiX April 25, 2022, 1:36 a.m. UTC
  As commit 53d3f4778c(vhost: integrate dmadev in asynchronous data-path),
add new testsuite pvp_virtio_user_4k_pages_cbdma for coverage the pvp
virtio-user 4k pages with cbdma.
1) Add net pvp_virtio_user_4k_pages_cbdma_test_plan into
   test_plans/index.rst.
2) Add new testplan pvp_virtio_user_4k_pages_cbdma_test_plan into
   test_plans.
3) Add new testsuite TestSuite_pvp_virtio_user_4k_pages_cbdma.py
   into tests.

Wei Ling (3):
  test_plans/index: add pvp_virtio_user_4k_pages_cbdma
  test_plans/pvp_virtio_user_4k_pages_cbdma_test_plan: add add
    pvp_virtio_user_4k_pages_cbdma testplan
  tests/pvp_virtio_user_4k_pages_cbdma: add
    pvp_virtio_user_4k_pages_cbdma testsuite

 test_plans/index.rst                          |   1 +
 ...p_virtio_user_4k_pages_cbdma_test_plan.rst | 455 ++++++++++++++++
 ...estSuite_pvp_virtio_user_4k_pages_cbdma.py | 490 ++++++++++++++++++
 3 files changed, 946 insertions(+)
 create mode 100644 test_plans/pvp_virtio_user_4k_pages_cbdma_test_plan.rst
 create mode 100644 tests/TestSuite_pvp_virtio_user_4k_pages_cbdma.py