diff options
author | Igor Shaula <igor.shaula@intel.com> | 2018-04-24 13:14:54 +0200 |
---|---|---|
committer | Igor Shaula <igor.shaula@intel.com> | 2018-04-24 13:14:54 +0200 |
commit | 6073b3594e6cc6bd3e9d6bd75566f7a773d184dc (patch) | |
tree | 627831fe5233d9f0a96bd1155281f01eeedfd071 /VNFs/DPPD-PROX/Makefile | |
parent | ca2085d3c7a630da6a1f28ee49b605d214d6b2e7 (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 |