Re: [PATCH v2] net/af_xdp: re-enable secondary process support

2022-02-04 Thread Ferruh Yigit
On 2/4/2022 12:54 PM, Ciara Loftus wrote: Secondary process support had been disabled for the AF_XDP PMD because there was no logic in place to share the AF_XDP socket file descriptors between the processes. This commit introduces this logic using the IPC APIs. Since AF_XDP rings are single-prod

RE: [PATCH v2] net/af_xdp: re-enable secondary process support

2022-02-06 Thread Loftus, Ciara
> > On 2/4/2022 12:54 PM, Ciara Loftus wrote: > > Secondary process support had been disabled for the AF_XDP PMD > > because there was no logic in place to share the AF_XDP socket > > file descriptors between the processes. This commit introduces > > this logic using the IPC APIs. > > > > Since AF

Re: [PATCH v2] net/af_xdp: re-enable secondary process support

2022-02-07 Thread Ferruh Yigit
On 2/7/2022 7:49 AM, Loftus, Ciara wrote: On 2/4/2022 12:54 PM, Ciara Loftus wrote: Secondary process support had been disabled for the AF_XDP PMD because there was no logic in place to share the AF_XDP socket file descriptors between the processes. This commit introduces this logic using the I

RE: [PATCH v2] net/af_xdp: re-enable secondary process support

2022-02-07 Thread Loftus, Ciara
> >> > >> On 2/4/2022 12:54 PM, Ciara Loftus wrote: > >>> Secondary process support had been disabled for the AF_XDP PMD > >>> because there was no logic in place to share the AF_XDP socket > >>> file descriptors between the processes. This commit introduces > >>> this logic using the IPC APIs. > >

Re: [PATCH v2] net/af_xdp: re-enable secondary process support

2022-02-08 Thread Ferruh Yigit
On 2/7/2022 11:39 AM, Loftus, Ciara wrote: On 2/4/2022 12:54 PM, Ciara Loftus wrote: Secondary process support had been disabled for the AF_XDP PMD because there was no logic in place to share the AF_XDP socket file descriptors between the processes. This commit introduces this logic using the