[dpdk-dev] [PATCH v2] mbuf: new flag when Vlan is stripped

2016-06-14 Thread Olivier MATZ
On 06/14/2016 11:15 AM, Ananyev, Konstantin wrote: If we decide to generalize the ixgbe behavior for all PMDs for this flag, it will break the applications relying on this flag but with other PMDs. So for the same reason we added a new PKT_RX_VLAN_STRIPPED we cannot change the

[dpdk-dev] [PATCH v2] mbuf: new flag when Vlan is stripped

2016-06-14 Thread Olivier MATZ
Hi Konstantin, On 06/13/2016 06:31 PM, Ananyev, Konstantin wrote: > > Hi Olivier, > >> >> Hi Konstantin, >> >> On 06/13/2016 04:42 PM, Ananyev, Konstantin wrote: The behavior of PKT_RX_VLAN_PKT was not very well defined, resulting in PMDs not advertising the same flags in similar c

[dpdk-dev] [PATCH v2] mbuf: new flag when Vlan is stripped

2016-06-14 Thread Ananyev, Konstantin
Hi Olivier > > Hi Konstantin, > > On 06/13/2016 06:31 PM, Ananyev, Konstantin wrote: > > > > Hi Olivier, > > > >> > >> Hi Konstantin, > >> > >> On 06/13/2016 04:42 PM, Ananyev, Konstantin wrote: > The behavior of PKT_RX_VLAN_PKT was not very well defined, resulting in > PMDs not advert

[dpdk-dev] [PATCH v2] mbuf: new flag when Vlan is stripped

2016-06-13 Thread Olivier Matz
Hi Konstantin, On 06/13/2016 04:42 PM, Ananyev, Konstantin wrote: >> The behavior of PKT_RX_VLAN_PKT was not very well defined, resulting in >> PMDs not advertising the same flags in similar conditions. >> >> Following discussion in [1], introduce 2 new flags PKT_RX_VLAN_STRIPPED >> and PKT_RX_QIN

[dpdk-dev] [PATCH v2] mbuf: new flag when Vlan is stripped

2016-06-13 Thread Ananyev, Konstantin
Hi Olivier, > > Hi Konstantin, > > On 06/13/2016 04:42 PM, Ananyev, Konstantin wrote: > >> The behavior of PKT_RX_VLAN_PKT was not very well defined, resulting in > >> PMDs not advertising the same flags in similar conditions. > >> > >> Following discussion in [1], introduce 2 new flags P

[dpdk-dev] [PATCH v2] mbuf: new flag when Vlan is stripped

2016-06-13 Thread Ananyev, Konstantin
Hi Olivier, > > The behavior of PKT_RX_VLAN_PKT was not very well defined, resulting in > PMDs not advertising the same flags in similar conditions. > > Following discussion in [1], introduce 2 new flags PKT_RX_VLAN_STRIPPED > and PKT_RX_QINQ_STRIPPED that are better defined: > > PKT_RX_VLAN_

[dpdk-dev] [PATCH v2] mbuf: new flag when Vlan is stripped

2016-06-13 Thread Olivier Matz
Hi, On 05/27/2016 04:33 PM, Olivier Matz wrote: > The behavior of PKT_RX_VLAN_PKT was not very well defined, resulting in > PMDs not advertising the same flags in similar conditions. > > Following discussion in [1], introduce 2 new flags PKT_RX_VLAN_STRIPPED > and PKT_RX_QINQ_STRIPPED that are be

[dpdk-dev] [PATCH v2] mbuf: new flag when Vlan is stripped

2016-05-27 Thread Olivier Matz
The behavior of PKT_RX_VLAN_PKT was not very well defined, resulting in PMDs not advertising the same flags in similar conditions. Following discussion in [1], introduce 2 new flags PKT_RX_VLAN_STRIPPED and PKT_RX_QINQ_STRIPPED that are better defined: PKT_RX_VLAN_STRIPPED: a vlan has been stri