]> git.baikalelectronics.ru Git - kernel.git/commit
r8169: add support for Byte Queue Limits
authorFlorian Westphal <fw@strlen.de>
Sat, 20 Oct 2018 10:25:27 +0000 (12:25 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sat, 20 Oct 2018 19:35:08 +0000 (12:35 -0700)
commitcc057baf3ad17a04728b19b4264a6a54567acb4a
treee82a48ab8dd286c8dfba0ad6dde4e749d9446adb
parent489f5b928ac46977c06a0c5ea2a50f0fcf349b56
r8169: add support for Byte Queue Limits

This patch is basically a resubmit of 0a6929457abc ("r8169: add support
for Byte Queue Limits") which was reverted later. The problems causing
the revert seem to have been fixed in the meantime.
Only change to the original patch is that the call to
netdev_reset_queue was moved to rtl8169_tx_clear.

The Tested-by refers to a system using the RTL8168evl chip version.

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Tested-by: Holger Hoffstätte <holger@applied-asynchrony.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/realtek/r8169.c