From 206b2d4342b1c1b7715c7d442f582da02e5ec9b9 Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Fri, 25 Aug 2017 19:10:57 +0200 Subject: dpdk: bump to dpdk 17.08, remove support for dpdk 17.02 Change-Id: I674fb1212e48693939045523df085326a4dd1809 Signed-off-by: Damjan Marion --- src/plugins/dpdk/hqos/hqos.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/plugins/dpdk/hqos/hqos.c') diff --git a/src/plugins/dpdk/hqos/hqos.c b/src/plugins/dpdk/hqos/hqos.c index 2f2504d6e1d..813eb91cf99 100644 --- a/src/plugins/dpdk/hqos/hqos.c +++ b/src/plugins/dpdk/hqos/hqos.c @@ -430,11 +430,7 @@ dpdk_hqos_thread_internal_hqos_dbg_bypass (vlib_main_t * vm) pkts_enq_len += rte_ring_sc_dequeue_burst (swq, (void **) &pkts_enq[pkts_enq_len], -#if RTE_VERSION >= RTE_VERSION_NUM(17, 5, 0, 0) hqos->hqos_burst_enq, 0); -#else - hqos->hqos_burst_enq); -#endif /* Get next SWQ for this device */ swq_pos++; @@ -525,11 +521,7 @@ dpdk_hqos_thread_internal (vlib_main_t * vm) pkts_enq_len += rte_ring_sc_dequeue_burst (swq, (void **) &pkts_enq[pkts_enq_len], -#if RTE_VERSION >= RTE_VERSION_NUM(17, 5, 0, 0) hqos->hqos_burst_enq, 0); -#else - hqos->hqos_burst_enq); -#endif /* Get next SWQ for this device */ swq_pos++; -- cgit 1.2.3-korg