Re: [PATCH] net/af_xdp: AF_XDP PMD CNI Integration

2023-01-18 Thread Bruce Richardson
On Tue, Dec 13, 2022 at 10:47:46AM +, Koikkara Reeny, Shibin wrote: > From: Shibin Koikkara Reeny > > Integrate support for the AF_XDP CNI and device plugin so that the > DPDK AF_XDP PMD can work in an unprivileged container environment. > Part of the AF_XDP PMD initialization process involve

[PATCH] net/af_xdp: AF_XDP PMD CNI Integration

2022-12-13 Thread Koikkara Reeny, Shibin
From: Shibin Koikkara Reeny Integrate support for the AF_XDP CNI and device plugin 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 privilege