diff options
author | Luca Boccassi <luca.boccassi@gmail.com> | 2018-02-19 11:33:59 +0000 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2018-02-19 11:34:01 +0000 |
commit | f22b7912997a67f3a9ed5061aeaf65f8a9bf1981 (patch) | |
tree | 523ca17c86b2fbd97dec84ccf22e1cfeddf9d9e4 | |
parent | b349fa28b104acdabc35c17d916329e739515d16 (diff) |
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 <luca.boccassi@gmail.com>
-rw-r--r-- | debian/patches/series | 1 | ||||
-rw-r--r-- | debian/patches/testpmd-link-virtio.patch | 21 |
2 files changed, 0 insertions, 22 deletions
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 <tredaelli@redhat.com> -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 |