Re: [dpdk-dev] [PATCH] event/dsw: fix dsw capabilities

2019-05-03 Thread Thomas Monjalon
03/05/2019 21:18, Jerin Jacob Kollanukkaran: > From: dev On Behalf Of Mattias Rönnblom > > > > 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. > > > > Cc: sta...@dpdk.org > > > Fixe

Re: [dpdk-dev] [PATCH] event/dsw: fix dsw capabilities

2019-05-03 Thread Jerin Jacob Kollanukkaran
> -Original Message- > From: dev On Behalf Of Mattias Rönnblom > Sent: Friday, May 3, 2019 10:16 PM > To: dev@dpdk.org > Cc: Mattias Rönnblom > Subject: [dpdk-dev] [PATCH] event/dsw: fix dsw capabilities > > The DSW event device didn't set > RTE_EVENT_D

[dpdk-dev] [PATCH] event/dsw: fix dsw capabilities

2019-05-03 Thread Mattias Rönnblom
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") Signed-off-by: Mattias Rönnblom --- drivers/event/dsw/dsw_evdev.c | 4 +++- 1