[PATCH] e100: fix sender hang after tx timeout
* When e100 experiences a transmit timeout, it calls e100_up() to reset the device. e100_up calls netif_start_queue to release any flow block, but doesn't reschedule. This patch unblocks the flow and schedules Tx. Jay Vosburgh [fubar@us.ibm.com]. Signed-off-by: scott.feldman@intel.com
Showing
Please register or sign in to comment