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

2023-02-10 Thread Ferruh Yigit
ruce >> ; Mcnamara, John >> >> Cc: Loftus, Ciara >> Subject: Re: [PATCH v4] net/af_xdp: AF_XDP PMD CNI Integration >> >> On 2/9/2023 12:05 PM, Shibin Koikkara Reeny wrote: >>> Integrate support for the AF_XDP CNI and device plugin [1] so that the >>&g

RE: [PATCH v4] net/af_xdp: AF_XDP PMD CNI Integration

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

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

2023-02-10 Thread Ferruh Yigit
On 2/9/2023 12:05 PM, Shibin Koikkara Reeny wrote: > 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.

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

2023-02-10 Thread Ferruh Yigit
On 2/9/2023 12:05 PM, Shibin Koikkara Reeny wrote: > 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.

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

2023-02-09 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