Test-Label: Intel-compilation Test-Status: WARNING http://dpdk.org/patch/136515 _apply issues_ Submitter: Ajit Khaparde Date: 2024-02-08 05:43:11 Reply_mail: <20240208054311.3642-4-ajit.khaparde@broadcom.com> DPDK git baseline: Repo:dpdk-next-net, CommitID: 730af1a354bcb0915042f68363a650026bb3547c 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/net/bnxt/bnxt.h:868 error: drivers/net/bnxt/bnxt.h: patch does not apply error: patch failed: drivers/net/bnxt/bnxt_ethdev.c:1086 error: drivers/net/bnxt/bnxt_ethdev.c: patch does not apply error: patch failed: drivers/net/bnxt/bnxt_hwrm.c:1307 error: drivers/net/bnxt/bnxt_hwrm.c: patch does not apply error: patch failed: drivers/net/bnxt/bnxt_vnic.c:280 error: drivers/net/bnxt/bnxt_vnic.c: patch does not apply Applying: ethdev: add support for RSS based on IPv6 flow label Applying: app/testpmd: add IPv6 flow label to RSS types Applying: net/bnxt: add IPv6 flow label based RSS support Patch failed at 0003 net/bnxt: add IPv6 flow label based RSS 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: drivers/net/bnxt/bnxt.h:868 error: drivers/net/bnxt/bnxt.h: patch does not apply error: patch failed: drivers/net/bnxt/bnxt_ethdev.c:1086 error: drivers/net/bnxt/bnxt_ethdev.c: patch does not apply error: patch failed: drivers/net/bnxt/bnxt_hwrm.c:1307 error: drivers/net/bnxt/bnxt_hwrm.c: patch does not apply error: patch failed: drivers/net/bnxt/bnxt_vnic.c:280 error: drivers/net/bnxt/bnxt_vnic.c: patch does not apply Applying: ethdev: add support for RSS based on IPv6 flow label Applying: app/testpmd: add IPv6 flow label to RSS types Applying: net/bnxt: add IPv6 flow label based RSS support Patch failed at 0003 net/bnxt: add IPv6 flow label based RSS 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". DPDK STV team