mbox

[V1,0/3] modify the dmas parameter and upstram

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

Message

Ling, WeiX Nov. 11, 2022, 7:38 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 testsuite and suite config.

Wei Ling (3):
  test_plans/basic_4k_pages_dsa_test_plan: modify the dmas parameter
  tests/basic_4k_pages_dsa: add the new testsuite
  conf/basic_4k_pages_dsa: add the suite config

 conf/basic_4k_pages_dsa.cfg                 |   36 +
 test_plans/basic_4k_pages_dsa_test_plan.rst |  502 +++---
 tests/TestSuite_basic_4k_pages_dsa.py       | 1677 +++++++++++++++++++
 3 files changed, 1959 insertions(+), 256 deletions(-)
 create mode 100644 conf/basic_4k_pages_dsa.cfg
 create mode 100644 tests/TestSuite_basic_4k_pages_dsa.py