net/atlantic: add PMD driver skeleton
authorPavel Belous <pavel.belous@aquantia.com>
Fri, 12 Oct 2018 11:09:03 +0000 (11:09 +0000)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 18 Oct 2018 08:24:39 +0000 (10:24 +0200)
commit5bcf164961e43c199884cb6ef75838adeafa93fc
tree16705ee384d7beb0fd6cc2dbbc07f44f13beecf8
parent1b4ce87dc5e6fada9dfb6ba09bfcb649988d311f
net/atlantic: add PMD driver skeleton

Makefile/meson build infrastructure, atl_ethdev minimal skeleton,
header with aquantia aQtion NIC device and vendor IDs.

Signed-off-by: Igor Russkikh <igor.russkikh@aquantia.com>
Signed-off-by: Pavel Belous <pavel.belous@aquantia.com>
15 files changed:
MAINTAINERS
config/common_base
config/defconfig_ppc_64-power8-linuxapp-gcc
doc/guides/nics/atlantic.rst [new file with mode: 0644]
doc/guides/nics/features/atlantic.ini [new file with mode: 0644]
doc/guides/nics/index.rst
drivers/net/Makefile
drivers/net/atlantic/Makefile [new file with mode: 0644]
drivers/net/atlantic/atl_common.h [new file with mode: 0644]
drivers/net/atlantic/atl_ethdev.c [new file with mode: 0644]
drivers/net/atlantic/atl_ethdev.h [new file with mode: 0644]
drivers/net/atlantic/meson.build [new file with mode: 0644]
drivers/net/atlantic/rte_pmd_atlantic_version.map [new file with mode: 0644]
drivers/net/meson.build
mk/rte.app.mk