]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/bnxt/bnxt_ring.c
net/ice: track DCF state of PF
[dpdk.git] / drivers / net / bnxt / bnxt_ring.c
index 7940d489a102c00ca4f15f70d78743bc414264b2..dc437f314e777c2a74b0b4116ea82a823b639fc5 100644 (file)
@@ -648,8 +648,9 @@ int bnxt_alloc_hwrm_rx_ring(struct bnxt *bp, int queue_index)
 
        if (rxq->rx_started) {
                if (bnxt_init_one_rx_ring(rxq)) {
-                       PMD_DRV_LOG(ERR, "bnxt_init_one_rx_ring failed!\n");
-                       bnxt_rx_queue_release_op(bp->eth_dev, queue_index);
+                       PMD_DRV_LOG(ERR,
+                                   "ring%d bnxt_init_one_rx_ring failed!\n",
+                                   queue_index);
                        rc = -ENOMEM;
                        goto err_out;
                }