mbox

[V1,0/2] modify the dmas parameter and upstream the

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

Message

Ling, WeiX Nov. 11, 2022, 8:14 a.m. UTC
  1.From DPDK-22.11, the dmas parameter have changed from
`lcore-dma=[lcore1@0000:00:04.0]` to `dmas=[txq0@0000:00:04.0]` by DPDK
local patch,so modify the dmas parameter.
2.Upstream the testuite.

Wei Ling (2):
  test_plans/vm2vm_virtio_user_dsa_test_plan: modify the dmas parameter
  tests/vm2vm_virtio_user_dsa: add new testsuite

 .../vm2vm_virtio_user_dsa_test_plan.rst       | 1045 ++++-----
 tests/TestSuite_vm2vm_virtio_user_dsa.py      | 2070 +++++++++++++++++
 2 files changed, 2593 insertions(+), 522 deletions(-)
 create mode 100644 tests/TestSuite_vm2vm_virtio_user_dsa.py