Re: [PATCH net] net: ethernet: mvneta: Remove IFF_UNICAST_FLT which is not implemented

2016-11-25 Thread David Miller
From: Andrew Lunn Date: Thu, 24 Nov 2016 00:08:13 +0100 > The mvneta driver advertises it supports IFF_UNICAST_FLT. However, it > actually does not. The hardware probably does support it, but there is > no code to configure the filter. As a quick and simple fix, remove the > flag. This will cause

[PATCH net] net: ethernet: mvneta: Remove IFF_UNICAST_FLT which is not implemented

2016-11-23 Thread Andrew Lunn
The mvneta driver advertises it supports IFF_UNICAST_FLT. However, it actually does not. The hardware probably does support it, but there is no code to configure the filter. As a quick and simple fix, remove the flag. This will cause the core to fall back to promiscuous mode. Signed-off-by: Andrew