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 62995A046B for ; Thu, 27 Jun 2019 17:35:01 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2AAE337B0; Thu, 27 Jun 2019 17:35:01 +0200 (CEST) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id DA0802BF4 for ; Thu, 27 Jun 2019 17:34:59 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 599A62220E; Thu, 27 Jun 2019 11:34:59 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 27 Jun 2019 11:34:59 -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=F43C+b+wZOym7OPyhOFgOFfo3poBnlSTnuDmGPK6ACE=; b=iANglhtAQPmu k55I6guNlOxhyeC+PlBB2kO15Mg1R05JbTCeto5hXUjZ4mdEiU1On9TGpQxS/4b0 VstuUIgz+pxHfk3R/Z7AuKqQigAt6sCWGTTyleh1TmXnnrlyI6HteldeKxx+8DrB zHXonEiEIVG6fcvZoLXJ2r3w9BkB230= 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=F43C+b+wZOym7OPyhOFgOFfo3poBnlSTnuDmGPK6A CE=; b=SX61uYUGQrvKaI3s/uDaX0nASBluzjKqOEZf+xO0qwM6OquN/vv9k7VUH F2QQAzTCdvZBmQ4sbZzanoEKkChFBO+3s+1FfZOeEhig6JQxU4aRwUmpinJxVFPH L8Ob8oLTmmAEvjbdqJgMAZY6v4Pri3ZlfLl5lU8JX5H1UmJD9efNH+IllmVHD4kr qttPKAG5zmrXQ+yxr1lQhGiAp7J5mI4ibznXMdCGULmWlHAnCZa/+S2NYBhPfTkl dBCxSYOa5fAlJAYMy4VVRAqFkAMfYmjl4ecKNNcnU4x/t9JfN9uhror0PD/DtLzl Yu1BfzueSvy135nPCnNqe4gD+Q+jQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrudekgdeludcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd 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 19D6C380083; Thu, 27 Jun 2019 11:34:58 -0400 (EDT) From: Thomas Monjalon To: Igor Ryzhov Cc: dev@dpdk.org, Bruce Richardson Date: Thu, 27 Jun 2019 17:34:57 +0200 Message-ID: <7437901.pDzBgDraMh@xps> In-Reply-To: <20190611101112.GA457@bricha3-MOBL.ger.corp.intel.com> References: <20190610082552.79083-1-iryzhov@nfware.com> <20190611084934.2993-1-iryzhov@nfware.com> <20190611101112.GA457@bricha3-MOBL.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] kernel/linux: fix modules install path 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" 11/06/2019 12:11, Bruce Richardson: > On Tue, Jun 11, 2019 at 11:49:34AM +0300, Igor Ryzhov wrote: > > Currently kernel modules are installed into /usr/src instead of > > /lib/modules when meson build system is used. This patch fixes that. > > > > Signed-off-by: Igor Ryzhov > > --- > > v2 - don't change kernel_dir to kernel_version > > > Acked-by: Bruce Richardson Applied, thanks