event/dlb2: add documentation and build infrastructure
authorTimothy McDaniel <timothy.mcdaniel@intel.com>
Sun, 1 Nov 2020 23:37:41 +0000 (17:37 -0600)
committerJerin Jacob <jerinj@marvell.com>
Mon, 2 Nov 2020 05:46:12 +0000 (06:46 +0100)
commit166378a7941278731fb803f065ef22604ee06a25
tree31479223318fcb3096a7980b8cbc65088b3d677e
parentecd8749541aba7c9635ca9874bd0580bca0a68fd
event/dlb2: add documentation and build infrastructure

Adds the meson build infrastructure, which includes
compile-time constants in rte_config.h. DLB2 is
only supported on Linux 64 bit X86 platforms at this time.

Adds announcement of availability for the new driver
for Intel Dynamic Load Balancer 2.0 hardware.

Signed-off-by: Timothy McDaniel <timothy.mcdaniel@intel.com>
Reviewed-by: Gage Eads <gage.eads@intel.com>
MAINTAINERS
config/rte_config.h
doc/guides/eventdevs/dlb2.rst [new file with mode: 0644]
doc/guides/eventdevs/index.rst
doc/guides/rel_notes/release_20_11.rst
drivers/event/dlb2/meson.build [new file with mode: 0644]
drivers/event/dlb2/version.map [new file with mode: 0644]
drivers/event/meson.build