netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] net: systemport: Unmap queues upon DSA unregister event
@ 2018-11-06 23:15 Florian Fainelli
  2018-11-06 23:15 ` [PATCH net-next 1/3] net: dsa: bcm_sf2: Turn on PHY to allow successful registration Florian Fainelli
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Florian Fainelli @ 2018-11-06 23:15 UTC (permalink / raw)
  To: netdev; +Cc: davem, andrew, vivien.didelot, Florian Fainelli

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-11-07  9:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-06 23:15 [PATCH net-next 0/3] net: systemport: Unmap queues upon DSA unregister event Florian Fainelli
2018-11-06 23:15 ` [PATCH net-next 1/3] net: dsa: bcm_sf2: Turn on PHY to allow successful registration Florian Fainelli
2018-11-06 23:15 ` [PATCH net-next 2/3] net: systemport: Simplify queue mapping logic Florian Fainelli
2018-11-06 23:15 ` [PATCH net-next 3/3] net: systemport: Unmap queues upon DSA unregister event Florian Fainelli
2018-11-06 23:40 ` [PATCH net-next 0/3] " David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).