numam-dpdk/lib/librte_net
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
..
Makefile net: add ESP header to generic flow steering 2017-10-26 03:09:59 +02:00
net_crc_neon.h update Cavium Inc copyright headers 2017-07-08 17:43:49 +02:00
net_crc_sse.h eal: introduce macro for always inline 2017-06-06 17:21:55 +02:00
rte_arp.h net: change arp header struct declaration 2015-02-20 22:10:52 +01:00
rte_esp.h net: add ESP header to generic flow steering 2017-10-26 03:09:59 +02:00
rte_ether.h mbuf: rename deprecated VLAN flags 2017-10-26 02:33:01 +02:00
rte_gre.h net: add GRE header structure 2016-10-11 18:17:13 +02:00
rte_icmp.h app/testpmd: add engine that replies to ARP and ICMP echo requests 2014-05-16 13:25:16 +02:00
rte_ip.h net: add function to calculate checksum in mbuf 2016-10-13 20:44:18 +02:00
rte_net_crc.c net: implement CRC for ARM64 NEON 2017-07-04 15:58:45 +02:00
rte_net_crc.h net: implement CRC for ARM64 NEON 2017-07-04 15:58:45 +02:00
rte_net_version.map net: add CRC computation API 2017-04-05 23:03:23 +02:00
rte_net.c net: fix inner L2 length in packet type parser 2017-10-05 23:34:45 +02:00
rte_net.h lib: fix IPv6 tunnel checksum 2017-04-10 22:49:57 +02:00
rte_sctp.h remove trailing whitespaces 2014-06-11 00:29:34 +02:00
rte_tcp.h remove trailing whitespaces 2014-06-11 00:29:34 +02:00
rte_udp.h remove trailing whitespaces 2014-06-11 00:29:34 +02:00