From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 7B1F3201 for ; Thu, 12 Oct 2017 01:18:22 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 1F8BC2193A; Wed, 11 Oct 2017 19:18:22 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Wed, 11 Oct 2017 19:18:22 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=4wWCjWzzg7PM8aoCUmYFQG59/A XTJ40oKAB2VyE0OJ8=; b=a8fah2p65ZkVcko+gZ+XTN9119TldMbMAJ8aewH75O p0fwVvY8uMSnr4wFivSAgdchSv5BEiBnvYatvKAzHNAl2VBjvAvd+snM5CboaqbW DlY3SOvlLBIHwj0Vvz1MxweoTPinOiHye+APxzN121f5GHHRlKcCrH/MpbK3MRe+ 8= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=4wWCjW zzg7PM8aoCUmYFQG59/AXTJ40oKAB2VyE0OJ8=; b=nCZg/fyARhmLLFCezZYz6M 6ORKYUcqxLqapjiADRBFPXcauzMmYx7DtEUwo028HDd9O+iKcg9kPWKMnknWZ7Vm pIGJxBIfbibO0xNPFPthxIesrfZGNJ6h0r3Hv8n73oBlHTwnJZBrPJ1dTfHOMoQI 4CZOl1E23YD/O9JjR6JmMTshnep4fYNxmj7+3CPWpZqJCcmImUBebgoXGSC26B1P rT5PRELf5i+ajxz3xskD8l2rtMhNcBzTBH1rnX8VnbNcyjyznXBnX98iJKBcxmJ5 F6dizwm0uHTl5gSpBNQR7bhGSVsJGVnrVTkeye02vX12xySMN/vJ04ZZQwob940A == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id C5D977F3AB; Wed, 11 Oct 2017 19:18:21 -0400 (EDT) From: Thomas Monjalon To: Jasvinder Singh , cristian.dumitrescu@intel.com Cc: dev@dpdk.org, ferruh.yigit@intel.com, wenzhuo.lu@intel.com Date: Thu, 12 Oct 2017 01:18:20 +0200 Message-ID: <2929180.uXOozjuXtu@xps> In-Reply-To: <20171010101818.146523-2-jasvinder.singh@intel.com> References: <20171009125846.106218-2-jasvinder.singh@intel.com> <20171010101818.146523-1-jasvinder.singh@intel.com> <20171010101818.146523-2-jasvinder.singh@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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: Wed, 11 Oct 2017 23:18:22 -0000 10/10/2017 12:18, Jasvinder Singh: > +ifeq ($(CONFIG_RTE_LIBRTE_SCHED),y) > +_LDLIBS-$(CONFIG_RTE_LIBRTE_PMD_SOFTNIC) += -lrte_pmd_softnic > +endif Why linking softnic only if sched is enabled? Please, can you fix it for RC2?