mbox series

[net-next,v2,0/8] dpaa2-switch: small improvements

Message ID 20231213121411.3091597-1-ioana.ciornei@nxp.com (mailing list archive)
Headers show
Series dpaa2-switch: small improvements | expand

Message

Ioana Ciornei Dec. 13, 2023, 12:14 p.m. UTC
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 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   | 131 +++++++++++-------
 1 file changed, 84 insertions(+), 47 deletions(-)