> From: [email protected] [mailto:netdev- > [email protected]] On Behalf Of Konstantin Khlebnikov > Sent: Friday, May 19, 2017 12:19 AM > To: [email protected]; [email protected]; Kirsher, Jeffrey > T <[email protected]> > Cc: Dave Jones <[email protected]>; WANG Cong > <[email protected]>; David S. Miller <[email protected]>; > Sabrina Dubroca <[email protected]> > Subject: [PATCH] e1000e: use disable_hardirq() also for MSIX vectors in > e1000_netpoll() > > Replace disable_irq() which waits for threaded irq handlers with > disable_hardirq() which waits only for hardirq part. > > Signed-off-by: Konstantin Khlebnikov <[email protected]> > Fixes: 311191297125 ("e1000: use disable_hardirq() for e1000_netpoll()") > --- > drivers/net/ethernet/intel/e1000e/netdev.c | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-)
Tested-by: Aaron Brown <[email protected]>
