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)
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>

Trivial merge