net/enetc: add PMD with basic operations
authorGagandeep Singh <g.singh@nxp.com>
Wed, 3 Oct 2018 13:36:05 +0000 (19:06 +0530)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 11 Oct 2018 16:53:49 +0000 (18:53 +0200)
commit696fa399d797d82bc171eaa54a289176236105b0
tree24da6f3d1f4b133766655e1bbe2e87c404805201
parent293a649c639aa2b5fe15a9e180eb0b3fb566ff46
net/enetc: add PMD with basic operations

This patch introduces the enetc PMD with basic
initialisation functions includes probe, teardown,
hardware initialisation

Signed-off-by: Gagandeep Singh <g.singh@nxp.com>
Acked-by: Shreyansh Jain <shreyansh.jain@nxp.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
14 files changed:
MAINTAINERS
config/common_base
config/common_linuxapp
doc/guides/nics/features/enetc.ini [new file with mode: 0644]
drivers/net/Makefile
drivers/net/enetc/Makefile [new file with mode: 0644]
drivers/net/enetc/base/enetc_hw.h [new file with mode: 0644]
drivers/net/enetc/enetc.h [new file with mode: 0644]
drivers/net/enetc/enetc_ethdev.c [new file with mode: 0644]
drivers/net/enetc/enetc_logs.h [new file with mode: 0644]
drivers/net/enetc/meson.build [new file with mode: 0644]
drivers/net/enetc/rte_pmd_enetc_version.map [new file with mode: 0644]
drivers/net/meson.build
mk/rte.app.mk