Test-Label: iol-testing Test-Status: WARNING http://dpdk.org/patch/100484 _apply patch failure_ Submitter: Satheesh Paul Date: Tuesday, October 05 2021 02:55:27 Applied on: CommitID:086d426406bd3f6fac96a15bbd871c7fe714bc2d Apply patch set 100484 failed: Checking patch drivers/common/cnxk/roc_npc.c... Hunk #1 succeeded at 177 (offset -2 lines). Hunk #2 succeeded at 185 (offset -2 lines). Hunk #3 succeeded at 227 (offset -2 lines). Hunk #4 succeeded at 251 (offset -2 lines). Hunk #5 succeeded at 1182 (offset -7 lines). Hunk #6 succeeded at 1202 (offset -7 lines). Checking patch drivers/common/cnxk/roc_npc_mcam.c... error: while searching for: return rc; } entry = npc_check_preallocated_entry_cache(mbox, flow, npc); if (entry < 0) { if (use_ctr) npc_mcam_free_counter(npc, ctr); error: patch failed: drivers/common/cnxk/roc_npc_mcam.c:520 Hunk #2 succeeded at 562 (offset -25 lines). Hunk #3 succeeded at 572 (offset -25 lines). Hunk #4 succeeded at 676 (offset -25 lines). Hunk #5 succeeded at 689 (offset -25 lines). Checking patch drivers/common/cnxk/roc_npc_priv.h... Hunk #1 succeeded at 338 (offset -6 lines). Hunk #2 succeeded at 364 (offset -6 lines). Hunk #3 succeeded at 410 (offset -6 lines). Checking patch drivers/common/cnxk/roc_npc_utils.c... Applied patch drivers/common/cnxk/roc_npc.c cleanly. Applying patch drivers/common/cnxk/roc_npc_mcam.c with 1 reject... Rejected hunk #1. Hunk #2 applied cleanly. Hunk #3 applied cleanly. Hunk #4 applied cleanly. Hunk #5 applied cleanly. Applied patch drivers/common/cnxk/roc_npc_priv.h cleanly. Applied patch drivers/common/cnxk/roc_npc_utils.c cleanly. diff a/drivers/common/cnxk/roc_npc_mcam.c b/drivers/common/cnxk/roc_npc_mcam.c (rejected hunks) @@ -520,7 +520,7 @@ npc_mcam_alloc_and_write(struct npc *npc, struct roc_npc_flow *flow, return rc; } - entry = npc_check_preallocated_entry_cache(mbox, flow, npc); + entry = npc_get_free_mcam_entry(mbox, flow, npc); if (entry < 0) { if (use_ctr) npc_mcam_free_counter(npc, ctr); https://lab.dpdk.org/results/dashboard/patchsets/19164/ UNH-IOL DPDK Community Lab