numam-dpdk/lib/librte_mbuf
Bruce Richardson a62bfb72b9 mbuf: switch vlan_tci and reserved2 fields
Move the vlan_tci field up by two bytes in the mbuf data structure. This
has two effects:
* Ensures the the ixgbe vector driver places the vlan tag in the correct
  place in the mbuf.
* Allows a second vlan tag field, if one is added in the future, to be
  placed after the existing vlan field, rather than before.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
2014-10-08 14:24:59 +02:00
..
Makefile remove trailing whitespaces 2014-06-11 00:29:34 +02:00
rte_mbuf.c mbuf: introduce a flag to indicate a control mbuf 2014-09-17 18:53:40 +02:00
rte_mbuf.h mbuf: switch vlan_tci and reserved2 fields 2014-10-08 14:24:59 +02:00