Re: [PATCH net-next] hinic: fix a bug in set rx mode

2019-06-10 Thread xuechaojing
Yes, This patch fixes the Oops. xue 在 2019/6/11 8:45, dann frazier wrote: On Mon, May 27, 2019 at 10:10:05PM +, Xue Chaojing wrote: in set_rx_mode, __dev_mc_sync and netdev_for_each_mc_addr will repeatedly set the multicast mac address. so we delete this loop. fyi, I'm told this fixes

Re: [PATCH net-next] hinic: fix a bug in set rx mode

2019-06-10 Thread dann frazier
On Mon, May 27, 2019 at 10:10:05PM +, Xue Chaojing wrote: > in set_rx_mode, __dev_mc_sync and netdev_for_each_mc_addr will > repeatedly set the multicast mac address. so we delete this loop. fyi, I'm told this fixes the following Oops (in case it makes sense to queue it for stable): [

Re: [PATCH net-next] hinic: fix a bug in set rx mode

2019-05-28 Thread David Miller
From: Xue Chaojing Date: Mon, 27 May 2019 22:10:05 + > in set_rx_mode, __dev_mc_sync and netdev_for_each_mc_addr will > repeatedly set the multicast mac address. so we delete this loop. > > Signed-off-by: Xue Chaojing Applied.

[PATCH net-next] hinic: fix a bug in set rx mode

2019-05-28 Thread Xue Chaojing
in set_rx_mode, __dev_mc_sync and netdev_for_each_mc_addr will repeatedly set the multicast mac address. so we delete this loop. Signed-off-by: Xue Chaojing --- drivers/net/ethernet/huawei/hinic/hinic_main.c | 4 1 file changed, 4 deletions(-) diff --git