net/ngbe: add build and doc infrastructure
authorJiawen Wu <jiawenwu@trustnetic.com>
Thu, 8 Jul 2021 09:32:21 +0000 (17:32 +0800)
committerAndrew Rybchenko <Andrew.Rybchenko@oktetlabs.ru>
Mon, 12 Jul 2021 15:55:19 +0000 (17:55 +0200)
commit26590b5200bb1d6bdfa931f8615339d049d13881
treebec17735246bdf73336c9e4bff6fe572f065011d
parenta95bbb72623c310df4d0c8ad45c2ee06f538e01b
net/ngbe: add build and doc infrastructure

Adding bare minimum PMD library and doc build infrastructure
and claim the maintainership for ngbe PMD.

Signed-off-by: Jiawen Wu <jiawenwu@trustnetic.com>
MAINTAINERS
doc/guides/nics/features/ngbe.ini [new file with mode: 0644]
doc/guides/nics/index.rst
doc/guides/nics/ngbe.rst [new file with mode: 0644]
doc/guides/rel_notes/release_21_08.rst
drivers/net/meson.build
drivers/net/ngbe/meson.build [new file with mode: 0644]
drivers/net/ngbe/ngbe_ethdev.c [new file with mode: 0644]
drivers/net/ngbe/version.map [new file with mode: 0644]