Skip to content

Commit

Permalink
net/bnxt: do not use PMD log type
Browse files Browse the repository at this point in the history
[ upstream commit 9122478 ]

Accidental use of PMD logtype rather than per-driver logtype.

Fixes: 14255b3 ("net/bnxt: fix queue start/stop operations")

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Somnath Kotur <somnath.kotur@broadcom.com>
  • Loading branch information
shemminger authored and kevintraynor committed May 27, 2020
1 parent e66682d commit beb011f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/bnxt/bnxt_ring.c
Expand Up @@ -331,7 +331,7 @@ int bnxt_alloc_hwrm_rx_ring(struct bnxt *bp, int queue_index)

if (rxq->rx_started) {
if (bnxt_init_one_rx_ring(rxq)) {
RTE_LOG(ERR, PMD,
PMD_DRV_LOG(ERR,
"bnxt_init_one_rx_ring failed!\n");
bnxt_rx_queue_release_op(rxq);
rc = -ENOMEM;
Expand Down

0 comments on commit beb011f

Please sign in to comment.