Re: [PATCH net-next] r8169: handle tx before rx in napi poll

2021-02-11 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Thu, 11 Feb 2021 21:20:08 +0100 you wrote: > Cleaning up tx descriptors first increases the chance that > rtl_rx() can allocate new skb's from the cache. > > Signed-off-by: Heiner Kallweit > --- > drivers/net/ethernet

[PATCH net-next] r8169: handle tx before rx in napi poll

2021-02-11 Thread Heiner Kallweit
Cleaning up tx descriptors first increases the chance that rtl_rx() can allocate new skb's from the cache. Signed-off-by: Heiner Kallweit --- drivers/net/ethernet/realtek/r8169_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/ethernet/realtek/r8169_main.