Skip to content
  • Ron Mercer's avatar
    qla3xxx: bugfix tx reset after stress conditions. · 63b66d12
    Ron Mercer authored
    
    
    To Reproduce the Problem:
    To reproduce this panic consistently, we run an intensive network
    application like 'netperf' and then switch to a different console.
    After waiting for a couple of seconds, you will see a tx reset has occured.
    
    Reason:
    We enable interrupts even if we were not running.
    
    Solution:
    Now we will enable interrupts only after we are ready to give up the poll
    routine.
    
    Signed-off-by: default avatarRon Mercer <ron.mercer@qlogic.com>
    Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
    63b66d12