From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 1B87E91 for ; Wed, 31 Oct 2018 11:33:47 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 9E33A21F40; Wed, 31 Oct 2018 06:33:46 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 31 Oct 2018 06:33:46 -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=ihGzPY6EwgqvLK6tceDtmIqFMo3KjuVjVilKSH/Hws4=; b=hNYi55M496ze T5d9abvDeylgJFRhsRMZFHwUOPRDr6/dbfVObu9HwGsNFuzsPrFjSBsst+z+33Ta vUMIlFqg9n5alkUw050CDCLC/rlFiNMFL5LgoA2T76sN2BhtLO/lBkjFsVsKjC52 4jYuOpQDcZFpaNASpZ0WM+gHhysd35A= 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=fm1; bh=ihGzPY6EwgqvLK6tceDtmIqFMo3KjuVjVilKSH/Hw s4=; b=swYi6kgpPWu1ANouVZ33NKMtjLzAhXrKoNH+pm/gQjejIWqPtq9nY4zNX CuIW6cWgAhVQNuSUhdtclpMUV/FbA/jIOaiw/WpbrmvISAaIurrl9mPE0AjTqDOZ VOVWuXrxTn99I1d2WrtpcFCF31MwbuOJBJE5ywcama+tN2GPJmwhCbHjMR2DOK/z m8zvEhh3SnCAG7j3DJmXBINwRtQXz/tbnFXc2TfIxpTtU71zyen9y9GWv591ln3l fwBfzZuimDELY8YxPeHJj4sWpfbvKcwNob0Xh0Ti94U6i6KiyiImNlrTptPtCqu2 3NWl0eZhkgRi1v1SdMt4LUDN7hIJg== X-ME-Sender: 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 08717E454E; Wed, 31 Oct 2018 06:33:44 -0400 (EDT) From: Thomas Monjalon To: Luca Boccassi Cc: dev@dpdk.org, bruce.richardson@intel.com, ferruh.yigit@intel.com Date: Wed, 31 Oct 2018 11:33:50 +0100 Message-ID: <1706085.l31t8ktOQ7@xps> In-Reply-To: <20181012170517.12160-1-bluca@debian.org> References: <20181011194629.4699-1-bluca@debian.org> <20181012170517.12160-1-bluca@debian.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v3] build: add meson.build for kni kernel module 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, 31 Oct 2018 10:33:47 -0000 12/10/2018 19:05, Luca Boccassi: > A Kbuild is also included to allow users to use DKMS natively without > additional code. > > Signed-off-by: Luca Boccassi > Tested-by: Bruce Richardson > Acked-by: Bruce Richardson Was applied in 18.11-rc1. Thanks Ferruh for catching the miss of notification :)