Re: [PATCH] net/af_xdp: pass cflags to appropriate build components

2023-09-21 Thread Bruce Richardson
On Thu, Sep 21, 2023 at 10:29:23AM +, Shibin Koikkara Reeny wrote: > Commit 33d66940e9ba ("build: use C11 standard") enforces > the C11 standard so some changes need to be made to the > af_xdp driver meson build to ensure that the appropriate > cflags are passed when checking if certain functio

Re: [PATCH] net/af_xdp: pass cflags to appropriate build components

2023-09-21 Thread Bruce Richardson
On Thu, Sep 21, 2023 at 10:29:23AM +, Shibin Koikkara Reeny wrote: > Commit 33d66940e9ba ("build: use C11 standard") enforces > the C11 standard so some changes need to be made to the > af_xdp driver meson build to ensure that the appropriate > cflags are passed when checking if certain functio

[PATCH] net/af_xdp: pass cflags to appropriate build components

2023-09-21 Thread Shibin Koikkara Reeny
Commit 33d66940e9ba ("build: use C11 standard") enforces the C11 standard so some changes need to be made to the af_xdp driver meson build to ensure that the appropriate cflags are passed when checking if certain functions are available in the libbpf/libxdp libraries. Fixes: 33d66940e9ba ("build: