mbox series

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

Message ID 20230310075204.1462737-1-weix.ling@intel.com (mailing list archive)
Headers
Series add new dsa test_plans and testsuite |

Message

Ling, WeiX March 10, 2023, 7:52 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_test_plan: add dsa testplan
  tests/dsa: add dsa testsuite

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