]> git.droids-corp.org - dpdk.git/blobdiff - drivers/event/octeontx/ssovf_evdev.h
event/octeontx: add enqueue fwd op variant
[dpdk.git] / drivers / event / octeontx / ssovf_evdev.h
index 47091a46ead56cacaa903a11cfdc22f81b08ba1e..3b8c23e3a4d44b705980d46c17313367864787f6 100644 (file)
@@ -192,6 +192,8 @@ uint16_t ssows_enq_burst(void *port,
                const struct rte_event ev[], uint16_t nb_events);
 uint16_t ssows_enq_new_burst(void *port,
                const struct rte_event ev[], uint16_t nb_events);
+uint16_t ssows_enq_fwd_burst(void *port,
+               const struct rte_event ev[], uint16_t nb_events);
 uint16_t ssows_deq(void *port, struct rte_event *ev, uint64_t timeout_ticks);
 uint16_t ssows_deq_burst(void *port, struct rte_event ev[],
                uint16_t nb_events, uint64_t timeout_ticks);