|WARNING| pw108258 [PATCH] app/pdump: free mempool at cleanup resources
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Thu Feb 24 13:29:11 CET 2022
Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/108258
_apply patch failure_
Submitter: Tianli Lai <laitianli at tom.com>
Date: Thursday, February 24 2022 12:14:58
Applied on: CommitID:ee05a93e1e6633d0fdec409faf09f12a2e05b991
Apply patch set 108258 failed:
Checking patch app/pdump/main.c...
error: while searching for:
rte_ring_free(pt->rx_ring);
if (pt->tx_ring)
rte_ring_free(pt->tx_ring);
}
}
error: patch failed: app/pdump/main.c:510
Applying patch app/pdump/main.c with 1 reject...
Rejected hunk #1.
diff a/app/pdump/main.c b/app/pdump/main.c (rejected hunks)
@@ -510,6 +510,10 @@ struct parse_val {
rte_ring_free(pt->rx_ring);
if (pt->tx_ring)
rte_ring_free(pt->tx_ring);
+ if (pt->mp) {
+ rte_mempool_free(pt->mp);
+ pt->mp = NULL;
+ }
}
}
https://lab.dpdk.org/results/dashboard/patchsets/21250/
UNH-IOL DPDK Community Lab
More information about the test-report
mailing list