Re: [PATCH net] net: aquantia: vlan unicast address list correct handling

2018-07-05 Thread David Miller
From: Igor Russkikh Date: Thu, 5 Jul 2018 17:01:09 +0300 > Setting up macvlan/macvtap networks over atlantic NIC results > in no traffic over these networks because ndo_set_rx_mode did > not listed UC MACs as registered in unicast filter. > > Here we fix that taking into account maximum number

[PATCH net] net: aquantia: vlan unicast address list correct handling

2018-07-05 Thread Igor Russkikh
Setting up macvlan/macvtap networks over atlantic NIC results in no traffic over these networks because ndo_set_rx_mode did not listed UC MACs as registered in unicast filter. Here we fix that taking into account maximum number of UC filters supported by hardware. If more than MAX addresses were r