]> git.baikalelectronics.ru Git - kernel.git/commit
r8169: Revert BQL and xmit_more support.
authorDavid S. Miller <davem@davemloft.net>
Sun, 22 Feb 2015 20:54:29 +0000 (15:54 -0500)
committerDavid S. Miller <davem@davemloft.net>
Sun, 22 Feb 2015 20:54:29 +0000 (15:54 -0500)
commit1e8f21cfbfd2a1106a4d125122a369ec06f20ce5
treef2ab92e0842816e12dcf90cf1221e47ed8470bd3
parent6dfb3ae74cd257128a1f4a6c10308b71129fff76
r8169: Revert BQL and xmit_more support.

There are certain regressions which are pointing to
these two commits which we are having a hard time
resolving.  So revert them for now.

Specifically this reverts:

commit b60a416b7ed9e13881aa64d700cba8657944cd37
Author: Florian Westphal <fw@strlen.de>
Date:   Wed Jan 7 10:49:49 2015 +0100

    r8169: add support for xmit_more

and

commit 0a6929457abc60783378dfb3bab365eee08388ca
Author: Florian Westphal <fw@strlen.de>
Date:   Wed Oct 1 13:38:03 2014 +0200

    r8169: add support for Byte Queue Limits

There were some attempts by Eric Dumazet to address some obvious
problems in the TX flow, to see if they would fix the problems,
but none of them seem to help for the regression reporters.

Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/realtek/r8169.c