From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 7ABD32A66 for ; Thu, 29 Mar 2018 18:32:55 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id E2804219C4; Thu, 29 Mar 2018 12:32:54 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 29 Mar 2018 12:32:54 -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=e76TC75fmQCwxlV7JuLk7HnL57 HLTSMxRqw6UX/j9Kw=; b=jClybWRIYSd89UbKiSirND9gZBhT4FWSnUZopu0h/S vvSvGRrq84B0JC4SCCjgBtkdMBT63JeFGuAxzt4plOY/eALNud0ba3L99LDCj5pL bmqx9DYww4UC8pUppI8PNJoxDGkVISqGuv90BCkYjssNKg9pKGdAXy9E9g3JDSBX I= 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=fm2; bh=e76TC7 5fmQCwxlV7JuLk7HnL57HLTSMxRqw6UX/j9Kw=; b=D5Hdejx2JPwKKuAA12eMI3 9Su1wHJqt7eu0uthXWJ6efRIlS9eUSbRliN3CsYvxGK+whCm9e/OttLXbPa1WwGM /G7+PSMbbL1RqwPgyTGHpRMbkErYLrrlb4rW3qZWNpcDLBVfCbObCr06ZmCeD36O sg6W8xcs27femMBq9tA93dVISF6BTFuJDWDnbwGP+Rnxk4fsSNso5IpPYj1IOkX8 uNVA2xilGL8xM9hc8WJY4q7GBc1dvjshrmOuAZwXsM9CQa1iM3RBp3Ydwg9xf42M Qv9+73pJlhlMBsLScq4IVbjwkfmGElUMvmcOTkk09K6ewT5o8dfd29kkn70R4mqg == 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 5BDFAE5090; Thu, 29 Mar 2018 12:32:54 -0400 (EDT) From: Thomas Monjalon To: Ferruh Yigit Cc: hemant.agrawal@nxp.com, dev@dpdk.org Date: Thu, 29 Mar 2018 18:32:32 +0200 Message-ID: <1556410.U3gqVypkhP@xps> In-Reply-To: <0b1a7c34-1dd0-b47b-5ee7-7ea3f1ec4308@intel.com> References: <20180329153931.26351-1-thomas@monjalon.net> <0b1a7c34-1dd0-b47b-5ee7-7ea3f1ec4308@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] mk: fix kernel modules build dependency 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, 29 Mar 2018 16:32:55 -0000 29/03/2018 17:48, Ferruh Yigit: > On 3/29/2018 4:39 PM, Thomas Monjalon wrote: > > Some kernel modules may need some header files to be "installed" > > in the build directory. > > > > When running multiple threads of make, kernel modules can try to > > be compiled before the lib headers are ready: > > make -j3 > > kernel/linux/kni/kni_misc.c:19:37: fatal error: > > exec-env/rte_kni_common.h: No such file or directory > > Is there a reason to keep header in eal when module itself moved into kernel? It seems you missed my comment below: On a related note, this header file lib/librte_eal/linuxapp/eal/include/exec-env/rte_kni_common.h could be moved to lib/librte_kni/ Opinion?