Re: [dpdk-dev] [PATCH 1/1] net/af_xdp: shared UMEM support

2020-09-17 Thread Tahhan, Maryam
> -Original Message- > From: Loftus, Ciara > Sent: Thursday 17 September 2020 09:55 > To: Tahhan, Maryam > Cc: dev@dpdk.org > Subject: RE: [PATCH 1/1] net/af_xdp: shared UMEM support > > > > > > > Kernel v5.10 will introduce the ability to efficiently share a UMEM > > > between AF_XDP

Re: [dpdk-dev] [PATCH 1/1] net/af_xdp: shared UMEM support

2020-09-17 Thread Loftus, Ciara
> > > > Kernel v5.10 will introduce the ability to efficiently share a UMEM between > > AF_XDP sockets bound to different queue ids on the same or different > > devices. This patch integrates that functionality into the AF_XDP PMD. > > > > A PMD will attempt to share a UMEM with others if the share

Re: [dpdk-dev] [PATCH 1/1] net/af_xdp: shared UMEM support

2020-09-10 Thread Tahhan, Maryam
> -Original Message- > From: Loftus, Ciara > Sent: Monday 7 September 2020 17:16 > To: dev@dpdk.org > Cc: Loftus, Ciara > Subject: [PATCH 1/1] net/af_xdp: shared UMEM support > > Kernel v5.10 will introduce the ability to efficiently share a UMEM between > AF_XDP sockets bound to diffe

[dpdk-dev] [PATCH 1/1] net/af_xdp: shared UMEM support

2020-09-07 Thread Ciara Loftus
Kernel v5.10 will introduce the ability to efficiently share a UMEM between AF_XDP sockets bound to different queue ids on the same or different devices. This patch integrates that functionality into the AF_XDP PMD. A PMD will attempt to share a UMEM with others if the shared_umem=1 vdev arg is se