This series implements the change proposes in RFC [1], adding dedicated fields to ETH and VLAN items structs, to clearly define the required characteristic of a packet, and enable precise match criteria. testpmd CLI is updated accordingly. Documentation is updated accordingly.
[1] https://mails.dpdk.org/archives/dev/2020-August/177536.html --- v2: fix checkpatch comment. v3: updates description in comments and documentation. v4: add testpmd patch with application support. v5: update comments and documentation for clarity. --- Dekel Peled (2): ethdev: add VLAN attributes to ETH and VLAN items app/testpmd: support VLAN attributes in ETH and VLAN items app/test-pmd/cmdline_flow.c | 18 ++++++++++++++++++ doc/guides/prog_guide/rte_flow.rst | 13 ++++++++++--- doc/guides/rel_notes/deprecation.rst | 5 ----- doc/guides/rel_notes/release_20_11.rst | 7 +++++++ lib/librte_ethdev/rte_flow.h | 17 +++++++++++++---- 5 files changed, 48 insertions(+), 12 deletions(-) -- 1.8.3.1