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
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