[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20181106231518.16314-1-f.fainelli@gmail.com>
Date: Tue, 6 Nov 2018 15:15:15 -0800
From: Florian Fainelli <f.fainelli@...il.com>
To: netdev@...r.kernel.org
Cc: davem@...emloft.net, andrew@...n.ch,
vivien.didelot@...oirfairelinux.com,
Florian Fainelli <f.fainelli@...il.com>
Subject: [PATCH net-next 0/3] net: systemport: Unmap queues upon DSA unregister event
Hi all,
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).
Florian Fainelli (3):
net: dsa: bcm_sf2: Turn on PHY to allow successful registration
net: systemport: Simplify queue mapping logic
net: systemport: Unmap queues upon DSA unregister event
drivers/net/dsa/bcm_sf2.c | 4 ++
drivers/net/ethernet/broadcom/bcmsysport.c | 71 ++++++++++++++++++----
drivers/net/ethernet/broadcom/bcmsysport.h | 1 -
3 files changed, 62 insertions(+), 14 deletions(-)
--
2.17.1
Powered by blists - more mailing lists