Test-Label: Intel-compilation Test-Status: WARNING http://dpdk.org/patch/136295 _apply issues_ Submitter: Pavan Nikhilesh Bhagavatula Date: 2024-02-01 22:23:21 Reply_mail: <20240201222321.8145-2-pbhagavatula@marvell.com> DPDK git baseline: Repo:dpdk-next-net-mrvl, CommitID: eeb0605f118dae66e80faa44f7b3e88748032353 Repo:dpdk, CommitID: a4ce111cc89f580b8c4aad51bdb061acbdfde86b * Repo: dpdk-next-net-mrvl error: drivers/net/octeon_ep/cnxk_ep_rx_avx.c: does not exist in index error: drivers/net/octeon_ep/cnxk_ep_rx_sse.c: does not exist in index Applying: net/octeon_ep: improve Rx performance Patch failed at 0001 net/octeon_ep: improve Rx performance Use 'git am --show-current-patch' to see the failed patch When you have resolved this problem, run "git am --continue". If you prefer to skip this patch, run "git am --skip" instead. To restore the original branch and stop patching, run "git am --abort". * Repo: dpdk mem: initialise shared locks explicitly Locks in the DPDK shared memory were not initialised so far. This is not really a problem as the early_mem_config structure is stored in the bss section (and so set to 0 by default). Yet, for consistency, explicitly initialise those locks with relevant initialiser macros. -- error: drivers/net/octeon_ep/cnxk_ep_rx_avx.c: does not exist in index error: drivers/net/octeon_ep/cnxk_ep_rx_sse.c: does not exist in index Applying: net/octeon_ep: improve Rx performance Patch failed at 0001 net/octeon_ep: improve Rx performance Use 'git am --show-current-patch' to see the failed patch When you have resolved this problem, run "git am --continue". If you prefer to skip this patch, run "git am --skip" instead. To restore the original branch and stop patching, run "git am --abort". DPDK STV team