diff options
author | Igor Shaula <igor.shaula@intel.com> | 2018-04-24 13:14:54 +0200 |
---|---|---|
committer | Deepak S <deepak.s@linux.intel.com> | 2018-04-26 14:53:04 +0530 |
commit | 3e8619808c00fd6d93405091c0096386767d07a5 (patch) | |
tree | eeb3ba0c2bfc96ee1a2b5ece0ab8c2a982e6b5eb /VNFs/DPPD-PROX/Makefile | |
parent | 741ca9d3172092b1fec9a1256430fcedc767a537 (diff) |
Support for dpdk-stable-17.11.1 crypto
Change-Id: I1a4aee3d550d007046be9d1677dd0ad980cb9817
Signed-off-by: Igor Shaula <igor.shaula@intel.com>
Diffstat (limited to 'VNFs/DPPD-PROX/Makefile')
-rw-r--r-- | VNFs/DPPD-PROX/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/VNFs/DPPD-PROX/Makefile b/VNFs/DPPD-PROX/Makefile index 7109cb48..fe8e87da 100644 --- a/VNFs/DPPD-PROX/Makefile +++ b/VNFs/DPPD-PROX/Makefile @@ -172,14 +172,10 @@ SRCS-y += handle_mirror.c SRCS-y += handle_genl4.c SRCS-y += handle_ipv6_tunnel.c SRCS-y += handle_read.c -ifeq ($(call rte_ver_LT,17,8,0,0),y) -ifeq ($(call rte_ver_GE,17,2,0,16),y) SRCS-$(CONFIG_RTE_LIBRTE_PMD_AESNI_MB) += handle_esp.c ifneq ($(CONFIG_RTE_LIBRTE_PMD_AESNI_MB),y) $(warning "Building w/o IPSEC support") endif -endif -endif SRCS-y += handle_cgnat.c SRCS-y += handle_nat.c SRCS-y += handle_dump.c |