automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw99645 [PATCH] net/bnxt: fix mem zone free for Tx and Rx rings
@ 2021-10-06  7:59 dpdklab
  0 siblings, 0 replies; only message in thread
From: dpdklab @ 2021-10-06  7:59 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

[-- Attachment #1: Type: text/plain, Size: 1649 bytes --]

Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/99645

_apply patch failure_

Submitter: Ajit Khaparde <ajit.khaparde@broadcom.com>
Date: Saturday, September 25 2021 00:57:02 
Applied on: CommitID:2700326085033fd13339a8de31f58a95d1ee9c3f
Apply patch set 99645 failed:

Checking patch drivers/net/bnxt/bnxt_rxr.c...
error: while searching for:
		rte_free(rxq->cp_ring->cp_ring_struct);
		rte_free(rxq->cp_ring);

		rte_free(rxq);
		bp->rx_queues[i] = NULL;
	}

error: patch failed: drivers/net/bnxt/bnxt_rxr.c:1207
Checking patch drivers/net/bnxt/bnxt_txr.c...
error: while searching for:
		rte_free(txq->cp_ring->cp_ring_struct);
		rte_free(txq->cp_ring);

		rte_free(txq);
		bp->tx_queues[i] = NULL;
	}

error: patch failed: drivers/net/bnxt/bnxt_txr.c:38
Applying patch drivers/net/bnxt/bnxt_rxr.c with 1 reject...
Rejected hunk #1.
Applying patch drivers/net/bnxt/bnxt_txr.c with 1 reject...
Rejected hunk #1.
diff a/drivers/net/bnxt/bnxt_rxr.c b/drivers/net/bnxt/bnxt_rxr.c	(rejected hunks)
@@ -1207,6 +1207,9 @@ void bnxt_free_rx_rings(struct bnxt *bp)
 		rte_free(rxq->cp_ring->cp_ring_struct);
 		rte_free(rxq->cp_ring);
 
+		rte_memzone_free(rxq->mz);
+		rxq->mz = NULL;
+
 		rte_free(rxq);
 		bp->rx_queues[i] = NULL;
 	}
diff a/drivers/net/bnxt/bnxt_txr.c b/drivers/net/bnxt/bnxt_txr.c	(rejected hunks)
@@ -38,6 +38,9 @@ void bnxt_free_tx_rings(struct bnxt *bp)
 		rte_free(txq->cp_ring->cp_ring_struct);
 		rte_free(txq->cp_ring);
 
+		rte_memzone_free(txq->mz);
+		txq->mz = NULL;
+
 		rte_free(txq);
 		bp->tx_queues[i] = NULL;
 	}

https://lab.dpdk.org/results/dashboard/patchsets/18956/

UNH-IOL DPDK Community Lab

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-06  7:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-06  7:59 [dpdk-test-report] |WARNING| pw99645 [PATCH] net/bnxt: fix mem zone free for Tx and Rx rings dpdklab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).