mbox series

[V1,0/3] add dpdk_gro_lib_cbdma

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

Message

Ling, WeiX May 7, 2022, 8:42 a.m. UTC
  As commit 53d3f4778c(vhost: integrate dmadev in asynchronous data-path),
add new testsuite dpdk_gro_lib_cbdma for coverage the DPDK GRO Lib 
test with TCP/IPv4 traffic with CBDMA.
1) Add new testplan dpdk_gro_lib_cbdma_test_plan into test_plans/index.rst.
2) Add new testplan test_plans/dpdk_gro_lib_cbdma_test_plan into
   test_plans.
3) Add new testsuite tests/TestSuite_dpdk_gro_lib_cbdma.py into tests.

Wei Ling (3):
  test_plans/index: add dpdk_gro_lib_cbdma
  test_plans/dpdk_gro_lib_cbdma_test_plan: git add dpdk_gro_lib_cbdma
    testplan
  tests/dpdk_gro_lib_cbdma: add dpdk_gro_lib_cbdma testsuite

 test_plans/dpdk_gro_lib_cbdma_test_plan.rst | 185 ++++++++++++
 test_plans/index.rst                        |   1 +
 tests/TestSuite_dpdk_gro_lib_cbdma.py       | 302 ++++++++++++++++++++
 3 files changed, 488 insertions(+)
 create mode 100644 test_plans/dpdk_gro_lib_cbdma_test_plan.rst
 create mode 100644 tests/TestSuite_dpdk_gro_lib_cbdma.py