From: Liang Ma Date: Tue, 9 Jan 2018 14:18:58 +0000 (+0000) Subject: event/octeontx: apply new capability flags X-Git-Tag: spdx-start~197 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=830171476576001350fc80f9a57685d17259697b;p=dpdk.git event/octeontx: apply new capability flags Signed-off-by: Liang Ma Signed-off-by: Peter Mccarthy --- diff --git a/drivers/event/octeontx/ssovf_evdev.c b/drivers/event/octeontx/ssovf_evdev.c index 54512217de..203694f7f9 100644 --- a/drivers/event/octeontx/ssovf_evdev.c +++ b/drivers/event/octeontx/ssovf_evdev.c @@ -170,7 +170,11 @@ ssovf_info_get(struct rte_eventdev *dev, struct rte_event_dev_info *dev_info) dev_info->max_num_events = edev->max_num_events; dev_info->event_dev_cap = RTE_EVENT_DEV_CAP_QUEUE_QOS | RTE_EVENT_DEV_CAP_DISTRIBUTED_SCHED | - RTE_EVENT_DEV_CAP_QUEUE_ALL_TYPES; + RTE_EVENT_DEV_CAP_QUEUE_ALL_TYPES| + RTE_EVENT_DEV_CAP_RUNTIME_PORT_LINK | + RTE_EVENT_DEV_CAP_MULTIPLE_QUEUE_PORT | + RTE_EVENT_DEV_CAP_NONSEQ_MODE; + } static int