event/octeontx2: fix Rx adapter capabilities
authorPavan Nikhilesh <pbhagavatula@marvell.com>
Mon, 19 Aug 2019 10:46:51 +0000 (16:16 +0530)
committerJerin Jacob <jerinj@marvell.com>
Sat, 5 Oct 2019 13:39:31 +0000 (15:39 +0200)
commit26351696ffe7e01bf423d904f14ee2e7dc461c87
treeb57f54862a0971a685471906103f7757f4688cb3
parentd02c470c87976def34bae0307736ecb9c8cac9d8
event/octeontx2: fix Rx adapter capabilities

Octeontx2 SSO co-processor allows multiple ethernet device Rx queues
connected to a single Event device queue.
Fix the Rx adapter capabilities to allow application to configure
Rx queueus in n:1 ratio to event queues by adding
`RTE_EVENT_ETH_RX_ADAPTER_CAP_MULTI_EVENTQ` as a capability.

Fixes: 37720fc1fba8 ("event/octeontx2: add Rx adapter")
Cc: stable@dpdk.org
Signed-off-by: Pavan Nikhilesh <pbhagavatula@marvell.com>
drivers/event/octeontx2/otx2_evdev_adptr.c