event/dpaa2: advertise burst mode capability
authorNipun Gupta <nipun.gupta@nxp.com>
Wed, 19 Jul 2017 14:18:32 +0000 (19:48 +0530)
committerJerin Jacob <jerin.jacob@caviumnetworks.com>
Thu, 20 Jul 2017 04:19:35 +0000 (07:19 +0300)
Burst mode capability flag was introduced in 73e6b8c9 for event drivers.
DPAA2 event driver supports burst mode so this patch adds this capability
flag in DPAA2 event driver

Signed-off-by: Nipun Gupta <nipun.gupta@nxp.com>
Reviewed-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
drivers/event/dpaa2/dpaa2_eventdev.c

index ed57376..cf2d274 100644 (file)
@@ -315,7 +315,8 @@ dpaa2_eventdev_info_get(struct rte_eventdev *dev,
        dev_info->max_event_port_enqueue_depth =
                DPAA2_EVENT_MAX_PORT_ENQUEUE_DEPTH;
        dev_info->max_num_events = DPAA2_EVENT_MAX_NUM_EVENTS;
        dev_info->max_event_port_enqueue_depth =
                DPAA2_EVENT_MAX_PORT_ENQUEUE_DEPTH;
        dev_info->max_num_events = DPAA2_EVENT_MAX_NUM_EVENTS;
-       dev_info->event_dev_cap = RTE_EVENT_DEV_CAP_DISTRIBUTED_SCHED;
+       dev_info->event_dev_cap = RTE_EVENT_DEV_CAP_DISTRIBUTED_SCHED |
+               RTE_EVENT_DEV_CAP_BURST_MODE;
 }
 
 static int
 }
 
 static int