Re: [PATCH net] net: aquantia: Fix IFF_ALLMULTI flag functionality

2018-08-08 Thread David Miller
From: Igor Russkikh Date: Wed, 8 Aug 2018 14:06:32 +0300 > From: Dmitry Bogdanov > > It was noticed that NIC always pass all multicast traffic to the host > regardless of IFF_ALLMULTI flag on the interface. > The rule in MC Filter Table in NIC, that is configured to accept any > multicast

[PATCH net] net: aquantia: Fix IFF_ALLMULTI flag functionality

2018-08-08 Thread Igor Russkikh
From: Dmitry Bogdanov It was noticed that NIC always pass all multicast traffic to the host regardless of IFF_ALLMULTI flag on the interface. The rule in MC Filter Table in NIC, that is configured to accept any multicast packets, is turning on if IFF_MULTICAST flag is set on the interface. It