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

2023-10-03 Thread Ferruh Yigit
On 10/2/2023 2:23 PM, Bruce Richardson wrote: > On Mon, Oct 02, 2023 at 02:15:51PM +0100, Ferruh Yigit wrote: >> On 10/2/2023 2:01 PM, Bruce Richardson wrote: >>> On Mon, Oct 02, 2023 at 12:48:52PM +, Shibin Koikkara Reeny wrote: Shared UMEM feature is missing in the af_xdp driver build >>

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

2023-10-02 Thread Bruce Richardson
On Mon, Oct 02, 2023 at 02:15:51PM +0100, Ferruh Yigit wrote: > On 10/2/2023 2:01 PM, Bruce Richardson wrote: > > On Mon, Oct 02, 2023 at 12:48:52PM +, Shibin Koikkara Reeny wrote: > >> Shared UMEM feature is missing in the af_xdp driver build > >> after the commit 33d66940e9ba ("build: use C11

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

2023-10-02 Thread Ferruh Yigit
On 10/2/2023 2:01 PM, Bruce Richardson wrote: > On Mon, Oct 02, 2023 at 12:48:52PM +, 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 v4] net/af_xdp: fix missing UMEM feature

2023-10-02 Thread Bruce Richardson
On Mon, Oct 02, 2023 at 12:48:52PM +, 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 v4] net/af_xdp: fix missing UMEM feature

2023-10-02 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