staging: fsl-dpaa2/eth: Add Freescale DPAA2 Ethernet driver
authorIoana Radulescu <ruxandra.radulescu@nxp.com>
Fri, 28 Apr 2017 09:50:29 +0000 (04:50 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 28 Apr 2017 12:25:17 +0000 (14:25 +0200)
commit6e2387e8f19ed5f7ea47dec74675f256188f0b1f
tree684a87f1479455a8a0292fd5c7106ee55631a9bb
parent0352d1d852017953a5bdc5d735e3b9ff24fe63bd
staging: fsl-dpaa2/eth: Add Freescale DPAA2 Ethernet driver

Introduce the DPAA2 Ethernet driver, which manages Datapath
Network Interface (DPNI) objects discovered on the MC bus.

In addition to DPNIs, the Ethernet driver uses several other
MC objects to build a network interface abstraction: buffer
pools (DPBPs), I/O Portals (DPIOs) and concentrators (DPCONs).

A more detailed description of the driver can be found in the
associated README file.

Signed-off-by: Ioana Radulescu <ruxandra.radulescu@nxp.com>
Signed-off-by: Bogdan Hamciuc <bogdan.hamciuc@nxp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fsl-dpaa2/ethernet/Makefile
drivers/staging/fsl-dpaa2/ethernet/dpaa2-eth.c [new file with mode: 0644]
drivers/staging/fsl-dpaa2/ethernet/dpaa2-eth.h [new file with mode: 0644]