All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] staging: dpaa2-ethsw: cleanup of link state and MAC addresses
@ 2020-07-14 13:34 Ioana Ciornei
  2020-07-14 13:34 ` [PATCH 1/6] staging: dpaa2-ethsw: fix reported link state Ioana Ciornei
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Ioana Ciornei @ 2020-07-14 13:34 UTC (permalink / raw)
  To: gregkh; +Cc: linux-kernel, devel, Ioana Ciornei

This patch set is cleaning up the link state handling of the switch
ports in patches 1-4. The last two patches are setting up the MAC
addresses of the switch ports automatically so that the user is not
forced to manually add them before adding them to a bridge.

Ioana Ciornei (6):
  staging: dpaa2-ethsw: fix reported link state
  staging: dpaa2-ethsw: ignore state interrupts when the interface is
    not running
  staging: dpaa2-ethsw: use netif_running when checking for port up
  staging: dpaa2-ethsw: disable switch ports are probe time
  staging: dpaa2-ethsw: store version information of the DPSW object
  staging: dpaa2-ethsw: setup MAC address of switch netdevices

 drivers/staging/fsl-dpaa2/ethsw/dpsw-cmd.h |  14 +++
 drivers/staging/fsl-dpaa2/ethsw/dpsw.c     | 106 +++++++++++++++++++++
 drivers/staging/fsl-dpaa2/ethsw/dpsw.h     |   9 ++
 drivers/staging/fsl-dpaa2/ethsw/ethsw.c    | 102 +++++++++++++++++---
 drivers/staging/fsl-dpaa2/ethsw/ethsw.h    |   4 +
 5 files changed, 221 insertions(+), 14 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2020-07-15 14:17 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-14 13:34 [PATCH 0/6] staging: dpaa2-ethsw: cleanup of link state and MAC addresses Ioana Ciornei
2020-07-14 13:34 ` [PATCH 1/6] staging: dpaa2-ethsw: fix reported link state Ioana Ciornei
2020-07-14 13:34 ` [PATCH 2/6] staging: dpaa2-ethsw: ignore state interrupts when the interface is not running Ioana Ciornei
2020-07-14 13:34 ` [PATCH 3/6] staging: dpaa2-ethsw: use netif_running when checking for port up Ioana Ciornei
2020-07-14 13:34 ` [PATCH 4/6] staging: dpaa2-ethsw: disable switch ports are probe time Ioana Ciornei
2020-07-14 13:34 ` [PATCH 5/6] staging: dpaa2-ethsw: store version information of the DPSW object Ioana Ciornei
2020-07-14 13:34 ` [PATCH 6/6] staging: dpaa2-ethsw: setup MAC address of switch netdevices Ioana Ciornei
2020-07-15 14:10 ` [PATCH 0/6] staging: dpaa2-ethsw: cleanup of link state and MAC addresses Greg KH
2020-07-15 14:16   ` Ioana Ciornei

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.