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 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 | 47 ++++ dts/tests/TestSuite_uni_pkt.py | 230 +++++++++++++++++- 3 files changed, 266 insertions(+), 14 deletions(-) -- 2.44.0