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

2020-09-24 Thread Ferruh Yigit
On 9/23/2020 8:34 AM, Ciara Loftus wrote: 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 wit

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

2020-09-23 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