app/testpmd: remove xenvirt again
authorTimothy Redaelli <tredaelli@redhat.com>
Fri, 17 Nov 2017 14:40:17 +0000 (15:40 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 15 Dec 2017 14:19:46 +0000 (15:19 +0100)
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 <tredaelli@redhat.com>
Acked-by: Luca Boccassi <bluca@debian.org>
Acked-by: Eelco Chaudron <echaudro@redhat.com>
app/test-pmd/Makefile

index d21308f..4993c91 100644 (file)
@@ -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