]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
ionic: leave netdev mac alone after fw-upgrade
authorShannon Nelson <snelson@pensando.io>
Mon, 11 May 2020 21:04:44 +0000 (14:04 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 12 May 2020 19:12:34 +0000 (12:12 -0700)
commitf20a4d404122b183b7d66cadea917fcd1340c05b
treeb0f78cd5cb6b44a02e95ec6b1a4e9ba5c4df538d
parent2c864c78c2386ada7433268cdfa8cb77cfe31bf3
ionic: leave netdev mac alone after fw-upgrade

When running in a bond setup, or some other potential
configurations, the netdev mac may have been changed from
the default device mac.  Since the userland doesn't know
about the changes going on under the covers in a fw-upgrade
it doesn't know the re-push the mac filter.  The driver
needs to leave the netdev mac filter alone when rebuilding
after the fw-upgrade.

Fixes: c672412f6172 ("ionic: remove lifs on fw reset")
Signed-off-by: Shannon Nelson <snelson@pensando.io>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/pensando/ionic/ionic_lif.c