examples/l3fwd: add event device configuration
[dpdk.git] / examples / l3fwd / l3fwd_event.c
index 62218f3..9cb46c7 100644 (file)
@@ -68,4 +68,7 @@ l3fwd_event_resource_setup(void)
 
        /* Setup eventdev capability callbacks */
        l3fwd_event_capability_setup();
+
+       /* Event device configuration */
+       evt_rsrc->ops.event_device_setup();
 }