event/octeontx2: add build infra and device probe
authorPavan Nikhilesh <pbhagavatula@marvell.com>
Fri, 28 Jun 2019 18:23:12 +0000 (23:53 +0530)
committerJerin Jacob <jerinj@marvell.com>
Wed, 3 Jul 2019 04:55:44 +0000 (06:55 +0200)
commit3ef6bbfeadb89191dda296c07afb35c7c971dd07
tree6b641246a4e2b2392421ba785e69417ca2a6ccdf
parent902387ea4ed1e10330bf74dcad5b715ed5118efd
event/octeontx2: add build infra and device probe

Add the make and meson based build infrastructure along with the
eventdev(SSO) device probe.

Signed-off-by: Jerin Jacob <jerinj@marvell.com>
Signed-off-by: Pavan Nikhilesh <pbhagavatula@marvell.com>
Signed-off-by: Nithin Dabilpuram <ndabilpuram@marvell.com>
13 files changed:
MAINTAINERS
config/common_base
doc/guides/eventdevs/index.rst
doc/guides/eventdevs/octeontx2.rst [new file with mode: 0644]
doc/guides/platform/octeontx2.rst
drivers/event/Makefile
drivers/event/meson.build
drivers/event/octeontx2/Makefile [new file with mode: 0644]
drivers/event/octeontx2/meson.build [new file with mode: 0644]
drivers/event/octeontx2/otx2_evdev.c [new file with mode: 0644]
drivers/event/octeontx2/otx2_evdev.h [new file with mode: 0644]
drivers/event/octeontx2/rte_pmd_octeontx2_event_version.map [new file with mode: 0644]
mk/rte.app.mk