netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v3 0/8] dpaa2-switch: small improvements
@ 2023-12-19 11:59 Ioana Ciornei
  2023-12-19 11:59 ` [PATCH net-next v3 1/8] dpaa2-switch: set interface MAC address only on endpoint change Ioana Ciornei
                   ` (8 more replies)
  0 siblings, 9 replies; 14+ messages in thread
From: Ioana Ciornei @ 2023-12-19 11:59 UTC (permalink / raw)
  To: davem, edumazet, kuba, pabeni, netdev; +Cc: Ioana Ciornei

This patch set consists of a series of small improvements on the
dpaa2-switch driver ranging from adding some more verbosity when
encountering errors to reorganizing code to be easily extensible.

Changes in v3:
- 4/8: removed the fixes tag and moved it to the commit message
- 5/8: specified that there is no user-visible effect
- 6/8: removed the initialization of the err variable

Changes in v2:
- No changes to the actual diff, only rephrased some commit messages and
  added more information.


Ioana Ciornei (8):
  dpaa2-switch: set interface MAC address only on endpoint change
  dpaa2-switch: declare the netdev as IFF_LIVE_ADDR_CHANGE capable
  dpaa2-switch: print an error when the vlan is already configured
  dpaa2-switch: add ENDPOINT_CHANGED to the irq_mask
  dpaa2-switch: do not clear any interrupts automatically
  dpaa2-switch: reorganize the [pre]changeupper events
  dpaa2-switch: move a check to the prechangeupper stage
  dpaa2-switch: cleanup the egress flood of an unused FDB

 .../ethernet/freescale/dpaa2/dpaa2-switch.c   | 132 +++++++++++-------
 1 file changed, 84 insertions(+), 48 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2023-12-23  1:20 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-19 11:59 [PATCH net-next v3 0/8] dpaa2-switch: small improvements Ioana Ciornei
2023-12-19 11:59 ` [PATCH net-next v3 1/8] dpaa2-switch: set interface MAC address only on endpoint change Ioana Ciornei
2023-12-19 11:59 ` [PATCH net-next v3 2/8] dpaa2-switch: declare the netdev as IFF_LIVE_ADDR_CHANGE capable Ioana Ciornei
2023-12-19 11:59 ` [PATCH net-next v3 3/8] dpaa2-switch: print an error when the vlan is already configured Ioana Ciornei
2023-12-19 11:59 ` [PATCH net-next v3 4/8] dpaa2-switch: add ENDPOINT_CHANGED to the irq_mask Ioana Ciornei
2023-12-20 14:47   ` Simon Horman
2023-12-19 11:59 ` [PATCH net-next v3 5/8] dpaa2-switch: do not clear any interrupts automatically Ioana Ciornei
2023-12-20 14:48   ` Simon Horman
2023-12-20 15:07     ` Ioana Ciornei
2023-12-19 11:59 ` [PATCH net-next v3 6/8] dpaa2-switch: reorganize the [pre]changeupper events Ioana Ciornei
2023-12-20 14:49   ` Simon Horman
2023-12-19 11:59 ` [PATCH net-next v3 7/8] dpaa2-switch: move a check to the prechangeupper stage Ioana Ciornei
2023-12-19 11:59 ` [PATCH net-next v3 8/8] dpaa2-switch: cleanup the egress flood of an unused FDB Ioana Ciornei
2023-12-23  1:20 ` [PATCH net-next v3 0/8] dpaa2-switch: small improvements patchwork-bot+netdevbpf

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