Test-Label: Intel-compilation Test-Status: WARNING http://dpdk.org/patch/136423 _apply issues_ Submitter: Viacheslav Ovsiienko Date: 2024-02-06 12:17:36 Reply_mail: <20240206121736.27391-6-viacheslavo@nvidia.com> DPDK git baseline: Repo:dpdk-next-net, CommitID: fd3fe0975934608ac6d8778ead80145ac1357335 Repo:dpdk, CommitID: a4ce111cc89f580b8c4aad51bdb061acbdfde86b * Repo: dpdk-next-net Server version missing You should provide the server version in the URL configured via git-config or --server This will be required in git-pw 2.0 error: patch failed: drivers/common/mlx5/mlx5_prm.h:854 error: drivers/common/mlx5/mlx5_prm.h: patch does not apply Applying: ethdev: add modify IPv4 next protocol field Applying: app/testpmd: add modify IPv4 next protocol command line -- Applying: ethdev: add modify action support for IPsec fields Applying: app/testpmd: add modify ESP related fields command line Applying: net/mlx5: add modify field action IPsec support Patch failed at 0006 net/mlx5: add modify field action IPsec support 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. -- Server version missing You should provide the server version in the URL configured via git-config or --server This will be required in git-pw 2.0 error: patch failed: lib/ethdev/rte_flow.h:3933 error: lib/ethdev/rte_flow.h: patch does not apply Applying: ethdev: add modify IPv4 next protocol field Patch failed at 0001 ethdev: add modify IPv4 next protocol field 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