commit | eee492ea35bd6f4bac229744eb0593547fb30826 | [log] [tgz] |
---|---|---|
author | Ezequiel Garcia <ezequiel.garcia@free-electrons.com> | Fri May 30 13:40:10 2014 -0300 |
committer | David S. Miller <davem@davemloft.net> | Mon Jun 02 16:16:06 2014 -0700 |
tree | cfcb9320701ae13f88701ccaa5d344dd0d0ec8c1 | |
parent | ee9e49561bdd6d6b53a67616b5ebbb8d8c6d9c49 [diff] |
net: mv643xx_eth: Drop the NETDEV_TX_BUSY return path After adding proper stop/wake thresholds, we can expect a queue to never be full and drop the NETDEV_TX_BUSY return path. In any case, if the queue cannot accommodate a TSO packet, the packet would be discarded. Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com> Signed-off-by: David S. Miller <davem@davemloft.net>