]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/bnxt/bnxt_txq.h
net/bnxt: use enum for bank ID
[dpdk.git] / drivers / net / bnxt / bnxt_txq.h
index 42d37f7c7ffc6c62fc5e131f697a14d5750a4e0e..67fd4cbebb70c5d82ed97ed8fa0f27cc68867b2b 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2014-2018 Broadcom
+ * Copyright(c) 2014-2021 Broadcom
  * All rights reserved.
  */
 
@@ -37,7 +37,7 @@ struct bnxt_tx_queue {
 
 void bnxt_free_txq_stats(struct bnxt_tx_queue *txq);
 void bnxt_free_tx_mbufs(struct bnxt *bp);
-void bnxt_tx_queue_release_op(void *tx_queue);
+void bnxt_tx_queue_release_op(struct rte_eth_dev *dev, uint16_t queue_idx);
 int bnxt_tx_queue_setup_op(struct rte_eth_dev *eth_dev,
                               uint16_t queue_idx,
                               uint16_t nb_desc,