mbox series

[v5,0/2] support VLAN attributes in ETH and VLAN items

Message ID cover.1602776947.git.dekelp@nvidia.com (mailing list archive)
Headers
Series support VLAN attributes in ETH and VLAN items |

Message

Dekel Peled Oct. 15, 2020, 3:51 p.m. UTC
  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(-)
  

Comments

Ferruh Yigit Oct. 15, 2020, 11:18 p.m. UTC | #1
On 10/15/2020 4:51 PM, Dekel Peled wrote:
> 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
> 

Series applied to dpdk-next-net/main, thanks.