Test-Label: Intel-compilation Test-Status: WARNING http://dpdk.org/patch/151279 _apply issues_ Submitter: Bruce Richardson Date: 2025-02-10 16:44:26 Reply_mail: <20250210164427.1118265-5-bruce.richardson@intel.com> DPDK git baseline: Repo:dpdk-next-net, CommitID: 3553897d84d8b54a1b1136cbf04dd7f1a40fd85b Repo:dpdk, CommitID: 3553897d84d8b54a1b1136cbf04dd7f1a40fd85b * Repo: dpdk-next-net The warnings look like below: nfb_rx.h:156:16: error: ISO C90 forbids variable length array 'packets' [-Werror=vla] 156 | struct ndp_packet packets[nb_pkts]; mvpp2/mrvl_flow.c:108:9: error: ISO C90 forbids variable length array 'zeros' [-Werror=vla] 108 | uint8_t zeros[size]; mvsam/rte_mrvl_pmd.c:865:16: error: ISO C90 forbids variable length array 'requests_crp' [-Werror=vla] 865 | struct sam_cio_op_params requests_crp[nb_ops]; Fixes: 1bf86800f7da ("build: warn on uses of VLA") -- 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: devtools/libabigail.abignore:23 error: devtools/libabigail.abignore: patch does not apply error: patch failed: drivers/common/idpf/meson.build:1 error: drivers/common/idpf/meson.build: patch does not apply error: drivers/common/idpf/idpf_common_rxtx_avx2.c: does not exist in index error: patch failed: drivers/net/meson.build:33 error: drivers/net/meson.build: patch does not apply Applying: drivers: merge common and net idpf drivers Patch failed at 0001 drivers: merge common and net idpf drivers 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 The warnings look like below: nfb_rx.h:156:16: error: ISO C90 forbids variable length array 'packets' [-Werror=vla] 156 | struct ndp_packet packets[nb_pkts]; mvpp2/mrvl_flow.c:108:9: error: ISO C90 forbids variable length array 'zeros' [-Werror=vla] 108 | uint8_t zeros[size]; mvsam/rte_mrvl_pmd.c:865:16: error: ISO C90 forbids variable length array 'requests_crp' [-Werror=vla] 865 | struct sam_cio_op_params requests_crp[nb_ops]; Fixes: 1bf86800f7da ("build: warn on uses of VLA") -- 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: devtools/libabigail.abignore:23 error: devtools/libabigail.abignore: patch does not apply error: patch failed: drivers/common/idpf/meson.build:1 error: drivers/common/idpf/meson.build: patch does not apply error: drivers/common/idpf/idpf_common_rxtx_avx2.c: does not exist in index error: patch failed: drivers/net/meson.build:33 error: drivers/net/meson.build: patch does not apply Applying: drivers: merge common and net idpf drivers Patch failed at 0001 drivers: merge common and net idpf drivers 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