Re: [PATCH v3] net/af_xdp: fix missing UMEM feature

2023-09-29 Thread Ferruh Yigit
On 9/28/2023 10:32 AM, Bruce Richardson wrote: > On Thu, Sep 28, 2023 at 09:25:53AM +, Shibin Koikkara Reeny wrote: >> Shared UMEM feature is missing in the af_xdp driver build >> after the commit 33d66940e9ba ("build: use C11 standard"). >> >> Runtime Error log while using Shared UMEM feature:

Re: [PATCH v3] net/af_xdp: fix missing UMEM feature

2023-09-28 Thread Bruce Richardson
On Thu, Sep 28, 2023 at 09:25:53AM +, Shibin Koikkara Reeny wrote: > Shared UMEM feature is missing in the af_xdp driver build > after the commit 33d66940e9ba ("build: use C11 standard"). > > Runtime Error log while using Shared UMEM feature: > rte_pmd_af_xdp_probe(): Initializing pmd_af_xdp f

[PATCH v3] net/af_xdp: fix missing UMEM feature

2023-09-28 Thread Shibin Koikkara Reeny
Shared UMEM feature is missing in the af_xdp driver build after the commit 33d66940e9ba ("build: use C11 standard"). Runtime Error log while using Shared UMEM feature: rte_pmd_af_xdp_probe(): Initializing pmd_af_xdp for net_af_xdp0 init_internals(): Shared UMEM feature not available. Check kernel