From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luca Boccassi Subject: Re: [PATCH] app/testpmd: Remove xenvirt again Date: Fri, 17 Nov 2017 16:44:07 +0000 Message-ID: <1510937047.11864.14.camel@debian.org> References: <36c7fe6e58f1999a16950bfbf6911163957b46af.1510929617.git.tredaelli@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Cc: Jingjing Wu To: Timothy Redaelli , dev@dpdk.org Return-path: Received: from mail-wr0-f194.google.com (mail-wr0-f194.google.com [209.85.128.194]) by dpdk.org (Postfix) with ESMTP id A3B571B2DA for ; Fri, 17 Nov 2017 17:44:09 +0100 (CET) Received: by mail-wr0-f194.google.com with SMTP id l22so2611723wrc.11 for ; Fri, 17 Nov 2017 08:44:09 -0800 (PST) In-Reply-To: <36c7fe6e58f1999a16950bfbf6911163957b46af.1510929617.git.tredaelli@redhat.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Fri, 2017-11-17 at 15:40 +0100, Timothy Redaelli wrote: > Fixes: 5b590fbe09b6 ("app/testpmd: add traffic management forwarding > mode") >=20 > Signed-off-by: Timothy Redaelli > --- > =C2=A0app/test-pmd/Makefile | 4 ---- > =C2=A01 file changed, 4 deletions(-) >=20 > diff --git a/app/test-pmd/Makefile b/app/test-pmd/Makefile > index d21308fcd..4993c9184 100644 > --- a/app/test-pmd/Makefile > +++ b/app/test-pmd/Makefile > @@ -83,10 +83,6 @@ ifeq ($(CONFIG_RTE_LIBRTE_BNXT_PMD),y) > =C2=A0LDLIBS +=3D -lrte_pmd_bnxt > =C2=A0endif > =C2=A0 > -ifeq ($(CONFIG_RTE_LIBRTE_PMD_XENVIRT),y) > -LDLIBS +=3D -lrte_pmd_xenvirt > -endif > - > =C2=A0ifeq ($(CONFIG_RTE_LIBRTE_PMD_SOFTNIC),y) > =C2=A0LDLIBS +=3D -lrte_pmd_softnic > =C2=A0endif Acked-by: --=20 Kind regards, Luca Boccassi