diff options
author | Xavier Simonart <xavier.simonart@intel.com> | 2019-10-23 12:38:51 +0200 |
---|---|---|
committer | Xavier Simonart <xavier.simonart@intel.com> | 2019-10-23 12:49:35 +0200 |
commit | f456ab65201f5fa6b7bad2f0f95ec15d5c3827e1 (patch) | |
tree | 43880ee0249094dd7e7f4c74ea88cbe7e83c6a38 /VNFs/DPPD-PROX/README | |
parent | b2a34639125dde4c6da7fc840d25a20c3f5caa90 (diff) |
Added support for DPDK 19.05 / IPSec
Note that since 6073b359 (April 2018) IPsec PROX support requires
at least DPDK 17.11. Hence README has been updated.
Change-Id: I34b7a968c16db5c3a3fc7bb6af111fdb49ad6b91
Signed-off-by: Xavier Simonart <xavier.simonart@intel.com>
Diffstat (limited to 'VNFs/DPPD-PROX/README')
-rw-r--r-- | VNFs/DPPD-PROX/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/VNFs/DPPD-PROX/README b/VNFs/DPPD-PROX/README index 8f2b775b..b4ccc2ea 100644 --- a/VNFs/DPPD-PROX/README +++ b/VNFs/DPPD-PROX/README @@ -32,7 +32,7 @@ The following commands assume that the following variables have been set: export RTE_SDK=/path/to/dpdk export RTE_TARGET=x86_64-native-linuxapp-gcc -IPSec is only supported in PROX starting from DPDK 17.02 +IPSec is only supported in PROX starting from DPDK 17.11 It will only be compiled if CONFIG_RTE_LIBRTE_PMD_AESNI_MB is set in DPDK .config. This also requires AESNI_MULTI_BUFFER_LIB_PATH to point to the multi-buffer library which can be downloaded from |