From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Yigit, Ferruh" Subject: Re: [PATCH v1 08/11] app/test-pmd: add IPN3KE support for testpmd Date: Wed, 6 Mar 2019 12:45:55 +0000 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 Content-Transfer-Encoding: 7bit Cc: ferruh.yigit@intel.com, tianfei.zhang@intel.com, dan.wei@intel.com, andy.pei@intel.com, qiming.yang@intel.com, haiyue.wang@intel.com, santos.chen@intel.com, zhang.zhang@intel.com To: Rosen Xu , dev@dpdk.org Return-path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id BA92856A1 for ; Wed, 6 Mar 2019 13:45:59 +0100 (CET) In-Reply-To: <1551338000-120348-9-git-send-email-rosen.xu@intel.com> Content-Language: en-US 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 2/28/2019 7:13 AM, Rosen Xu wrote: > Add IPN3KE support for testpmd I think it is already decided to remove this patch, +1. > > 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 >