[dpdk-dev] [PATCHv5 04/33] bus/fslmc: introducing fsl-mc bus driver
Thomas Monjalon
thomas.monjalon at 6wind.com
Thu Jan 19 18:12:06 CET 2017
2017-01-19 18:53, Hemant Agrawal:
> The fslmc bus driver is a rte_bus driver which scans the fsl-mc bus
> for NXP DPAA2 SoCs.
>
> Signed-off-by: Hemant Agrawal <hemant.agrawal at nxp.com>
> ---
> config/common_base | 6 +
> config/defconfig_arm64-dpaa2-linuxapp-gcc | 5 +
> drivers/Makefile | 1 +
> drivers/bus/Makefile | 36 ++++++
> drivers/bus/fslmc/Makefile | 52 +++++++++
> drivers/bus/fslmc/fslmc_bus.c | 125 +++++++++++++++++++++
> drivers/bus/fslmc/rte_fslmc.h | 148 +++++++++++++++++++++++++
> drivers/bus/fslmc/rte_pmd_fslmcbus_version.map | 7 ++
Good to see a first bus driver.
More information about the dev
mailing list