aboutsummaryrefslogtreecommitdiffstats
path: root/src/package-list.mk
diff options
context:
space:
mode:
authorSridhar K. N. Rao <srao@linuxfoundation.org>2022-10-01 19:03:06 +0530
committerSridhar K. N. Rao <srao@linuxfoundation.org>2022-10-01 19:04:42 +0530
commit98177ae9f931901646403485aadbed6f6813cad0 (patch)
tree22791ebd846188ef25d2b497a138e41a419afb66 /src/package-list.mk
parenteb7d834d3e8a2dd7d133337f7017782320292b46 (diff)
DPDK: Default to Meson-Build of DPDK.
This patch makes meson based build as default. Signed-off-by: Sridhar K. N. Rao <srao@linuxfoundation.org> Change-Id: Ie41748342a76cf157a1afcb2e1866d8f9e01c6f2
Diffstat (limited to 'src/package-list.mk')
-rw-r--r--src/package-list.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/package-list.mk b/src/package-list.mk
index 49aa82c0..c11a04f7 100644
--- a/src/package-list.mk
+++ b/src/package-list.mk
@@ -13,11 +13,11 @@
# dpdk section
# DPDK_URL ?= git://dpdk.org/dpdk
DPDK_URL ?= http://dpdk.org/git/dpdk
-DPDK_TAG ?= v20.05
+DPDK_TAG ?= v21.11
# OVS section
OVS_URL ?= https://github.com/openvswitch/ovs
-OVS_TAG ?= v2.14.0
+OVS_TAG ?= v2.17.2
# VPP section
VPP_URL ?= https://git.fd.io/vpp