From: Hongbo Li <hongbox.li@intel.com>
To: dts@dpdk.org
Cc: Hongbo Li <hongbox.li@intel.com>
Subject: [dts][PATCH V2 0/8] split performance plan and suite
Date: Tue, 10 Jan 2023 22:57:11 +0800 [thread overview]
Message-ID: <20230110145719.18052-1-hongbox.li@intel.com> (raw)
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
--
2.17.1
next reply other threads:[~2023-01-10 6:37 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-10 14:57 Hongbo Li [this message]
2023-01-10 14:57 ` [dts][PATCH V2 1/8] tests/efd: " Hongbo Li
2023-01-10 14:57 ` [dts][PATCH V2 2/8] tests/l2fwd: " Hongbo Li
2023-01-10 14:57 ` [dts][PATCH V2 3/8] tests/tso: " Hongbo Li
2023-01-10 14:57 ` [dts][PATCH V2 4/8] tests/vxlan: " Hongbo Li
2023-01-10 14:57 ` [dts][PATCH V2 5/8] tests/ipfrag: " Hongbo Li
2023-01-10 14:57 ` [dts][PATCH V2 6/8] tests/multiprocess: " Hongbo Li
2023-01-10 14:57 ` [PATCH V2 7/8] tests/checksum_offload: " Hongbo Li
2023-01-10 14:57 ` [dts][PATCH V2 8/8] test_plans/index: " Hongbo Li
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230110145719.18052-1-hongbox.li@intel.com \
--to=hongbox.li@intel.com \
--cc=dts@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).