net/txgbe: add build and doc infrastructure
authorJiawen Wu <jiawenwu@trustnetic.com>
Mon, 19 Oct 2020 08:53:18 +0000 (16:53 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 3 Nov 2020 22:24:26 +0000 (23:24 +0100)
commita3babbdd0fd64eda10f3967011a410faab8080a1
tree93a70ed76ef1d949c373bb49b5f21274140b30f8
parent1848b117cca159cc4e5f287876491e86e3413f21
net/txgbe: add build and doc infrastructure

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

Signed-off-by: Jiawen Wu <jiawenwu@trustnetic.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
MAINTAINERS
doc/guides/nics/features/txgbe.ini [new file with mode: 0644]
doc/guides/nics/index.rst
doc/guides/nics/txgbe.rst [new file with mode: 0644]
doc/guides/rel_notes/release_20_11.rst
drivers/net/meson.build
drivers/net/txgbe/meson.build [new file with mode: 0644]
drivers/net/txgbe/txgbe_ethdev.c [new file with mode: 0644]
drivers/net/txgbe/txgbe_ethdev.h [new file with mode: 0644]
drivers/net/txgbe/version.map [new file with mode: 0644]