commit | 7b7e70f979e34ed84d725eab8ea42921ab6f42e3 | [log] [tgz] |
---|---|---|
author | Yuval Mintz <Yuval.Mintz@caviumnetworks.com> | Fri Oct 14 05:19:20 2016 -0400 |
committer | David S. Miller <davem@davemloft.net> | Fri Oct 14 11:59:58 2016 -0400 |
tree | edc6eceb6d95e30d47f3720470fb625ad07bbbdb | |
parent | 256958538ae2616e4aa14efab8c0d11df1e188db [diff] |
qed*: Allow unicast filtering Apparently qede fails to set IFF_UNICAST_FLT, and as a result is not actually performing unicast MAC filtering. While we're at it - relax a hard-coded limitation that limits each interface into using at most 15 unicast MAC addresses before turning promiscuous. Instead utilize the HW resources to their limit. Signed-off-by: Yuval Mintz <Yuval.Mintz@caviumnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>