Re: [dpdk-dev] [PATCH v2] mbuf: rename deprecated VLAN flags

2017-10-25 Thread Ferruh Yigit
On 10/25/2017 10:42 AM, Ferruh Yigit wrote: > On 10/25/2017 8:12 AM, Olivier Matz wrote: >> PKT_RX_VLAN_PKT and PKT_RX_QINQ_PKT are deprecated for a while. >> As explained in [1], these flags were kept to let the applications and >> PMDs move to the new flag. There is also a need to support Rx vlan

Re: [dpdk-dev] [PATCH v2] mbuf: rename deprecated VLAN flags

2017-10-25 Thread Ferruh Yigit
On 10/25/2017 8:12 AM, Olivier Matz wrote: > PKT_RX_VLAN_PKT and PKT_RX_QINQ_PKT are deprecated for a while. > As explained in [1], these flags were kept to let the applications and > PMDs move to the new flag. There is also a need to support Rx vlan > offload without vlan strip (at least for the i

[dpdk-dev] [PATCH v2] mbuf: rename deprecated VLAN flags

2017-10-25 Thread Olivier Matz
PKT_RX_VLAN_PKT and PKT_RX_QINQ_PKT are deprecated for a while. As explained in [1], these flags were kept to let the applications and PMDs move to the new flag. There is also a need to support Rx vlan offload without vlan strip (at least for the ixgbe driver). This patch renames the old flags for