From: Ivan Vecera <c...@cera.cz> Date: Fri, 19 Jan 2018 20:23:50 +0100
> The commit 622190669403 ("be2net: Request RSS capability of Rx interface > depending on number of Rx rings") modified be_update_queues() so the > IFACE (HW representation of the netdevice) is destroyed and then > re-created. This causes a regression because potential promiscuous mode > is not restored properly during be_open() because the driver thinks > that the HW has promiscuous mode already enabled. > > Note that Lancer is not affected by this bug because RX-filter flags are > disabled during be_close() for this chipset. > > Cc: Sathya Perla <sathya.pe...@broadcom.com> > Cc: Ajit Khaparde <ajit.khapa...@broadcom.com> > Cc: Sriharsha Basavapatna <sriharsha.basavapa...@broadcom.com> > Cc: Somnath Kotur <somnath.ko...@broadcom.com> > > Fixes: 622190669403 ("be2net: Request RSS capability of Rx interface > depending on number of Rx rings") > Signed-off-by: Ivan Vecera <ivec...@redhat.com> Applied and queued up for -stable, thank you.