aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libtle_l4p/tcp_ofo.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libtle_l4p/tcp_ofo.h')
-rw-r--r--lib/libtle_l4p/tcp_ofo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libtle_l4p/tcp_ofo.h b/lib/libtle_l4p/tcp_ofo.h
index 4f3bdab..4580402 100644
--- a/lib/libtle_l4p/tcp_ofo.h
+++ b/lib/libtle_l4p/tcp_ofo.h
@@ -230,7 +230,7 @@ _ofodb_enqueue(struct rte_ring *r, const struct ofodb *db, union seqlen *sl)
num = db->nb_elem;
sl->raw = db->sl.raw;
- n = rte_ring_enqueue_burst(r, (void * const *)db->obj, num);
+ n = _rte_ring_enqueue_burst(r, (void * const *)db->obj, num);
sl->len -= tcp_mbuf_seq_free(db->obj + n, num - n);
return num - n;