From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v8 1/5] net/softnic: add softnic PMD Date: Thu, 12 Oct 2017 01:18:20 +0200 Message-ID: <2929180.uXOozjuXtu@xps> 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-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, ferruh.yigit@intel.com, wenzhuo.lu@intel.com To: Jasvinder Singh , cristian.dumitrescu@intel.com 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) In-Reply-To: <20171010101818.146523-2-jasvinder.singh@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" 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?