Merge branch 'arc_emac'
authorDavid S. Miller <davem@davemloft.net>
Fri, 12 Sep 2014 21:18:09 +0000 (17:18 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 12 Sep 2014 21:18:09 +0000 (17:18 -0400)
commitdcbc0054d783d53cf0479c391334e9a478daa25f
tree3af460f097438ad1de67bc6db1f4c8999e998541
parent1d7efe9dfaa6025acd29a726315f6f7d30a9f1ca
parent74dd40bca95f9968e368751ea81f3b98471109ce
Merge branch 'arc_emac'

Beniamino Galvani says:

====================
net: arc_emac: fix tx issues

the patches below solve some issues found in the tx ring reclaim
strategy currently implemented in the arc_emac driver.

Without these patches a simple outgoing UDP flow blocks almost
immediately with the socket send buffer full, until some new rx
packets trigger a clean of the tx ring.

Everything seems to work fine on a Radxa Rock with this fix applied.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>