|WARNING| pw117909-117920 [PATCH] [13/13] net/cnxk: remove duplicate mempool debug checks
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Tue Oct 11 14:19:10 CEST 2022
Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/117909
_apply patch failure_
Submitter: Nithin Dabilpuram <ndabilpuram at marvell.com>
Date: Tuesday, October 11 2022 12:01:35
Applied on: CommitID:f13604fad12a81383da7b04821a4befb3d01e2ed
Apply patch set 117909-117920 failed:
Checking patch drivers/net/cnxk/cn10k_rx.h...
Checking patch drivers/net/cnxk/cnxk_ethdev.c...
error: while searching for:
first_skip += RTE_PKTMBUF_HEADROOM;
first_skip += rte_pktmbuf_priv_size(mp);
rq->first_skip = first_skip;
rq->later_skip = sizeof(struct rte_mbuf);
rq->lpb_size = mp->elt_size;
if (roc_errata_nix_no_meta_aura())
rq->lpb_drop_ena = !(dev->rx_offloads & RTE_ETH_RX_OFFLOAD_SECURITY);
error: patch failed: drivers/net/cnxk/cnxk_ethdev.c:620
Applied patch drivers/net/cnxk/cn10k_rx.h cleanly.
Applying patch drivers/net/cnxk/cnxk_ethdev.c with 1 reject...
Rejected hunk #1.
diff a/drivers/net/cnxk/cnxk_ethdev.c b/drivers/net/cnxk/cnxk_ethdev.c (rejected hunks)
@@ -620,7 +620,7 @@ cnxk_nix_rx_queue_setup(struct rte_eth_dev *eth_dev, uint16_t qid,
first_skip += RTE_PKTMBUF_HEADROOM;
first_skip += rte_pktmbuf_priv_size(mp);
rq->first_skip = first_skip;
- rq->later_skip = sizeof(struct rte_mbuf);
+ rq->later_skip = sizeof(struct rte_mbuf) + rte_pktmbuf_priv_size(mp);
rq->lpb_size = mp->elt_size;
if (roc_errata_nix_no_meta_aura())
rq->lpb_drop_ena = !(dev->rx_offloads & RTE_ETH_RX_OFFLOAD_SECURITY);
Checking patch drivers/net/cnxk/cn10k_rx.h...
error: drivers/net/cnxk/cn10k_rx.h: does not match index
https://lab.dpdk.org/results/dashboard/patchsets/23923/
UNH-IOL DPDK Community Lab
More information about the test-report
mailing list