Re: [PATCH net] amd-xgbe: Use disable_irq_nosync from within timer function

2015-06-07 Thread David Miller
From: Tom Lendacky thomas.lenda...@amd.com Date: Fri, 5 Jun 2015 16:02:26 -0500 Since the Tx timer function runs in softirq context the driver needs to call disable_irq_nosync instead of a disable_irq. Reported-by: Josh Stone jist...@redhat.com Signed-off-by: Tom Lendacky

[PATCH net] amd-xgbe: Use disable_irq_nosync from within timer function

2015-06-05 Thread Tom Lendacky
Since the Tx timer function runs in softirq context the driver needs to call disable_irq_nosync instead of a disable_irq. Reported-by: Josh Stone jist...@redhat.com Signed-off-by: Tom Lendacky thomas.lenda...@amd.com --- drivers/net/ethernet/amd/xgbe/xgbe-drv.c |2 +- 1 file changed, 1