test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts][PATCH V3 0/8] split performance plan and suite
@ 2023-01-10 16:44 Hongbo Li
  2023-01-10 16:44 ` [dts][PATCH V3 1/8] tests/efd: " Hongbo Li
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Hongbo Li @ 2023-01-10 16:44 UTC (permalink / raw)
  To: dts; +Cc: Hongbo Li

split performance plan and suite

Hongbo Li (8):
  tests/efd: split performance plan and suite
  tests/l2fwd: split performance plan and suite
  tests/tso: split performance plan and suite
  tests/vxlan: split performance plan and suite
  tests/ipfrag: split performance plan and suite
  tests/multiprocess: split performance plan and suite
  tests/checksum_offload: split performance plan and suite
  conf/test_case_checklist: split performance plan and suite

 test_plans/efd_test_plan.rst               |   77 +-
 test_plans/index.rst                       |    6 +
 test_plans/ipfrag_test_plan.rst            |   33 +-
 test_plans/l2fwd_test_plan.rst             |   36 -
 test_plans/multiprocess_test_plan.rst      |   48 -
 test_plans/perf_efd_test_plan.rst          |  105 ++
 test_plans/perf_ipfrag_test_plan.rst       |  141 +++
 test_plans/perf_l2fwd_test_plan.rst        |   90 ++
 test_plans/perf_multiprocess_test_plan.rst |  141 +++
 test_plans/perf_tso_test_plan.rst          |   87 ++
 test_plans/perf_vxlan_test_plan.rst        |   85 ++
 test_plans/tso_test_plan.rst               |   34 -
 test_plans/vxlan_test_plan.rst             |   60 +-
 tests/TestSuite_checksum_offload.py        |   54 --
 tests/TestSuite_efd.py                     |  138 ---
 tests/TestSuite_ipfrag.py                  |   21 -
 tests/TestSuite_l2fwd.py                   |  106 --
 tests/TestSuite_multiprocess.py            |  210 ----
 tests/TestSuite_perf_checksum_offload.py   |  624 ++++++++++++
 tests/TestSuite_perf_efd.py                |  210 ++++
 tests/TestSuite_perf_ipfrag.py             |  386 ++++++++
 tests/TestSuite_perf_l2fwd.py              |  233 +++++
 tests/TestSuite_perf_multiprocess.py       |  994 +++++++++++++++++++
 tests/TestSuite_perf_tso.py                |  302 ++++++
 tests/TestSuite_perf_vxlan.py              | 1022 ++++++++++++++++++++
 tests/TestSuite_tso.py                     |  113 ---
 tests/TestSuite_vxlan.py                   |  213 ----
 27 files changed, 4429 insertions(+), 1140 deletions(-)
 create mode 100644 test_plans/perf_efd_test_plan.rst
 create mode 100644 test_plans/perf_ipfrag_test_plan.rst
 create mode 100644 test_plans/perf_l2fwd_test_plan.rst
 create mode 100644 test_plans/perf_multiprocess_test_plan.rst
 create mode 100644 test_plans/perf_tso_test_plan.rst
 create mode 100644 test_plans/perf_vxlan_test_plan.rst
 create mode 100644 tests/TestSuite_perf_checksum_offload.py
 create mode 100644 tests/TestSuite_perf_efd.py
 create mode 100644 tests/TestSuite_perf_ipfrag.py
 create mode 100644 tests/TestSuite_perf_l2fwd.py
 create mode 100644 tests/TestSuite_perf_multiprocess.py
 create mode 100644 tests/TestSuite_perf_tso.py
 create mode 100644 tests/TestSuite_perf_vxlan.py

-- 
2.17.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-01-10  8:25 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-10 16:44 [dts][PATCH V3 0/8] split performance plan and suite Hongbo Li
2023-01-10 16:44 ` [dts][PATCH V3 1/8] tests/efd: " Hongbo Li
2023-01-10 16:44 ` [dts][PATCH V3 2/8] tests/l2fwd: " Hongbo Li
2023-01-10 16:44 ` [dts][PATCH V3 3/8] tests/tso: " Hongbo Li
2023-01-10 16:44 ` [dts][PATCH V3 4/8] tests/vxlan: " Hongbo Li
2023-01-10 16:44 ` [dts][PATCH V3 5/8] tests/ipfrag: " Hongbo Li
2023-01-10 16:44 ` [dts][PATCH V3 6/8] tests/multiprocess: " Hongbo Li
2023-01-10 16:44 ` [dts][PATCH V3 7/8] tests/checksum_offload: " Hongbo Li
2023-01-10 16:44 ` [dts][PATCH V3 8/8] conf/test_case_checklist: " Hongbo Li

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).