From: Razvan Stefanescu <[email protected]> Add a switch driver entry in the dpaa2 overview documentation.
Signed-off-by: Razvan Stefanescu <[email protected]> Signed-off-by: Ioana Ciornei <[email protected]> --- .../networking/device_drivers/freescale/dpaa2/overview.rst | 6 ++++++ MAINTAINERS | 1 + 2 files changed, 7 insertions(+) diff --git a/Documentation/networking/device_drivers/freescale/dpaa2/overview.rst b/Documentation/networking/device_drivers/freescale/dpaa2/overview.rst index d638b5a..7b7f3590 100644 --- a/Documentation/networking/device_drivers/freescale/dpaa2/overview.rst +++ b/Documentation/networking/device_drivers/freescale/dpaa2/overview.rst @@ -393,6 +393,12 @@ interfaces needed to connect the DPAA2 network interface to the network stack. Each DPNI corresponds to a Linux network interface. +Ethernet L2 Switch driver +------------------------- +The Ethernet L2 Switch driver is bound to a DPSW and makes use of the +switchdev support in kernel. +Each switch port has a corresponding Linux network interface. + MAC driver ---------- An Ethernet PHY is an off-chip, board specific component and is managed diff --git a/MAINTAINERS b/MAINTAINERS index f35c77b..77e88a8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4733,6 +4733,7 @@ M: Ioana Ciornei <[email protected]> L: [email protected] S: Maintained F: drivers/staging/fsl-dpaa2/ethsw +F: Documentation/networking/device_drivers/freescale/dpaa2/overview.rst DPAA2 PTP CLOCK DRIVER M: Yangbo Lu <[email protected]> -- 1.9.1

