automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw108935 [PATCH] dma/skeleton: support multiple instances
@ 2022-03-28 13:18 dpdklab
  0 siblings, 0 replies; only message in thread
From: dpdklab @ 2022-03-28 13:18 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

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

_apply patch failure_

Submitter: Sivaprasad Tummala <Sivaprasad.Tummala@amd.com>
Date: Monday, March 28 2022 12:53:57 
Applied on: CommitID:1d5e58e9b6962cb00fc5c7369cbf4e3b932a9b8e
Apply patch set 108935 failed:

Checking patch drivers/dma/skeleton/skeleton_dmadev.c...
error: while searching for:
	struct rte_ring *running;
	struct rte_ring *completed;
	uint16_t i;

	desc = rte_zmalloc_socket("dma_skelteon_desc",
				  nb_desc * sizeof(struct skeldma_desc),
				  RTE_CACHE_LINE_SIZE, hw->socket_id);
	if (desc == NULL) {

error: patch failed: drivers/dma/skeleton/skeleton_dmadev.c:168
Hunk #5 succeeded at 179 (offset -4 lines).
Hunk #6 succeeded at 264 (offset -4 lines).
Hunk #7 succeeded at 558 (offset -4 lines).
Applying patch drivers/dma/skeleton/skeleton_dmadev.c with 1 reject...
Hunk #1 applied cleanly.
Hunk #2 applied cleanly.
Hunk #3 applied cleanly.
Rejected hunk #4.
Hunk #5 applied cleanly.
Hunk #6 applied cleanly.
Hunk #7 applied cleanly.
diff a/drivers/dma/skeleton/skeleton_dmadev.c b/drivers/dma/skeleton/skeleton_dmadev.c	(rejected hunks)
@@ -168,8 +170,12 @@ vchan_setup(struct skeldma_hw *hw, uint16_t nb_desc)
 	struct rte_ring *running;
 	struct rte_ring *completed;
 	uint16_t i;
+	char pool_name[RTE_RING_NAMESIZE];
+	char ring_name[RTE_RING_NAMESIZE];
 
-	desc = rte_zmalloc_socket("dma_skelteon_desc",
+	snprintf(pool_name, RTE_RING_NAMESIZE, "dma_skel_desc_pool_%d",
+			dev_id);
+	desc = rte_zmalloc_socket(pool_name,
 				  nb_desc * sizeof(struct skeldma_desc),
 				  RTE_CACHE_LINE_SIZE, hw->socket_id);
 	if (desc == NULL) {

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

UNH-IOL DPDK Community Lab

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

only message in thread, other threads:[~2022-03-28 13:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-28 13:18 |WARNING| pw108935 [PATCH] dma/skeleton: support multiple instances 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).