X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fbnxt%2Fbnxt_txq.h;h=67fd4cbebb70c5d82ed97ed8fa0f27cc68867b2b;hb=9fda31c3229ca6e036cae80392578ed6e5a51119;hp=42d37f7c7ffc6c62fc5e131f697a14d5750a4e0e;hpb=b80da220c1f677e86c531172a3f9b1ccd1458f73;p=dpdk.git diff --git a/drivers/net/bnxt/bnxt_txq.h b/drivers/net/bnxt/bnxt_txq.h index 42d37f7c7f..67fd4cbebb 100644 --- a/drivers/net/bnxt/bnxt_txq.h +++ b/drivers/net/bnxt/bnxt_txq.h @@ -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,