git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f4a294
)
event/octeontx: apply new capability flags
author
Liang Ma
<liang.j.ma@intel.com>
Tue, 9 Jan 2018 14:18:58 +0000
(14:18 +0000)
committer
Jerin Jacob
<jerin.jacob@caviumnetworks.com>
Fri, 19 Jan 2018 15:09:56 +0000
(16:09 +0100)
Signed-off-by: Liang Ma <liang.j.ma@intel.com>
Signed-off-by: Peter Mccarthy <peter.mccarthy@intel.com>
drivers/event/octeontx/ssovf_evdev.c
patch
|
blob
|
history
diff --git
a/drivers/event/octeontx/ssovf_evdev.c
b/drivers/event/octeontx/ssovf_evdev.c
index
5451221
..
203694f
100644
(file)
--- 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