net/enic: add ethernet VLAN packet type
authorJohn Daley <johndale@cisco.com>
Wed, 24 Aug 2016 19:07:02 +0000 (12:07 -0700)
committerBruce Richardson <bruce.richardson@intel.com>
Thu, 13 Oct 2016 13:30:59 +0000 (15:30 +0200)
commitc6f455507411293c5e64465212a7f376779c0dad
tree5464162fd0d967262d10b653b5c7e7d7902f9532
parent3f073226520a2fe7785b6112c57ad3c3a41d74a3
net/enic: add ethernet VLAN packet type

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 <johndale@cisco.com>
drivers/net/enic/enic_ethdev.c
drivers/net/enic/enic_rxtx.c