Merge branch 'net-systemport-Unmap-queues-upon-DSA-unregister-event'
authorDavid S. Miller <davem@davemloft.net>
Tue, 6 Nov 2018 23:39:48 +0000 (15:39 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 6 Nov 2018 23:39:48 +0000 (15:39 -0800)
commit7c588c7468ea3f9b2fc8fa6840bed6262b5d1b00
treeb6f66cf629f3879448e9b28676bd43bc37002dc6
parent5882d526d887e42ead4014d79620e5a8aa741151
parentda106a140f9c6955bb98dfc5a08c0dac72656d5c
Merge branch 'net-systemport-Unmap-queues-upon-DSA-unregister-event'

Florian Fainelli says:

====================
net: systemport: Unmap queues upon DSA unregister event

This patch series fixes the unbinding/binding of the bcm_sf2 switch
driver along with bcmsysport which monitors the switch port queues.
Because the driver was not processing the DSA_PORT_UNREGISTER event, we
would not be unmapping switch port/queues, which could cause incorrect
decisions to be made by the HW (e.g: queue always back-pressured).
====================

Signed-off-by: David S. Miller <davem@davemloft.net>