On Tue, May 02, 2017 at 08:36:03AM -0700, John Fastabend wrote: > I am not going to be able to work on this for a few days so I figured > it might be worth getting some feedback if there is any. Any thoughts > on how to squeeze a few extra pps out of this would be very useful.
Batch dequeue into a temporary buffer, then scan this buffer and xmit without locks might be a good idea. It certainly helped vhost. You might need to requeue if you are unable to xmit, there's now support for this. -- MST