From 58a8c5d3a2dbbaf8d9414a4605d597a87dfa0376 Mon Sep 17 00:00:00 2001 From: Xavier Simonart Date: Sat, 30 May 2020 00:17:29 +0200 Subject: Updated PROX version to 20.05 to reflect support of DPDK 20.05 Change-Id: Iad6882cc28ac2039984b12f6b7a897b81d975d9b Signed-off-by: Xavier Simonart --- VNFs/DPPD-PROX/README | 3 ++- VNFs/DPPD-PROX/version.h | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/VNFs/DPPD-PROX/README b/VNFs/DPPD-PROX/README index 545e2ff0..2380ab61 100644 --- a/VNFs/DPPD-PROX/README +++ b/VNFs/DPPD-PROX/README @@ -25,7 +25,8 @@ 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, -17.11, 18.02, 18.05, 18.08, 18.11, 19.02, 19.05, 19.08 and 19.11. +17.11, 18.02, 18.05, 18.08, 18.11, 19.02, 19.05, 19.08, 19.11, 20.02 and +20.05. The following commands assume that the following variables have been set: diff --git a/VNFs/DPPD-PROX/version.h b/VNFs/DPPD-PROX/version.h index fd52ba4b..fe5fcbfc 100644 --- a/VNFs/DPPD-PROX/version.h +++ b/VNFs/DPPD-PROX/version.h @@ -19,7 +19,7 @@ /* PROGRAM_NAME defined through Makefile */ #define VERSION_MAJOR 0 // Pre-production -#define VERSION_MINOR 1911 // 19.11 i.e. Nov 2019 +#define VERSION_MINOR 2005 // 20.05 i.e. May 2020 #define VERSION_REV 0 static inline char *VERSION_STR(void) -- cgit 1.2.3-korg