]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/iavf/iavf_rxtx.h
net/ice/base: add helper function to redirect flags
[dpdk.git] / drivers / net / iavf / iavf_rxtx.h
index 19b6028a151c973892a761149c0d08c8e752ed46..e210b913d633a6b8b0dc2392af20735296b28123 100644 (file)
@@ -252,6 +252,7 @@ struct iavf_tx_queue {
 #define IAVF_TX_FLAGS_VLAN_TAG_LOC_L2TAG1      BIT(0)
 #define IAVF_TX_FLAGS_VLAN_TAG_LOC_L2TAG2      BIT(1)
        uint8_t vlan_flag;
+       uint8_t tc;
 };
 
 /* Offload features */