Re: [PATCH] net/af_xdp: update doc with information on queue setup

2022-02-23 Thread Ferruh Yigit
On 2/22/2022 2:31 PM, Ciara Loftus wrote: When an AF_XDP PMD is created without specifying the 'start_queue', the default Rx queue associated with the socket will be Rx queue 0. A common scenario encountered by users new to AF_XDP is that they create the socket on queue 0 however their interface

[PATCH] net/af_xdp: update doc with information on queue setup

2022-02-22 Thread Ciara Loftus
When an AF_XDP PMD is created without specifying the 'start_queue', the default Rx queue associated with the socket will be Rx queue 0. A common scenario encountered by users new to AF_XDP is that they create the socket on queue 0 however their interface is configured with many more queues. In this