Re: [v10 2/3] net/af_xdp: fix multi interface support for K8s

2024-02-29 Thread Maryam Tahhan
On 29/02/2024 13:01, Maryam Tahhan wrote: The original 'use_cni' implementation, was added to enable support for the AF_XDP PMD in a K8s env without any escalated privileges. However 'use_cni' used a hardcoded socket rather than a configurable one. If a DPDK pod is requesting multiple net devices

[v10 2/3] net/af_xdp: fix multi interface support for K8s

2024-02-29 Thread Maryam Tahhan
The original 'use_cni' implementation, was added to enable support for the AF_XDP PMD in a K8s env without any escalated privileges. However 'use_cni' used a hardcoded socket rather than a configurable one. If a DPDK pod is requesting multiple net devices and these devices are from different pools,