numam-dpdk/drivers
Olivier Matz 380a7aab1a mbuf: rename deprecated VLAN flags
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 this feature, knowing that some
PMDs were using PKT_RX_VLAN_PKT and PKT_RX_QINQ_PKT to indicate that
the vlan tci has been saved in the mbuf structure.

It is likely that some PMDs do not set the proper flags when doing vlan
offload, and it would be worth making a pass on all of them.

Link: [1] http://dpdk.org/ml/archives/dev/2017-June/067712.html

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
2017-10-26 02:33:01 +02:00
..
bus event/dpaa2: add queue parameter in processing callback 2017-10-25 14:03:43 +02:00
crypto crypto/dpaa2_sec: support protocol offload IPsec 2017-10-26 03:12:41 +02:00
event event/octeontx: support event Rx adapter 2017-10-25 14:03:43 +02:00
mempool mk: do not generate LDLIBS from directory dependencies 2017-10-24 02:14:57 +02:00
net mbuf: rename deprecated VLAN flags 2017-10-26 02:33:01 +02:00
Makefile drivers: add net as dependency for event drivers 2017-10-25 14:03:43 +02:00