RE: [PATCH v5] net/af_xdp: support CNI Integration

2023-02-14 Thread Mcnamara, John
> -Original Message- > From: Koikkara Reeny, Shibin > Sent: Friday, February 10, 2023 3:48 PM > To: dev@dpdk.org; Zhang, Qi Z ; Burakov, Anatoly > ; Richardson, Bruce > ; Mcnamara, John > Cc: Loftus, Ciara ; Koikkara Reeny, Shibin > > Subject: [PATCH

[PATCH v5] net/af_xdp: support CNI Integration

2023-02-10 Thread Shibin Koikkara Reeny
Integrate support for the AF_XDP CNI and device plugin [1] so that the DPDK AF_XDP PMD can work in an unprivileged container environment. Part of the AF_XDP PMD initialization process involves loading an eBPF program onto the given netdev. This operation requires privileges, which prevents the PMD