aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libtle_l4p/tcp_rxq.h
diff options
context:
space:
mode:
authorMohammad Abdul Awal <mohammad.abdul.awal@intel.com>2017-05-11 13:36:12 +0100
committerMohammad Abdul Awal <mohammad.abdul.awal@intel.com>2017-05-15 15:11:36 +0100
commitfbba0a3bf2dbfd86e48efe9745af9f94203d5f80 (patch)
tree69ba709ff7ebc503fc2036324c1ffa09037a9f7d /lib/libtle_l4p/tcp_rxq.h
parent8d020909941acca43cf7e772a99682a894347526 (diff)
Added rte_ring wrapper functions to support dpdk-17.05 and older version
Change-Id: I5cfcff8be275ab2a2fb4ad6a62777a8cb88f425b Signed-off-by: Mohammad Abdul Awal <mohammad.abdul.awal@intel.com>
Diffstat (limited to 'lib/libtle_l4p/tcp_rxq.h')
-rw-r--r--lib/libtle_l4p/tcp_rxq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libtle_l4p/tcp_rxq.h b/lib/libtle_l4p/tcp_rxq.h
index 90e657f..bddc28e 100644
--- a/lib/libtle_l4p/tcp_rxq.h
+++ b/lib/libtle_l4p/tcp_rxq.h
@@ -80,7 +80,7 @@ rx_ino_enqueue(struct tle_tcp_stream *s, union seqlen *sl,
{
uint32_t i, n;
- n = rte_ring_enqueue_burst(s->rx.q, (void * const *)mb, num);
+ n = _rte_ring_enqueue_burst(s->rx.q, (void * const *)mb, num);
/* error: can'queue some packets into receive buffer. */
for (i = n; i != num; i++)