From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=CP6KEUtI3u2lLC2A3e52JXcfzmhQLUyRAdxPBaLc4Lk=; b=AhKY5t2ux7VSVdnvPcHq2h23i0oPdOt9s/KtiV4/ZOXKx36SD+4844SOP7dT3GG8OG 6GPFHcWgRxtHQFNTVFGAoI/eN8mSLXvY+SdpGw4NOqmww5q4IVTBrZmZvgvKUYIB8M2x Q4tI/dOa86h+w9DRhJW1IKHojJ0zvE6NTX6GbAjp6W9E506bWO/MULlJLBjJb7mXxD/S za+epIxD90UYBtyAZtHGDbqzAYgIZOcDzNkUFW6ZL9D78V4RWl9oN2/zctIjUy95aqAr Tye3OELK65vhu9N3dZ1255SD7HnaCr4Go59C6cjORyGIINjzkDqT7sqRRQ0I7gPBtF4u /jzg== X-Gm-Message-State: AHQUAuYctmUc+NoMfjbp+IO4Oo4w/pA8Iro9x03xditFIXUBhNL63/HL MOeoWQ/Wf4m3iaJ3QmS598xmfpTbcPEBpqBcJr6rXg== X-Google-Smtp-Source: AHgI3IZ/wYcqNebKHZZTk9Cw+ZGtmR0FCm2/+LLp6FpyX8uP41O/q6/93v5YwkAs+tuZKKfQftC0tLqcCAoE+W/N0yk= X-Received: by 2002:a1f:5742:: with SMTP id l63mr3081285vkb.85.1551343049933; Thu, 28 Feb 2019 00:37:29 -0800 (PST) MIME-Version: 1.0 References: <1551338000-120348-1-git-send-email-rosen.xu@intel.com> <1551338000-120348-9-git-send-email-rosen.xu@intel.com> In-Reply-To: <1551338000-120348-9-git-send-email-rosen.xu@intel.com> From: David Marchand Date: Thu, 28 Feb 2019 09:37:19 +0100 Message-ID: To: Rosen Xu 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 Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] [PATCH v1 08/11] app/test-pmd: add IPN3KE support for testpmd X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2019 08:37:30 -0000 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