Re: [PATCH] ixgbe: remove useless bd_number from adapter struct

2014-07-28 Thread Ethan Zhao
om; Ethan Zhao >> Subject: [PATCH] ixgbe: remove useless bd_number from adapter struct >> >> Because bd_number is not useful anymore, so remove it from adapter struct, >> or >> if keep it, we have to fix the boards driven counter bug in ixgbe_remove() >> and >>

RE: [PATCH] ixgbe: remove useless bd_number from adapter struct

2014-07-28 Thread Brown, Aaron F
nder H; Ronciak, > John; Williams, Mitch A > Cc: Linux NICS; e1000-de...@lists.sourceforge.net; net...@vger.kernel.org; > linux-kernel@vger.kernel.org; ethan.ker...@gmail.com; Ethan Zhao > Subject: [PATCH] ixgbe: remove useless bd_number from adapter struct > > Because bd_number

[PATCH] ixgbe: remove useless bd_number from adapter struct

2014-07-28 Thread Ethan Zhao
Because bd_number is not useful anymore, so remove it from adapter struct, or if keep it, we have to fix the boards driven counter bug in ixgbe_remove() and ixgbe_probe() only for trival debug purpose -- other output is enough. Signed-off-by: Ethan Zhao --- drivers/net/ethernet/intel/ixgbe/ixgbe