net/ionic: add skeleton
authorAlfredo Cardigliano <cardigliano@ntop.org>
Sun, 19 Jan 2020 15:53:39 +0000 (16:53 +0100)
committerFerruh Yigit <ferruh.yigit@intel.com>
Mon, 20 Jan 2020 17:02:17 +0000 (18:02 +0100)
commita72cf98cc93eefbc2fc3673b696d1b218d01eb8e
tree47ed1fc774f96aa3bd23eab99794566c6f97657f
parent991e0b1dbc4a3063d254a7ad553f4efd1169b378
net/ionic: add skeleton

Add makefile and config file options to compile the Pensando ionic PMD.
Add feature and version map file.
Update maintainers file.

Signed-off-by: Alfredo Cardigliano <cardigliano@ntop.org>
Reviewed-by: Shannon Nelson <snelson@pensando.io>
14 files changed:
MAINTAINERS
config/common_armv8a_linux
config/common_base
config/defconfig_arm-armv7a-linuxapp-gcc
config/defconfig_ppc_64-power8-linuxapp-gcc
doc/guides/nics/features/ionic.ini [new file with mode: 0644]
doc/guides/nics/index.rst
doc/guides/nics/ionic.rst [new file with mode: 0644]
doc/guides/rel_notes/release_20_02.rst
drivers/net/Makefile
drivers/net/ionic/Makefile [new file with mode: 0644]
drivers/net/ionic/meson.build [new file with mode: 0644]
drivers/net/ionic/rte_pmd_ionic_version.map [new file with mode: 0644]
mk/rte.app.mk