event/dsw: fix capability flags
authorMattias Rönnblom <mattias.ronnblom@ericsson.com>
Fri, 3 May 2019 16:45:53 +0000 (18:45 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 3 May 2019 20:52:37 +0000 (22:52 +0200)
commit773025cab668f72122e66900c5a55d588e1ddf45
treeebeb7dd443ac92aa5769c70e08053fbec5a2df71
parentda2d1d42f9638d0a1f8dc0617ac8fb0929dc2d6a
event/dsw: fix capability flags

The DSW event device didn't set RTE_EVENT_DEV_CAP_MULTIPLE_QUEUE_PORT
and RTE_EVENT_DEV_CAP_NONSEQ_MODE, even though it has both these
capabilities.

Fixes: 4540ee9c68 ("event/dsw: add device and queue configuration")
Cc: stable@dpdk.org
Signed-off-by: Mattias Rönnblom <mattias.ronnblom@ericsson.com>
Acked-by: Jerin Jacob <jerinj@marvell.com>
drivers/event/dsw/dsw_evdev.c