net/thunderx: support MTU configuration
[dpdk.git] / drivers / net / thunderx / nicvf_ethdev.h
index afb875a..b1af468 100644 (file)
@@ -62,6 +62,8 @@
 #define NICVF_MAX_RX_FREE_THRESH        1024
 #define NICVF_MAX_TX_FREE_THRESH        1024
 
+#define VLAN_TAG_SIZE                   4      /* 802.3ac tag */
+
 static inline struct nicvf *
 nicvf_pmd_priv(struct rte_eth_dev *eth_dev)
 {