From 72224f55b215d30abe670f0720a4d0dc30641ae7 Mon Sep 17 00:00:00 2001 From: Timothy Redaelli Date: Fri, 17 Nov 2017 15:40:17 +0100 Subject: [PATCH] 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 --- app/test-pmd/Makefile | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.20.1