Merge branch 'dpaa2-switch-next'
Ioana Ciornei says:
====================
dpaa2-switch: integrate the MAC endpoint support
This patch set integrates the already available MAC support into the
dpaa2-switch driver as well.
The first 4 patches are fixing up some minor problems or optimizing the
code, while the remaining ones are actually integrating the dpaa2-mac
support into the switch driver by calling the dpaa2_mac_* provided
functions. While at it, we also export the MAC statistics in ethtool
like we do for dpaa2-eth.
====================
Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- drivers/bus/fsl-mc/fsl-mc-bus.c 3 additions, 1 deletiondrivers/bus/fsl-mc/fsl-mc-bus.c
- drivers/net/ethernet/freescale/dpaa2/Makefile 1 addition, 1 deletiondrivers/net/ethernet/freescale/dpaa2/Makefile
- drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c 1 addition, 1 deletiondrivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c
- drivers/net/ethernet/freescale/dpaa2/dpaa2-switch-ethtool.c 39 additions, 17 deletionsdrivers/net/ethernet/freescale/dpaa2/dpaa2-switch-ethtool.c
- drivers/net/ethernet/freescale/dpaa2/dpaa2-switch.c 108 additions, 43 deletionsdrivers/net/ethernet/freescale/dpaa2/dpaa2-switch.c
- drivers/net/ethernet/freescale/dpaa2/dpaa2-switch.h 18 additions, 0 deletionsdrivers/net/ethernet/freescale/dpaa2/dpaa2-switch.h
- drivers/net/ethernet/freescale/dpaa2/dpsw.h 5 additions, 0 deletionsdrivers/net/ethernet/freescale/dpaa2/dpsw.h
- include/linux/fsl/mc.h 2 additions, 1 deletioninclude/linux/fsl/mc.h
Please register or sign in to comment