]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/i40e/i40e_rxtx.h
net/octeontx2: add flow init and fini
[dpdk.git] / drivers / net / i40e / i40e_rxtx.h
index 10feec4a24c3f843c8a6bc26e13c55131cf3bf36..3fc619af90555e16d38a7ade3dbfb2ccd3211a59 100644 (file)
@@ -30,6 +30,8 @@
 #define I40E_TX_MAX_SEG     UINT8_MAX
 #define I40E_TX_MAX_MTU_SEG 8
 
+#define I40E_TX_MIN_PKT_LEN 17
+
 #undef container_of
 #define container_of(ptr, type, member) ({ \
                typeof(((type *)0)->member)(*__mptr) = (ptr); \
@@ -142,7 +144,6 @@ struct i40e_tx_queue {
        uint16_t port_id; /**< Device port identifier. */
        uint16_t queue_id; /**< TX queue index. */
        uint16_t reg_idx;
-       uint32_t txq_flags;
        struct i40e_vsi *vsi; /**< the VSI this queue belongs to */
        uint16_t tx_next_dd;
        uint16_t tx_next_rs;