automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw117909-117920 [PATCH] [13/13] net/cnxk: remove duplicate mempool debug checks
@ 2022-10-11 12:19 dpdklab
  0 siblings, 0 replies; only message in thread
From: dpdklab @ 2022-10-11 12:19 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

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

_apply patch failure_

Submitter: Nithin Dabilpuram <ndabilpuram@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

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

only message in thread, other threads:[~2022-10-11 12:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-11 12:19 |WARNING| pw117909-117920 [PATCH] [13/13] net/cnxk: remove duplicate mempool debug checks 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).