numam-dpdk/drivers/net/fm10k
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
..
base fm10k: support Boulder Rapid device 2015-10-29 23:47:44 +01:00
fm10k_ethdev.c fm10k: use common functions to manage DMA zone 2015-11-13 11:47:46 +01:00
fm10k_logs.h drivers: allow pruning log during build 2015-07-30 20:16:04 +02:00
fm10k_rxtx_vec.c fm10k: reset and release mbuf for vector Tx 2015-11-02 10:00:02 +01:00
fm10k_rxtx.c fm10k: fix VLAN in Rx mbuf 2015-11-24 12:35:19 +01:00
fm10k.h doc: fix doxygen syntax of some comments 2015-11-04 11:56:37 +01:00
Makefile fm10k: introduce vector driver 2015-11-02 09:55:51 +01:00
rte_pmd_fm10k_version.map fm10k: move to drivers/net/ 2015-05-22 16:06:22 +02:00