event/dsw: add device registration and build system
authorMattias Rönnblom <mattias.ronnblom@ericsson.com>
Tue, 18 Sep 2018 12:45:05 +0000 (14:45 +0200)
committerJerin Jacob <jerin.jacob@caviumnetworks.com>
Mon, 1 Oct 2018 14:44:14 +0000 (16:44 +0200)
commit46a186b1f0c5fa98de81a471f0563c2546be749b
tree7188a945bfcb4e8b283497eb9f7b71352fd9b0c2
parent0ad9a8d391096d67e6ae99a1d29aef36a483bcb2
event/dsw: add device registration and build system

This patch contains the Meson and GNU Make build system extensions
required for the Distributed Event Device, and also the initialization
code for the driver itself.

Signed-off-by: Mattias Rönnblom <mattias.ronnblom@ericsson.com>
Acked-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
MAINTAINERS
config/common_base
drivers/event/Makefile
drivers/event/dsw/Makefile [new file with mode: 0644]
drivers/event/dsw/dsw_evdev.c [new file with mode: 0644]
drivers/event/dsw/dsw_evdev.h [new file with mode: 0644]
drivers/event/dsw/meson.build [new file with mode: 0644]
drivers/event/dsw/rte_pmd_dsw_event_version.map [new file with mode: 0644]
drivers/event/meson.build
mk/rte.app.mk