• Scott Feldman's avatar
    [PATCH] e100: fix sender hang after tx timeout · 4c3146e0
    Scott Feldman authored
    * 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
    4c3146e0
e100.c 63.5 KB