Re: [PATCH v2 net-next] ice, xsk: Move Rx allocation out of while-loop

2020-12-14 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Fri, 11 Dec 2020 09:54:10 +0100 you wrote: > From: Björn Töpel > > Instead doing the check for allocation in each loop, move it outside > the while loop and do it every NAPI loop. > > This change boosts the xdpsock rx

[PATCH v2 net-next] ice, xsk: Move Rx allocation out of while-loop

2020-12-11 Thread Björn Töpel
From: Björn Töpel Instead doing the check for allocation in each loop, move it outside the while loop and do it every NAPI loop. This change boosts the xdpsock rxdrop scenario with 15% more packets-per-second. Reviewed-by: Maciej Fijalkowski Signed-off-by: Björn Töpel --- v2: Fixed spelling a