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)
commit87cda7cb4380fa05b70485b0a57b07d020f5204b
treef2ab92e0842816e12dcf90cf1221e47ed8470bd3
parent2c45015a66a171de306e23991fec998667b49acf
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 0bec3b700d106a8b0a34227b2976d1a582f1aab7
Author: Florian Westphal <fw@strlen.de>
Date:   Wed Jan 7 10:49:49 2015 +0100

    r8169: add support for xmit_more

and

commit 1e918876853aa85435e0f17fd8b4a92dcfff53d6
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