From f22b7912997a67f3a9ed5061aeaf65f8a9bf1981 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Mon, 19 Feb 2018 11:33:59 +0000 Subject: [PATCH] Drop testpmd-link-virtio.patch, not actually needed It was pointed out on the ML that this patch is actually not needed and it was not merged. Change-Id: I2eb38914fae7b3a22af8d7442f006c2e94069719 Signed-off-by: Luca Boccassi --- debian/patches/series | 1 - debian/patches/testpmd-link-virtio.patch | 21 --------------------- 2 files changed, 22 deletions(-) delete mode 100644 debian/patches/testpmd-link-virtio.patch diff --git a/debian/patches/series b/debian/patches/series index 5034d58c..5722b395 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1 @@ fix-vhost-user-socket-permission.patch -testpmd-link-virtio.patch diff --git a/debian/patches/testpmd-link-virtio.patch b/debian/patches/testpmd-link-virtio.patch deleted file mode 100644 index 8386f750..00000000 --- a/debian/patches/testpmd-link-virtio.patch +++ /dev/null @@ -1,21 +0,0 @@ -Description: app/testpmd: link with virtio PMD when using shared libraries - testpmd is often used inside a VM to test the OVS PVP scenario. - This commit makes testpmd to link to virtio PMD when DPDK is built as - shared libraries too. -Origin: http://dpdk.org/dev/patchwork/patch/31459/ -Forwarded: yes -Author: Timothy Redaelli -Last-Update: 2017-11-17 ---- a/app/test-pmd/Makefile -+++ b/app/test-pmd/Makefile -@@ -91,6 +91,10 @@ ifeq ($(CONFIG_RTE_LIBRTE_PMD_SOFTNIC),y) - LDLIBS += -lrte_pmd_softnic - endif - -+ifeq ($(CONFIG_RTE_LIBRTE_VIRTIO_PMD),y) -+LDLIBS += -lrte_pmd_virtio -+endif -+ - endif - - CFLAGS_cmdline.o := -D_GNU_SOURCE -- 2.16.6