summaryrefslogtreecommitdiffstats
path: root/VNFs/DPPD-PROX/handle_nsh.c
diff options
context:
space:
mode:
authorLuc Provoost <luc.provoost@intel.com>2020-08-07 10:55:32 +0200
committerLuc Provoost <luc.provoost@intel.com>2020-08-07 10:55:32 +0200
commit9d1c6c3ff1f464fc2b99857f9113f5688f9b34f1 (patch)
treeaad72ce29fd00c82f06c999ffc256c59fdf31f16 /VNFs/DPPD-PROX/handle_nsh.c
parentea2c5d5168e56bb45a8839ee2cab890cbdbd873a (diff)
Support DPDK 19.11 rc0
Change-Id: I7ac1bb78fe00407ff66945fcdf7b5d54c9025214 Signed-off-by: Luc Provoost <luc.provoost@intel.com>
Diffstat (limited to 'VNFs/DPPD-PROX/handle_nsh.c')
-rw-r--r--VNFs/DPPD-PROX/handle_nsh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/VNFs/DPPD-PROX/handle_nsh.c b/VNFs/DPPD-PROX/handle_nsh.c
index 6d67f99d..ba2d14fb 100644
--- a/VNFs/DPPD-PROX/handle_nsh.c
+++ b/VNFs/DPPD-PROX/handle_nsh.c
@@ -19,7 +19,7 @@
#include <rte_ip.h>
#include <rte_udp.h>
#include <rte_version.h>
-#if RTE_VERSION >= RTE_VERSION_NUM(19,11,0,0)
+#if RTE_VERSION > RTE_VERSION_NUM(19,11,0,0)
#include <rte_vxlan.h>
#endif