From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Marchand Subject: Re: [PATCH v1 08/11] app/test-pmd: add IPN3KE support for testpmd Date: Thu, 28 Feb 2019 09:37:19 +0100 Message-ID: References: <1551338000-120348-1-git-send-email-rosen.xu@intel.com> <1551338000-120348-9-git-send-email-rosen.xu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Cc: dev@dpdk.org, "Yigit, Ferruh" , tianfei.zhang@intel.com, dan.wei@intel.com, andy.pei@intel.com, Qiming Yang , haiyue.wang@intel.com, santos.chen@intel.com, zhang.zhang@intel.com To: Rosen Xu Return-path: Received: from mail-vk1-f194.google.com (mail-vk1-f194.google.com [209.85.221.194]) by dpdk.org (Postfix) with ESMTP id 96F9D4CBD for ; Thu, 28 Feb 2019 09:37:30 +0100 (CET) Received: by mail-vk1-f194.google.com with SMTP id b6so4539775vkf.8 for ; Thu, 28 Feb 2019 00:37:30 -0800 (PST) In-Reply-To: <1551338000-120348-9-git-send-email-rosen.xu@intel.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 Thu, Feb 28, 2019 at 8:16 AM Rosen Xu wrote: > Add IPN3KE support for testpmd > > Signed-off-by: Rosen Xu > Signed-off-by: Andy Pei > --- > app/test-pmd/Makefile | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/app/test-pmd/Makefile b/app/test-pmd/Makefile > index d5258ea..a6b6f6f 100644 > --- a/app/test-pmd/Makefile > +++ b/app/test-pmd/Makefile > @@ -62,6 +62,10 @@ ifeq ($(CONFIG_RTE_LIBRTE_I40E_PMD),y) > LDLIBS += -lrte_pmd_i40e > endif > > +ifeq ($(CONFIG_RTE_LIBRTE_IPN3KE_PMD),y) > +LDLIBS += -lrte_pmd_ipn3ke > +endif > + > ifeq ($(CONFIG_RTE_LIBRTE_BNXT_PMD),y) > LDLIBS += -lrte_pmd_bnxt > endif > I am a bit lost. Why is it needed ? -- David Marchand