This group is locked. No changes can be made to the group while it is locked.
Re: AF_XDP query
William Tu
On Fri, Aug 2, 2019 at 3:23 AM Bjorn Topel <bjorn.topel@...> wrote:
In the case of OVS AF_XDP netdev, we've used multiple PMD threads.
Each thread has its own AF_XDP socket and its own UMEM bind to each rx queue.
I think multiple processes should also work.
William
Hi Kanthi,
On Tue, 30 Jul 2019 at 22:25, Kanthi P <Pavuluri.kanthi@...> wrote:
Hi,
Is it possible to have 2 processes each with its own AF_XDP socket and its own UMEM?
In the case of OVS AF_XDP netdev, we've used multiple PMD threads.
Each thread has its own AF_XDP socket and its own UMEM bind to each rx queue.
I think multiple processes should also work.
William