Re: [PATCH net] be2net: fix unicast list filling

2017-01-07 Thread David Miller
From: Ivan Vecera Date: Fri, 6 Jan 2017 21:59:30 +0100 > The adapter->pmac_id[0] item is used for primary MAC address but > this is not true for adapter->uc_list[0] as is assumed in > be_set_uc_list(). There are N UC addresses copied first from net_device > to adapter->uc_list[1..N] and then N U

[PATCH net] be2net: fix unicast list filling

2017-01-06 Thread Ivan Vecera
The adapter->pmac_id[0] item is used for primary MAC address but this is not true for adapter->uc_list[0] as is assumed in be_set_uc_list(). There are N UC addresses copied first from net_device to adapter->uc_list[1..N] and then N UC addresses from adapter->uc_list[0..N-1] are sent to HW. So the l