app/testeventdev: introduce dpdk-test-eventdev app
authorJerin Jacob <jerin.jacob@caviumnetworks.com>
Tue, 4 Jul 2017 04:52:56 +0000 (10:22 +0530)
committerJerin Jacob <jerin.jacob@caviumnetworks.com>
Fri, 7 Jul 2017 07:30:46 +0000 (09:30 +0200)
commit6d1729de7165ffbd2cbb0764a286c1ee08c08493
treed25b0b827ed35d62702fe43e1e8d39fa3a737968
parent7358c91ffa854710d6a4bf69009f657669e56553
app/testeventdev: introduce dpdk-test-eventdev app

The dpdk-test-eventdev tool is a Data Plane Development Kit (DPDK)
application that allows exercising various eventdev use cases. This
application has a generic framework to add new eventdev based test cases
to verify functionality and measure the performance parameters of DPDK
eventdev devices.

This patch adds the skeleton of the dpdk-test-eventdev application.

Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
Acked-by: Harry van Haaren <harry.van.haaren@intel.com>
MAINTAINERS
app/Makefile
app/test-eventdev/Makefile [new file with mode: 0644]
app/test-eventdev/evt_main.c [new file with mode: 0644]
config/common_base
doc/guides/rel_notes/release_17_08.rst