From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4E2FEA0471 for ; Thu, 18 Jul 2019 15:44:03 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 086EF231E; Thu, 18 Jul 2019 15:44:02 +0200 (CEST) Received: from wout5-smtp.messagingengine.com (wout5-smtp.messagingengine.com [64.147.123.21]) by dpdk.org (Postfix) with ESMTP id D5114137C for ; Thu, 18 Jul 2019 15:43:59 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 5EB02408; Thu, 18 Jul 2019 09:43:58 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 18 Jul 2019 09:43:58 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=cTMmV6V3IuiJNVgm3vZvZ4StrC3RQzWn5Y5uXzSQdoU=; b=pKivpuQ+Noro BDLibs6o07/XBVkOcVhww8ZK/W3Ij2+hfbIK/wOy7BWAwZ2UPgd4jpP49VskEEzZ 2mhgjnizEt5N4GYzmSHhqYNH0mdGcQ2qjjfkTiqMm4nzgvoiF1J8gqMfwNhCNreO W42RH7po2JxTqI3X8rgKUUKeSVus9h0= 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-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=cTMmV6V3IuiJNVgm3vZvZ4StrC3RQzWn5Y5uXzSQd oU=; b=By9Lj4o8Z5DuNlGZDdJk5fW7IqmV2O54qzV2EEEAvfqMb8YiKO6VdA1Va eT6U6P8QbNvMicwir7Ax0d65azketsD4CLaYECj/7x8U9StHQkSbvF6TX8OiutY6 pf7j0Dq7LPPaWB5+fzuENsDdHHtNsiJD4aTUCyzZr5gnZ0kTn7nD90ivMNKGZRnV Cjr/uneuTfq+6u0GsIIykGAiEpNKq3kmLlnCvWoWPbfd5RJt/EVhbnb+aDGycys1 hSDxe3jgISrUJm7qqll78XzDuTvAl/p2PVp+P7LpzYc/AqX4orZIISck4jfzHNNu dDWlm5jNoQByD54w4mN/6P1aDmjnw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrieehgdejtdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucffoh hmrghinhepshgukhhinhhsthgrlhhlrdhmkhenucfkphepjeejrddufeegrddvtdefrddu keegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghlohhnrd hnvghtnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 01D8738008A; Thu, 18 Jul 2019 09:43:56 -0400 (EDT) From: Thomas Monjalon To: Herakliusz Lipiec Cc: dev@dpdk.org, stable@intel.com, bruce.richardson@intel.com Date: Thu, 18 Jul 2019 15:43:55 +0200 Message-ID: <1936270.iUgZ9rBI3k@xps> In-Reply-To: <20190718132912.28250-1-herakliusz.lipiec@intel.com> References: <20190718132912.28250-1-herakliusz.lipiec@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] mk: fix output directory name when compiling with custom kernel header dir 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 18/07/2019 15:29, Herakliusz Lipiec: > When building dpdk with differnt kernel headers by specifying > RTE_KERNELDIR igb_uio is compiled to directory with a name of the > version of kernel thats running on the system instead of the one that > dpdk is actually compiled against. Fixed by replacing hardcoded value > with value from RTE_KERNELDIR. > > Cc: stable@intel.com > Cc: bruce.richardson@intel.com > Signed-off-by: Herakliusz Lipiec > --- > --- a/mk/rte.sdkinstall.mk > +++ b/mk/rte.sdkinstall.mk > ifeq ($(RTE_EXEC_ENV),linux) > -kerneldir ?= /lib/modules/$(shell uname -r)/extra/dpdk > +kerneldir ?= $(subst /build,/extra/dpdk,$(RTE_KERNELDIR)) > else > kerneldir ?= /boot/modules > endif You are changing the alignment :) This change is only for the "make" system. How does it work for meson?