mbox

[V2,0/8] split performance plan and suite

Message ID 20230110145719.18052-1-hongbox.li@intel.com (mailing list archive)
Headers

Message

Li, HongboX Jan. 10, 2023, 2:57 p.m. UTC
  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
  test_plans/index: split performance plan and suite

 test_plans/efd_test_plan.rst               |   77 +-
 test_plans/index.rst                       |    7 +
 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, 4430 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