Test-Label: Intel-compilation Test-Status: WARNING http://dpdk.org/patch/136504 _apply issues_ Submitter: Hernan Vargas Date: 2024-02-07 17:13:50 Reply_mail: <20240207171350.242156-7-hernan.vargas@intel.com> DPDK git baseline: Repo:dpdk-next-baseband, CommitID: 263729efd1eb998ba1d7829971ecee620c79d0ce Repo:dpdk, CommitID: a4ce111cc89f580b8c4aad51bdb061acbdfde86b * Repo: dpdk-next-baseband 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/baseband/fpga_5gnr_fec/rte_fpga_5gnr_fec.c:1542 error: drivers/baseband/fpga_5gnr_fec/rte_fpga_5gnr_fec.c: patch does not apply Applying: doc: fix fpga 5gnr configuration values Applying: baseband/fpga_5gnr_fec: renaming for consistency Patch failed at 0002 baseband/fpga_5gnr_fec: renaming for consistency 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: drivers/baseband/fpga_5gnr_fec/rte_fpga_5gnr_fec.c:1542 error: drivers/baseband/fpga_5gnr_fec/rte_fpga_5gnr_fec.c: patch does not apply Applying: doc: fix fpga 5gnr configuration values Applying: baseband/fpga_5gnr_fec: renaming for consistency Patch failed at 0002 baseband/fpga_5gnr_fec: renaming for consistency 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