test/eventdev: use CPU event type
authorJerin Jacob <jerin.jacob@caviumnetworks.com>
Mon, 4 Dec 2017 08:11:18 +0000 (13:41 +0530)
committerJerin Jacob <jerin.jacob@caviumnetworks.com>
Fri, 19 Jan 2018 15:09:56 +0000 (16:09 +0100)
commit8f87757ab01874c37f690171d5d6b9fe243e0bc9
tree91d4d73eed5470bc0dce3956cf3734c7221411b4
parentc75f7897ea35aeb5fe8e2937733a071ea9304b99
test/eventdev: use CPU event type

octeontx test application was using non RTE_EVENT_TYPE_CPU
event type to generate the event from CPU.  Upon the introduction
of ethdev Rx adapter, RTE_EVENT_TYPE_ETHDEV has special
meaning. So avoid using non RTE_EVENT_TYPE_CPU event types
to inject events from CPU.

Fixes: d0d654986018 ("net/octeontx: support event Rx adapter")
Cc: stable@dpdk.org
Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
Reviewed-by: Pavan Nikhilesh <pbhagavatula@caviumnetworks.com>
test/test/test_eventdev_octeontx.c