Re: [PATCH 7/7] igb: avoid transmit queue timeout in xdp path

2020-10-07 Thread Maciej Fijalkowski
On Wed, Oct 07, 2020 at 05:25:06PM +0200, sven.auha...@voleatech.de wrote: > From: Sven Auhagen > > Since we share the transmit queue with the slow path, > it is possible that we run into a transmit queue timeout. > This will reset the queue. > This happens under high load when the fast path is u

[PATCH 7/7] igb: avoid transmit queue timeout in xdp path

2020-10-07 Thread sven . auhagen
From: Sven Auhagen Since we share the transmit queue with the slow path, it is possible that we run into a transmit queue timeout. This will reset the queue. This happens under high load when the fast path is using the transmit queue pretty much exclusively. Signed-off-by: Sven Auhagen --- dri