aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb
diff options
context:
space:
mode:
authorHeiner Kallweit <hkallweit1@gmail.com>2019-07-28 11:25:19 +0200
committerDavid S. Miller <davem@davemloft.net>2019-07-29 11:05:12 -0700
commitef14358546b115d9ea4108f21c6badd97334ad18 (patch)
treeb6f92f9ad0e38d4d027cfd609cedf8e5cde6e6eb /drivers/net/usb
parentstaging/octeon: Allow test build on !MIPS (diff)
downloadlinux-dev-ef14358546b115d9ea4108f21c6badd97334ad18.tar.xz
linux-dev-ef14358546b115d9ea4108f21c6badd97334ad18.zip
r8169: make use of xmit_more
There was a previous attempt to use xmit_more, but the change had to be reverted because under load sometimes a transmit timeout occurred [0]. Maybe this was caused by a missing memory barrier, the new attempt keeps the memory barrier before the call to netif_stop_queue like it is used by the driver as of today. The new attempt also changes the order of some calls as suggested by Eric. [0] https://lkml.org/lkml/2019/2/10/39 Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/usb')
0 files changed, 0 insertions, 0 deletions