From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id D50811B295 for ; Thu, 12 Oct 2017 10:22:19 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Oct 2017 01:22:18 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,365,1503385200"; d="scan'208";a="159648248" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by orsmga005.jf.intel.com with ESMTP; 12 Oct 2017 01:22:17 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.49]) by IRSMSX152.ger.corp.intel.com ([169.254.6.87]) with mapi id 14.03.0319.002; Thu, 12 Oct 2017 09:22:17 +0100 From: "Singh, Jasvinder" To: Thomas Monjalon , "Dumitrescu, Cristian" CC: "dev@dpdk.org" , "Yigit, Ferruh" , "Lu, Wenzhuo" Thread-Topic: [dpdk-dev] [PATCH v8 1/5] net/softnic: add softnic PMD Thread-Index: AQHTQa9yu9y6Z4yvCkaWGnd332lN1KLfOlEAgACokrA= Date: Thu, 12 Oct 2017 08:22:17 +0000 Message-ID: <54CBAA185211B4429112C315DA58FF6D3326BB07@IRSMSX103.ger.corp.intel.com> References: <20171009125846.106218-2-jasvinder.singh@intel.com> <20171010101818.146523-1-jasvinder.singh@intel.com> <20171010101818.146523-2-jasvinder.singh@intel.com> <2929180.uXOozjuXtu@xps> In-Reply-To: <2929180.uXOozjuXtu@xps> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOTNjNzU0NzgtMThkNS00NjllLThjYTktNzgxMWQ1ODZlNTVlIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IitnVTNmR0pDa1IzcFhzN0JuUkhCaVAxZ3ZPUExNbHJ4cFNFXC90OUpPMHM4PSJ9 x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v8 1/5] net/softnic: add softnic PMD 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, 12 Oct 2017 08:22:20 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas@monjalon.net] > Sent: Thursday, October 12, 2017 12:18 AM > To: Singh, Jasvinder ; Dumitrescu, Cristian > > Cc: dev@dpdk.org; Yigit, Ferruh ; Lu, Wenzhuo > > Subject: Re: [dpdk-dev] [PATCH v8 1/5] net/softnic: add softnic PMD >=20 > 10/10/2017 12:18, Jasvinder Singh: > > +ifeq ($(CONFIG_RTE_LIBRTE_SCHED),y) > > +_LDLIBS-$(CONFIG_RTE_LIBRTE_PMD_SOFTNIC) +=3D -lrte_pmd_softnic > > +endif >=20 > Why linking softnic only if sched is enabled? >=20 > Please, can you fix it for RC2? Yes, will fix this. Thanks.