bnxt_en: Setup multicast properly after resetting device.
Orabug:
23221795
The multicast/all-multicast internal flags are not properly restored
after device reset. This could lead to unreliable multicast operations
after an ethtool configuration change for example.
Call bnxt_mc_list_updated() and setup the vnic->mask in bnxt_init_chip()
to fix the issue.
Signed-off-by: Michael Chan <michael.chan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
(cherry picked from commit
7d2837dd7a3239e8201d9bef75c1a708e451e123)
Signed-off-by: Brian Maly <brian.maly@oracle.com>