net/txgbe: update link setup process of backplane NICs
[dpdk.git] / drivers / net / i40e / i40e_rxtx.h
index f4ad6b6..3447a58 100644 (file)
@@ -129,6 +129,10 @@ struct i40e_tx_entry {
        uint16_t last_id;
 };
 
+struct i40e_vec_tx_entry {
+       struct rte_mbuf *mbuf;
+};
+
 /*
  * Structure associated with each TX queue.
  */