From: David S. Miller Date: Tue, 6 Nov 2018 23:39:48 +0000 (-0800) Subject: Merge branch 'net-systemport-Unmap-queues-upon-DSA-unregister-event' X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=7c588c7468ea3f9b2fc8fa6840bed6262b5d1b00;p=openwrt%2Fstaging%2Fblogic.git 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 --- 7c588c7468ea3f9b2fc8fa6840bed6262b5d1b00