raw/octeontx2_ep: add build infra and device probe
authorMahipal Challa <mchalla@marvell.com>
Mon, 13 Jan 2020 06:00:36 +0000 (11:30 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 20 Jan 2020 08:04:39 +0000 (09:04 +0100)
commit56d46d13f73606aea3a18680d0219b6a5bfe3092
tree000b2cf479bbd97d5808fd8ffc20d78710f516c0
parentcd7c59dc044bab88c632f9916428331203a824b6
raw/octeontx2_ep: add build infra and device probe

Add the OCTEON TX2 SDP EP device probe along with the
build infrastructure for Make and meson builds.

Signed-off-by: Mahipal Challa <mchalla@marvell.com>
Reviewed-by: Gavin Hu <gavin.hu@arm.com>
13 files changed:
MAINTAINERS
config/common_base
doc/guides/rawdevs/index.rst
doc/guides/rawdevs/octeontx2_ep.rst [new file with mode: 0644]
doc/guides/rel_notes/release_20_02.rst
drivers/raw/Makefile
drivers/raw/meson.build
drivers/raw/octeontx2_ep/Makefile [new file with mode: 0644]
drivers/raw/octeontx2_ep/meson.build [new file with mode: 0644]
drivers/raw/octeontx2_ep/otx2_ep_rawdev.c [new file with mode: 0644]
drivers/raw/octeontx2_ep/otx2_ep_rawdev.h [new file with mode: 0644]
drivers/raw/octeontx2_ep/rte_rawdev_octeontx2_ep_version.map [new file with mode: 0644]
mk/rte.app.mk