Re: [dpdk-dev] [PATCH v4 1/2] ethdev: add VLAN attributes to ETH and VLAN items

2020-10-15 Thread Dekel Peled
Thanks, PSB. > -Original Message- > From: Andrew Rybchenko > Sent: Thursday, October 15, 2020 1:35 PM > To: Dekel Peled ; Ori Kam ; > wenzhuo...@intel.com; beilei.x...@intel.com; > bernard.iremon...@intel.com; m...@ashroe.eu; nhor...@tuxdriver.com; > NBU-Contact-Thomas Monjalon ; > ferruh

Re: [dpdk-dev] [PATCH v4 1/2] ethdev: add VLAN attributes to ETH and VLAN items

2020-10-15 Thread Andrew Rybchenko
On 10/14/20 9:53 PM, Dekel Peled wrote: > This patch 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. > Documentation is updated accordingly. > > [1] h

Re: [dpdk-dev] [PATCH v4 1/2] ethdev: add VLAN attributes to ETH and VLAN items

2020-10-14 Thread Thomas Monjalon
14/10/2020 20:53, Dekel Peled: > @@ -292,6 +292,13 @@ API Changes > > * vhost: Moved vDPA APIs from experimental to stable. > > +* ethdev: Added new field ``has_vlan`` to structure ``rte_flow_item_eth``, > + indicating that packet header contains at least one VLAN. > + > +* ethdev: Added new