numam-dpdk/drivers/net
Helin Zhang cc9d0456b8 i40e: support double vlan stripping and insertion
It configures specific registers to enable double vlan stripping
on RX side and insertion on TX side.
The RX descriptors will be parsed, the vlan tags and flags will be
saved to corresponding mbuf fields if vlan tag is detected.
The TX descriptors will be configured according to the
configurations in mbufs, to trigger the hardware insertion of
double vlan tags for each packets sent out.

Signed-off-by: Helin Zhang <helin.zhang@intel.com>
Acked-by: Jingjing Wu <jingjing.wu@intel.com>
2015-07-07 16:40:04 +02:00
..
af_packet af_packet: move to drivers/net/ 2015-05-22 15:51:38 +02:00
bonding bonding: initialize backpointer from pci device to driver 2015-06-29 12:13:37 +02:00
cxgbe cxgbe: fix build with icc 2015-07-01 23:09:54 +02:00
e1000 ethdev: fix check of threshold for Tx freeing 2015-07-07 16:31:48 +02:00
enic drivers: explicit initialization of pci drivers 2015-06-12 11:10:10 +02:00
fm10k ethdev: fix check of threshold for Tx freeing 2015-07-07 16:31:48 +02:00
i40e i40e: support double vlan stripping and insertion 2015-07-07 16:40:04 +02:00
ixgbe ixgbe: remove a discarded source line 2015-07-07 16:36:26 +02:00
mlx4 mlx4: disable multicast echo on PF device 2015-07-01 11:30:11 +02:00
null null: remove useless memset 2015-06-04 10:46:45 +02:00
pcap drivers: fix whitespace 2015-06-12 11:10:10 +02:00
ring ring: fix return of new port id on creation 2015-06-22 17:33:23 +02:00
virtio ethdev: fix check of threshold for Tx freeing 2015-07-07 16:31:48 +02:00
vmxnet3 drivers: explicit initialization of pci drivers 2015-06-12 11:10:10 +02:00
xenvirt xenvirt: move drivers/net/ 2015-05-22 16:06:23 +02:00
Makefile cxgbe: add pmd skeleton 2015-06-30 22:46:42 +02:00