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 EF554A04DD; Thu, 26 Nov 2020 17:21:47 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 92D9EC9EC; Thu, 26 Nov 2020 17:21:46 +0100 (CET) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 26713C9EA; Thu, 26 Nov 2020 17:21:44 +0100 (CET) IronPort-SDR: F2lGmxOEsWFncxttZnpduLxTI6eiXC6upPdem+lJbTDdXegZBZ5jppvFmV3VDoU85kt3X+VWgt N6l9ZW468Nig== X-IronPort-AV: E=McAfee;i="6000,8403,9817"; a="152137713" X-IronPort-AV: E=Sophos;i="5.78,372,1599548400"; d="scan'208";a="152137713" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Nov 2020 08:21:39 -0800 IronPort-SDR: WqubaGqxsxvoAKRohGUsDkYFxxugmUzeePRrlrgACssEOqbIEPiu0oyQyNNJJHn5IF1jv1iYUO 8ub+GcjUvDyA== X-IronPort-AV: E=Sophos;i="5.78,372,1599548400"; d="scan'208";a="333421116" Received: from bricha3-mobl.ger.corp.intel.com ([10.252.21.198]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 26 Nov 2020 08:21:38 -0800 Date: Thu, 26 Nov 2020 16:21:34 +0000 From: Bruce Richardson To: Thomas Monjalon Cc: dev@dpdk.org, david.marchand@redhat.com, stable@dpdk.org, Jerin Jacob Message-ID: <20201126162134.GF1340@bricha3-MOBL.ger.corp.intel.com> References: <20201126160837.1385842-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201126160837.1385842-1-thomas@monjalon.net> Subject: Re: [dpdk-dev] [PATCH 1/1] doc: remove Linux headers from requirements 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" On Thu, Nov 26, 2020 at 05:08:37PM +0100, Thomas Monjalon wrote: > The compilation of the kernel module KNI is optional. > The kernel headers should be required for DPDK compilation. > > Fixes: 91a861e54164 ("config: disable Linux kernel modules by default") > Cc: stable@dpdk.org > > Signed-off-by: Thomas Monjalon > --- If someone does want to build kni, we actually have a check in meson.build for kernel build headers, giving a suitable error if they are missed. Therefore I think this can go. Acked-by: Bruce Richardson