Re: [PATCH net] be2net: restore properly promisc mode after queues reconfiguration

2018-01-22 Thread David Miller
From: Ivan Vecera 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

[PATCH net] be2net: restore properly promisc mode after queues reconfiguration

2018-01-19 Thread Ivan Vecera
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 prop