Re: [E1000-devel] 82571EB - Detected Hardware Unit Hang

2012-08-25 Thread Nikolay Popov
Hi, All It seems that I'm getting same problems with 3.5.2 kernel - 80003ES2LAN onboard NIC is going to reset from time to time under load Aug 25 10:27:53 bras2 kernel: [134612.808590] e1000e :05:00.0: eth2: Detected Hardware Unit Hang: Aug 25 10:27:53 bras2 kernel: [134612.808590] TDH

[E1000-devel] [PATCH] ixgbe: using is_zero_ether_addr() to simplify the code

2012-08-25 Thread Wei Yongjun
From: Wei Yongjun yongjun_...@trendmicro.com.cn Using is_zero_ether_addr() to simplify the code. Signed-off-by: Wei Yongjun yongjun_...@trendmicro.com.cn --- drivers/net/ethernet/intel/ixgbe/ixgbe_common.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git