commit | 0fc16ebf69fc57b42110712eaaf8a6aa2492afbe | [log] [tgz] |
---|---|---|
author | Padmanabh Ratnakar <padmanabh.ratnakar@emulex.com> | Wed Apr 25 01:46:06 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 26 05:03:31 2012 -0400 |
tree | df3e300116074ad8ad7ca89a1a8c1edbeb30e86d | |
parent | 9cf6ace5f5c7981f5df76af3e1b90d77cc3cdece [diff] |
be2net: Fix VLAN/multicast packet reception VLAN and multicast hardware filters are limited and can get exhausted in adapters with many PCI functions. If setting a VLAN or multicast filter fails due to lack of sufficient hardware resources, these packets get dropped. Fix this by switching to VLAN or multicast promiscous mode so that these packets are not dropped. Signed-off-by: Padmanabh Ratnakar <padmanabh.ratnakar@emulex.com> Signed-off-by: David S. Miller <davem@davemloft.net>