Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4773f9bd authored by Heiner Kallweit's avatar Heiner Kallweit Committed by David S. Miller
Browse files

r8169: fix sporadic transmit timeout issue



Holger reported sporadic transmit timeouts and it turned out that one
path misses ringing the doorbell. Fix was suggested by Eric.

Fixes: ef143585 ("r8169: make use of xmit_more")
Suggested-by: default avatarEric Dumazet <edumazet@google.com>
Tested-by: default avatarHolger Hoffstätte <holger@applied-asynchrony.com>
Signed-off-by: default avatarHeiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c162610c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5681,6 +5681,7 @@ static netdev_tx_t rtl8169_start_xmit(struct sk_buff *skb,
		 */
		smp_wmb();
		netif_stop_queue(dev);
		door_bell = true;
	}

	if (door_bell)