]> git.droids-corp.org - dpdk.git/blobdiff - lib/eventdev/rte_eventdev.h
crypto/dpaa_sec: add debug prints
[dpdk.git] / lib / eventdev / rte_eventdev.h
index eef47d8acc84c5483fc0ae57a5c6bea6f3c53db0..25fb7c89dd843a9d22d900fa4c632b44cdb4d1de 100644 (file)
@@ -1805,7 +1805,7 @@ __rte_event_enqueue_burst(uint8_t dev_id, uint8_t port_id,
                return 0;
        }
 #endif
-       rte_eventdev_trace_enq_burst(dev_id, port_id, ev, nb_events, fn);
+       rte_eventdev_trace_enq_burst(dev_id, port_id, ev, nb_events, (void *)fn);
        /*
         * Allow zero cost non burst mode routine invocation if application
         * requests nb_events as const one