From: Timothy Redaelli Date: Fri, 17 Nov 2017 14:40:17 +0000 (+0100) Subject: app/testpmd: remove xenvirt again X-Git-Tag: spdx-start~802 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=72224f55b215d30abe670f0720a4d0dc30641ae7;p=dpdk.git app/testpmd: remove xenvirt again The xenvirt PMD was removed from 17.11 while this link parameter was added. Fixes: 5b590fbe09b6 ("app/testpmd: add traffic management forwarding mode") Cc: stable@dpdk.org Signed-off-by: Timothy Redaelli Acked-by: Luca Boccassi Acked-by: Eelco Chaudron --- diff --git a/app/test-pmd/Makefile b/app/test-pmd/Makefile index d21308fcd8..4993c91849 100644 --- a/app/test-pmd/Makefile +++ b/app/test-pmd/Makefile @@ -83,10 +83,6 @@ ifeq ($(CONFIG_RTE_LIBRTE_BNXT_PMD),y) LDLIBS += -lrte_pmd_bnxt endif -ifeq ($(CONFIG_RTE_LIBRTE_PMD_XENVIRT),y) -LDLIBS += -lrte_pmd_xenvirt -endif - ifeq ($(CONFIG_RTE_LIBRTE_PMD_SOFTNIC),y) LDLIBS += -lrte_pmd_softnic endif