Test-Label: Intel-compilation Test-Status: WARNING http://dpdk.org/patch/151183 _apply issues_ Submitter: Thomas Monjalon Date: 2025-02-08 09:28:38 Reply_mail: <20250208092839.1238770-1-thomas@monjalon.net> DPDK git baseline: Repo:dpdk, CommitID: 3553897d84d8b54a1b1136cbf04dd7f1a40fd85b * 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: drivers/crypto/mvsam/meson.build:20 error: drivers/crypto/mvsam/meson.build: patch does not apply error: patch failed: drivers/net/mvpp2/meson.build:26 error: drivers/net/mvpp2/meson.build: patch does not apply error: patch failed: drivers/net/nfb/meson.build:21 error: drivers/net/nfb/meson.build: patch does not apply Applying: drivers: allow build with VLAs Patch failed at 0001 drivers: allow build with VLAs 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