Go to file
Shaopeng He 6b59a3bc82 fm10k: fix VLAN in Rx mbuf
vlan_tci should be copied from RX descriptor to mbuf,
and flag PKT_RX_VLAN_PKT should be set for every RX packet,
this patch fixes this issue.
Packets in fm10k device always carry at least one VLAN tag.
For those packets coming in without VLAN tag,
the port default VLAN tag will be used.
So in fm10k, always PKT_RX_VLAN_PKT flag is set and vlan_tci
is valid for each RX packet's mbuf.

Signed-off-by: Shaopeng He <shaopeng.he@intel.com>
Acked-by: Stephen Hemminger <stephen@networkplumber.org>
2015-11-24 12:35:19 +01:00
app acl: add NEON optimization for ARMv8 2015-11-18 22:44:01 +01:00
config config: disable i40e vector driver 2015-11-23 23:51:14 +01:00
doc config: disable i40e vector driver 2015-11-23 23:51:14 +01:00
drivers fm10k: fix VLAN in Rx mbuf 2015-11-24 12:35:19 +01:00
examples examples/l2fwd-keepalive: add sample application 2015-11-19 15:45:26 +01:00
lib ethdev: add a missing sanity check for Tx queue setup 2015-11-23 23:51:14 +01:00
mk szedata2: add new poll mode driver 2015-11-20 17:17:04 +01:00
pkg version: 2.1.0 2015-08-17 19:35:37 +02:00
scripts mk: enable next abi preview 2015-07-09 00:56:40 +02:00
tools tools: fix comment in bind script 2015-08-03 19:22:42 +02:00
.gitignore init DPDK repository 2013-03-07 10:57:42 +01:00
GNUmakefile drivers: create new directory 2015-05-22 15:51:38 +02:00
LICENSE.GPL doc: GPL/LGPL licenses 2013-07-25 14:43:06 +02:00
LICENSE.LGPL doc: fix file format (dos to unix) 2013-09-06 11:43:07 +02:00
MAINTAINERS szedata2: add new poll mode driver 2015-11-20 17:17:04 +01:00
Makefile remove trailing whitespaces 2014-06-11 00:29:34 +02:00