diff options
author | Deepak S <deepak.s@linux.intel.com> | 2018-01-16 12:51:27 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-01-16 12:51:27 +0000 |
commit | deab1ee8197298bd7cf30d259a28206841d59383 (patch) | |
tree | 46a480248b2ba495991feaee540081e5d7f1b6cd /VNFs/DPPD-PROX/README | |
parent | 0249d9c01370221b724d794a3d048b01a9dd325b (diff) | |
parent | 972dac6999c939a3b1f70d69f81082d8cabd04c7 (diff) |
Merge "Add support for DPDK 17.11"
Diffstat (limited to 'VNFs/DPPD-PROX/README')
-rw-r--r-- | VNFs/DPPD-PROX/README | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/VNFs/DPPD-PROX/README b/VNFs/DPPD-PROX/README index 1cf857d5..7527479b 100644 --- a/VNFs/DPPD-PROX/README +++ b/VNFs/DPPD-PROX/README @@ -24,12 +24,19 @@ finer grained network functions like QoS, Routing, load-balancing... Compiling and running this application -------------------------------------- -This application supports DPDK 16.04, 16.11, 16.11.1, 17.02, 17.05 and 17.08. +This application supports DPDK 16.04, 16.11, 16.11.1, 17.02, 17.05 17.08 and 17.11. 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 with DPDK 17.02 and DPDK 17.05 +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 +<https://github.com/01org/intel-ipsec-mb>. +See doc/guides/cryptodevs/aesni_mb.rst within dpdk for more details + Example: DPDK 17.05 installation -------------------------------- git clone http://dpdk.org/git/dpdk |