diff options
author | Xavier Simonart <xavier.simonart@intel.com> | 2018-10-27 16:26:26 +0200 |
---|---|---|
committer | Deepak S <deepak.s@linux.intel.com> | 2018-11-01 04:38:34 +0530 |
commit | 5d0595c955eb37af44b68098b6fd4f33f18e7755 (patch) | |
tree | a0319ae58232efecfa1bea9e7f361ed36ff0efec /VNFs/DPPD-PROX/README | |
parent | 2d8609495ff4a58ceae13746f067fec6b0d5cf03 (diff) |
Support for DPDK 18.05 and DPDK 18.08
Improve DPDK 18.05 support introduced by 3e532aca.
Support for DPDK 18.08.
Change-Id: Ide712ee94254b506a0ad88c95a7e01b789f99d48
Signed-off-by: Xavier Simonart <xavier.simonart@intel.com>
Diffstat (limited to 'VNFs/DPPD-PROX/README')
-rw-r--r-- | VNFs/DPPD-PROX/README | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/VNFs/DPPD-PROX/README b/VNFs/DPPD-PROX/README index 7527479b..229ee247 100644 --- a/VNFs/DPPD-PROX/README +++ b/VNFs/DPPD-PROX/README @@ -24,13 +24,15 @@ 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 17.08 and 17.11. +This application supports DPDK 16.04, 16.11, 16.11.1, 17.02, 17.05, 17.08, +17.11, 18.02, 18.05 and 18.08. + 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 +IPSec is only supported in PROX starting from DPDK 17.02 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 |