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 v4: * Added missing rx_vxlan line to vxlan case * Removed unnecessary testpmd.start() commands * Added steps and verify sections in case docstrings Dean Marx (2): dts: add VXLAN port method to testpmd shell dts: port over unified packet suite dts/framework/remote_session/testpmd_shell.py | 21 ++ dts/tests/TestSuite_uni_pkt.py | 231 ++++++++++++++++++ 2 files changed, 252 insertions(+) create mode 100644 dts/tests/TestSuite_uni_pkt.py -- 2.44.0