From eee492ea35bd6f4bac229744eb0593547fb30826 Mon Sep 17 00:00:00 2001 From: Ezequiel Garcia Date: Fri, 30 May 2014 13:40:10 -0300 Subject: [PATCH] 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 Signed-off-by: David S. Miller --- Reading git-format-patch failed