> On 6/19/2024 3:59 AM, Chaoyong He wrote: > > This patch series add the support of Rx/Tx function using the > > AVX2 instruction. > > > > Long Wu (4): > > net/nfp: export more interfaces of NFDk > > net/nfp: support AVX2 Tx function > > net/nfp: support AVX2 Rx function > > net/nfp: vector Rx function supports parsing ptype > > > > I got some build errors [1], and I can see CI did not run because of apply > error. > Can you please try with local github actions and send a new version? > > [1] > - ubuntu-22.04-gcc-static-i386: > Run-time dependency netcope-common found: NO (tried pkgconfig) > > drivers/net/nfp/meson.build:56:8: ERROR: Unknown variable > "static_rte_common_nfp". > > - ubuntu-22.04-gcc-static-mingw: > drivers/net/nfp/meson.build:56:8: ERROR: Unknown variable > "static_rte_common_nfp". > > A full log can be found at > /home/runner/work/dpdk/dpdk/build/meson-logs/meson-log.txt
Seems this might because you don't compile the dependencies 'driver/common/nfp'? Anyway, I will send a new version patch series to trigger the CI.