Re: [PATCH] mvpp2: fix multicast address filter

2018-02-11 Thread David Miller
From: Mikulas Patocka Date: Sun, 11 Feb 2018 18:10:28 -0500 (EST) > IPv6 doesn't work on the MacchiatoBIN board. It is caused by broken > multicast address filter in the mvpp2 driver. > > The driver loads doesn't load any multicast entries if "allmulti" is not > set. This

[PATCH] mvpp2: fix multicast address filter

2018-02-11 Thread Mikulas Patocka
IPv6 doesn't work on the MacchiatoBIN board. It is caused by broken multicast address filter in the mvpp2 driver. The driver loads doesn't load any multicast entries if "allmulti" is not set. This condition should be reversed. The condition !netdev_mc_empty(dev) is useless (because