net/ionic: register and initialize adapter
authorAlfredo Cardigliano <cardigliano@ntop.org>
Sun, 19 Jan 2020 15:53:42 +0000 (16:53 +0100)
committerFerruh Yigit <ferruh.yigit@intel.com>
Mon, 20 Jan 2020 17:02:17 +0000 (18:02 +0100)
commit5ef518098ec6cbed87e84fe3b2d748aa6fda52c1
treee96d20428a243d6535a31565103a273bece724b2
parent7c12539358db8f5287325bc2531e920a69472f94
net/ionic: register and initialize adapter

Register the Pensando ionic PMD (net_ionic) and define initial probe
and remove callbacks with adapter initialization.

Signed-off-by: Alfredo Cardigliano <cardigliano@ntop.org>
Reviewed-by: Shannon Nelson <snelson@pensando.io>
12 files changed:
doc/guides/nics/features/ionic.ini
drivers/net/ionic/Makefile
drivers/net/ionic/ionic.h [new file with mode: 0644]
drivers/net/ionic/ionic_dev.c [new file with mode: 0644]
drivers/net/ionic/ionic_dev.h [new file with mode: 0644]
drivers/net/ionic/ionic_ethdev.c
drivers/net/ionic/ionic_mac_api.c [new file with mode: 0644]
drivers/net/ionic/ionic_mac_api.h [new file with mode: 0644]
drivers/net/ionic/ionic_main.c [new file with mode: 0644]
drivers/net/ionic/ionic_osdep.h [new file with mode: 0644]
drivers/net/ionic/ionic_regs.h [new file with mode: 0644]
drivers/net/ionic/meson.build