diff options
author | Damjan Marion <damarion@cisco.com> | 2017-05-15 12:32:15 +0200 |
---|---|---|
committer | Damjan Marion <damarion@cisco.com> | 2017-05-15 12:32:15 +0200 |
commit | 572825df79e27a8baebcfc11d91bdb6f9776c2c7 (patch) | |
tree | 4dd0125068bc5fddae4e35015fea76b32a9fd3d1 /dpdk/Makefile | |
parent | b5c13fdf470da1f4b0cfde151ba106cd84414e6b (diff) |
dpdk: revert dpdk 17.05 change which causes virtio issues
This patch is causing DPDK to provide bad MAC address
for legacy virtio interfaces.
Change-Id: I526cd35a38164ede80a8ab6decb9e0d1ebfad723
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'dpdk/Makefile')
-rw-r--r-- | dpdk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dpdk/Makefile b/dpdk/Makefile index cd79e394e6e..0f75a58a271 100644 --- a/dpdk/Makefile +++ b/dpdk/Makefile @@ -26,7 +26,7 @@ DPDK_MLX5_PMD ?= n B := $(DPDK_BUILD_DIR) I := $(DPDK_INSTALL_DIR) DPDK_VERSION ?= 17.05 -PKG_SUFFIX ?= vpp1 +PKG_SUFFIX ?= vpp2 DPDK_BASE_URL ?= http://fast.dpdk.org/rel DPDK_TARBALL := dpdk-$(DPDK_VERSION).tar.xz DPDK_TAR_URL := $(DPDK_BASE_URL)/$(DPDK_TARBALL) |