[PATCH] bpf/xdp: disable on 32bit x86

2024-04-25 Thread luca . boccassi
From: Luca Boccassi As per Intel, this is not supported, and the librte-bpf test fails on 32bit x86 kernels, so disable the library and the pmd. Signed-off-by: Luca Boccassi --- drivers/net/af_xdp/meson.build | 6 ++ lib/bpf/meson.build| 6 ++ 2 files changed, 12 insertions

Re: [PATCH] bpf/xdp: disable on 32bit x86

2024-04-25 Thread Stephen Hemminger
On Thu, 25 Apr 2024 16:05:58 +0100 luca.bocca...@gmail.com wrote: > From: Luca Boccassi > > As per Intel, this is not supported, and the librte-bpf test fails on 32bit > x86 > kernels, so disable the library and the pmd. > > Signed-off-by: Luca Boccassi Acked-by: Stephen Hemminger

Re: [PATCH] bpf/xdp: disable on 32bit x86

2024-04-26 Thread Patrick Robb
Recheck-request: iol-compile-amd64-testing The DPDK Community Lab updated to the latest Alpine image yesterday, which resulted in all Alpine builds failing. The failure is unrelated to your patch, and this recheck should remove the fail on Patchwork, as we have disabled Alpine testing for now.

Re: [PATCH] bpf/xdp: disable on 32bit x86

2024-06-18 Thread David Marchand
On Thu, Apr 25, 2024 at 5:28 PM Stephen Hemminger wrote: > > As per Intel, this is not supported, and the librte-bpf test fails on 32bit > > x86 > > kernels, so disable the library and the pmd. Cc: sta...@dpdk.org > > > > Signed-off-by: Luca Boccassi > Acked-by: Stephen Hemminger Applied, th