From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id AE0CD9B6B for ; Mon, 20 Nov 2017 11:27:19 +0100 (CET) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 2DDB3C0587E5 for ; Mon, 20 Nov 2017 10:27:19 +0000 (UTC) Received: from rhvm.imac (ovpn-116-216.ams2.redhat.com [10.36.116.216]) by smtp.corp.redhat.com (Postfix) with ESMTP id D19905EDE0 for ; Mon, 20 Nov 2017 10:27:18 +0000 (UTC) To: dev@dpdk.org References: <36c7fe6e58f1999a16950bfbf6911163957b46af.1510929617.git.tredaelli@redhat.com> From: Eelco Chaudron Organization: Red Hat Message-ID: <1c15e3c1-6b7c-6b42-495e-ab0d3a18a290@redhat.com> Date: Mon, 20 Nov 2017 11:27:18 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <36c7fe6e58f1999a16950bfbf6911163957b46af.1510929617.git.tredaelli@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.32]); Mon, 20 Nov 2017 10:27:19 +0000 (UTC) Subject: Re: [dpdk-dev] [PATCH] app/testpmd: Remove xenvirt again X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: echaudro@redhat.com List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Nov 2017 10:27:19 -0000 On 17/11/17 15:40, Timothy Redaelli wrote: > Fixes: 5b590fbe09b6 ("app/testpmd: add traffic management forwarding mode") > > Signed-off-by: Timothy Redaelli > --- > app/test-pmd/Makefile | 4 ---- > 1 file changed, 4 deletions(-) > > 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) > 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 Acked-by: Eelco Chaudron