driverdev-devel.linuxdriverproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] staging: dpaa2-ethsw: various fixes
@ 2020-07-21  9:19 Ioana Ciornei
  2020-07-21  9:19 ` [PATCH 1/6] staging: dpaa2-ethsw: verify the nofifier block Ioana Ciornei
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Ioana Ciornei @ 2020-07-21  9:19 UTC (permalink / raw)
  To: gregkh; +Cc: devel, linux-kernel, Ioana Ciornei

This patch set adds various fixes to the dpaa2-ethsw driver: checking
the received notifier block before acting on a switchdev notification,
destroying a workqueue after deregistering the notifiers, making sure
that new VLANs added have a place before actually adding them and other
problems like this.

I know this driver should be moved along from staging but we still have
the Rx/Tx functionality on switch ports and some general cleanup that we
are working towards. This is tackling the second part, no new feature
added here.

Ioana Ciornei (6):
  staging: dpaa2-ethsw: verify the nofifier block
  staging: dpaa2-ethsw: don't allow interfaces from different DPSWs to
    be bridged
  staging: dpaa2-ethsw: setup the STP state for all installed VLANs
  staging: dpaa2-ethsw: destroy workqueue after deregistering the
    notifiers
  staging: dpaa2-ethsw: read the port state from firmware
  staging: dpaa2-ethsw: check if there is space for a new VLAN

 drivers/staging/fsl-dpaa2/ethsw/ethsw.c | 114 +++++++++++++++++++-----
 1 file changed, 90 insertions(+), 24 deletions(-)

-- 
2.25.1

_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

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

end of thread, other threads:[~2020-07-21  9:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-21  9:19 [PATCH 0/6] staging: dpaa2-ethsw: various fixes Ioana Ciornei
2020-07-21  9:19 ` [PATCH 1/6] staging: dpaa2-ethsw: verify the nofifier block Ioana Ciornei
2020-07-21  9:19 ` [PATCH 2/6] staging: dpaa2-ethsw: don't allow interfaces from different DPSWs to be bridged Ioana Ciornei
2020-07-21  9:19 ` [PATCH 3/6] staging: dpaa2-ethsw: setup the STP state for all installed VLANs Ioana Ciornei
2020-07-21  9:19 ` [PATCH 4/6] staging: dpaa2-ethsw: destroy workqueue after deregistering the notifiers Ioana Ciornei
2020-07-21  9:19 ` [PATCH 5/6] staging: dpaa2-ethsw: read the port state from firmware Ioana Ciornei
2020-07-21  9:19 ` [PATCH 6/6] staging: dpaa2-ethsw: check if there is space for a new VLAN Ioana Ciornei

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).