aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSridhar K. N. Rao <sridhar.rao@spirent.com>2021-05-31 22:04:07 +0530
committerSridhar K. N. Rao <sridhar.rao@spirent.com>2021-05-31 22:07:24 +0530
commit171bf5025d8358b4dc692b3751675e42b1ebec9c (patch)
tree3274386b3760a8c199f440d27356d5b88e9f6d78 /src
parent300d9f201aba1b8e30387138acaba79a72502d82 (diff)
SYS: New Software versions and OS-versions.
This patch adds support for the following: DPDK - 20.05 OVS - 2.14 VPP - 21.01 Ubuntu - 20.04 Fedora - 33 JIRA: VINEPERF-645 Signed-off-by: Sridhar K. N. Rao <sridhar.rao@spirent.com> Change-Id: I8810ef04d1beb7f3bb39fb3a1420d0b15dbfa395
Diffstat (limited to 'src')
-rwxr-xr-xsrc/dpdk/Makefile2
-rw-r--r--src/package-list.mk6
2 files changed, 4 insertions, 4 deletions
diff --git a/src/dpdk/Makefile b/src/dpdk/Makefile
index 1a1521db..0a4b9724 100755
--- a/src/dpdk/Makefile
+++ b/src/dpdk/Makefile
@@ -54,7 +54,7 @@ ifeq ($(DPDK_TAG_MAJOR),v2)
else
DPDK_TARGET = x86_64-native-linuxapp-gcc
CONFIG_FILE_BASE = $(WORK_DIR)/config/common_base
- CONFIG_FILE_LINUXAPP = $(WORK_DIR)/config/common_linuxapp
+ CONFIG_FILE_LINUXAPP = $(WORK_DIR)/config/common_linux
endif
endif
diff --git a/src/package-list.mk b/src/package-list.mk
index 1e40a60d..49aa82c0 100644
--- a/src/package-list.mk
+++ b/src/package-list.mk
@@ -13,15 +13,15 @@
# dpdk section
# DPDK_URL ?= git://dpdk.org/dpdk
DPDK_URL ?= http://dpdk.org/git/dpdk
-DPDK_TAG ?= v18.11-rc2
+DPDK_TAG ?= v20.05
# OVS section
OVS_URL ?= https://github.com/openvswitch/ovs
-OVS_TAG ?= v2.12.0
+OVS_TAG ?= v2.14.0
# VPP section
VPP_URL ?= https://git.fd.io/vpp
-VPP_TAG ?= v19.08.1
+VPP_TAG ?= v21.01
# QEMU section
QEMU_URL ?= https://github.com/qemu/qemu.git