mbox

[V3,0/3] add new dsa test_plans and testsuite

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

Message

Ling, WeiX March 27, 2023, 6:12 a.m. UTC
  Add new dsa test_plans and testsuite to test dpdk-dma application
and example of how to use the DMAdev API to make a packet copy
application use DSA channel with DPDK driver and Kernel driver.

Wei Ling (3):
  test_plans/index: add dsa_test_plan
  test_plans/dsa: add dsa testplan
  tests/dsa: add dsa testsuite

 test_plans/dsa_test_plan.rst | 353 +++++++++++++++++++++++++
 test_plans/index.rst         |   1 +
 tests/TestSuite_dsa.py       | 481 +++++++++++++++++++++++++++++++++++
 3 files changed, 835 insertions(+)
 create mode 100644 test_plans/dsa_test_plan.rst
 create mode 100644 tests/TestSuite_dsa.py