On Thu, 12 Mar 2020 at 10:17, Gaul, Maximilian <maximilian.gaul@xxxxxx> wrote: > [...] > > Thank you so much Björn! > > just to wrap things up: > > - if I want to distribute packet processing from a single RX-Queue to multiple sockets I have to use shared umem because it is not possible to bind multiple af-xdp sockets onto the same RX-Queue Correct! And you need a tailored XDP program that spreads over the shared umem sockets! > - furthermore, you would recommend to go with a single process / multiple threads solution in case of shared umem > Yes, and while possible to do multi-process, the solution would be complex with little gain (IMO). And please reach out if you have any more questions!