Re: [v14 0/3] net/af_xdp: fix multi interface support for K8s

2024-04-19 Thread Ferruh Yigit
On 4/8/2024 2:19 PM, Loftus, Ciara wrote: >> The original `use_cni` implementation was limited to >> supporting only a single netdev in a DPDK pod. This patchset >> aims to fix this limitation transparently to the end user. >> It will also enable compatibility with the latest AF_XDP >> Device Plugi

Re: [v14 0/3] net/af_xdp: fix multi interface support for K8s

2024-04-18 Thread Ferruh Yigit
Recheck-request: iol-unit-arm64-testing On 4/8/2024 2:09 PM, Maryam Tahhan wrote: > The original `use_cni` implementation was limited to > supporting only a single netdev in a DPDK pod. This patchset > aims to fix this limitation transparently to the end user. > It will also enable compatibility w

RE: [v14 0/3] net/af_xdp: fix multi interface support for K8s

2024-04-08 Thread Loftus, Ciara
> > The original `use_cni` implementation was limited to > supporting only a single netdev in a DPDK pod. This patchset > aims to fix this limitation transparently to the end user. > It will also enable compatibility with the latest AF_XDP > Device Plugin. > > Signed-off-by: Maryam Tahhan Thank

[v14 0/3] net/af_xdp: fix multi interface support for K8s

2024-04-08 Thread Maryam Tahhan
The original `use_cni` implementation was limited to supporting only a single netdev in a DPDK pod. This patchset aims to fix this limitation transparently to the end user. It will also enable compatibility with the latest AF_XDP Device Plugin. Signed-off-by: Maryam Tahhan --- v14: * Fixup bpf_ma