net/octeontx2: add build and doc infrastructure
authorJerin Jacob <jerinj@marvell.com>
Tue, 28 May 2019 08:55:22 +0000 (14:25 +0530)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 4 Jul 2019 23:52:01 +0000 (01:52 +0200)
commit9a8864c8b5da6b07db0b2a67b9a1897a341ca7da
treeea9f9acac695038252c50a3767e7608e300d9445
parent343b8e4adabcfabe282b3fdb419e98f6f9cb0b35
net/octeontx2: add build and doc infrastructure

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

Signed-off-by: Jerin Jacob <jerinj@marvell.com>
Signed-off-by: Nithin Dabilpuram <ndabilpuram@marvell.com>
Signed-off-by: Kiran Kumar K <kirankumark@marvell.com>
15 files changed:
MAINTAINERS
config/common_base
doc/guides/nics/features/octeontx2.ini [new file with mode: 0644]
doc/guides/nics/features/octeontx2_vec.ini [new file with mode: 0644]
doc/guides/nics/features/octeontx2_vf.ini [new file with mode: 0644]
doc/guides/nics/index.rst
doc/guides/nics/octeontx2.rst [new file with mode: 0644]
doc/guides/platform/octeontx2.rst
drivers/net/Makefile
drivers/net/meson.build
drivers/net/octeontx2/Makefile [new file with mode: 0644]
drivers/net/octeontx2/meson.build [new file with mode: 0644]
drivers/net/octeontx2/otx2_ethdev.c [new file with mode: 0644]
drivers/net/octeontx2/rte_pmd_octeontx2_version.map [new file with mode: 0644]
mk/rte.app.mk