]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit66b43c24ceefa205a9c4538b3f4431fb31ce3089
tree684a87f1479455a8a0292fd5c7106ee55631a9bb
parent9ed96cc48601e2a898548c98800b421fcaf3c519
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]