diff options
Diffstat (limited to 'src/package-list.mk')
-rw-r--r-- | src/package-list.mk | 4 |
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 |