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)
commit44d959109e5ffb58bbd85345c0dc257d7c45fa9b
treeb6f66cf629f3879448e9b28676bd43bc37002dc6
parentb903c37fa0662f2b556dd5e7ee236ba1b4600128
parentbbdba8eaaae9fbabdccabd835a5826e14e4d1a05
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>