Some drivers (such as ice) will strip vlan tags at device level and
provide this information as part of receive side meta data. Typically
this is bundled into the mbufs pkthdr.
We don't have the pkthdr available from netmap, add a field to the slot
to carry the vlan tag and add support to iflib based drivers to pass up
the vlan tag if available.