[dpdk-dev] [PATCH] net/enic: add Ethernet VLAN ptype

2016-10-13 Thread Bruce Richardson
On Wed, Aug 24, 2016 at 12:07:02PM -0700, John Daley wrote: > Enic is capable of recognizing packets to be delivered to the > app with single VLAN tags. Advertise this with the ptype > RTE_PTYPE_L2_ETHER_VLAN and set the ptype for VLAN packets. > > Signed-off-by: John Daley > --- Applied to dpdk-

[dpdk-dev] [PATCH] net/enic: add Ethernet VLAN ptype

2016-08-24 Thread John Daley
Enic is capable of recognizing packets to be delivered to the app with single VLAN tags. Advertise this with the ptype RTE_PTYPE_L2_ETHER_VLAN and set the ptype for VLAN packets. Signed-off-by: John Daley --- Requires patchset http://dpdk.org/ml/archives/dev/2016-July/04.html I recommend the