[PATCH v3 0/2] dts: port over unified packet type suite
Dean Marx
dmarx at iol.unh.edu
Mon Oct 14 23:08:55 CEST 2024
Port over unified packet type flag testing suite from old DTS.
According to DPDK documentation, each Poll Mode Driver should reserve 32
bits of packet headers for unified packet type flags. These flags serve
as an identifier for user applications, and are divided into
subcategories: L2, L3, L4, tunnel, inner L2, inner L3, and inner L4 types.
This suite verifies the ability of the driver to recognize these types.
-------
v1:
* Removed NVGRE test cases due to lack of SCAPY support
* Removed redundant packet flag verification in certain test cases
v2:
* Fixed git history issue causing apply patch failure
* Removed set_verbose duplication and added dependency
v3:
* Rebased off next-dts
Dean Marx (2):
dts: add VXLAN port method to testpmd shell
dts: port over unified packet suite
dts/framework/config/conf_yaml_schema.json | 3 +-
dts/framework/remote_session/testpmd_shell.py | 21 ++
dts/tests/TestSuite_uni_pkt.py | 229 ++++++++++++++++++
3 files changed, 252 insertions(+), 1 deletion(-)
create mode 100644 dts/tests/TestSuite_uni_pkt.py
--
2.44.0
More information about the dev
mailing list