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 AB9B6A04DD; Thu, 26 Nov 2020 17:08:49 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 343C8C9DC; Thu, 26 Nov 2020 17:08:48 +0100 (CET) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 87994C9D6; Thu, 26 Nov 2020 17:08:46 +0100 (CET) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id 2B0B45C013C; Thu, 26 Nov 2020 11:08:46 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute2.internal (MEProxy); Thu, 26 Nov 2020 11:08:46 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; s=fm2; bh=VKyqVi0IN4xlnYHz1pmbw97P2C TO8ObgDsChQIJMpvE=; b=DhvmZ4yBOyQT1mwTyxgvbzrCoc12O8n1XgKRBbv/0y aI7NXlUPP+QYNbB7rxIIEW6HE3mj5wCerT4j4pP2lIotXz0TGByCe6mSVLvu9fxV 7kkEtJ0a19RIGDMt8zVwGCWWK4wCLLqk5owKvsgWiMzG0tJIXFNcDVZSFvjI4tvB DpfgT0YWLZ1ZQQZPIDutxhLPGPGDGjukgPUK0LQfVNzq7qKze6GhAnBAzK4tgsc1 S58F7WhQV+HEM8YSYDENuUt5Qp/aV4YUQ6qhi5MnXK08UeqTjyCPlm58qv3VupZo qP8SJfqzD/QF9eaUpwNErTAQ+oTmsOHUIt42uHq/eSdQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:date:from :message-id:mime-version:subject:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=VKyqVi0IN4xlnYHz1 pmbw97P2CTO8ObgDsChQIJMpvE=; b=g3ut7crxaj1CVagvCLb0/msnS2/YyG/Kj 3OcdC9Xr0RZggVAXr3J3R1G+3Y3+fWmzTY/kBP2fWPyO64yTKNjCUdsrVFGf99ax PBKWWmTn4RBjPnb09RNNmqhh+PAnj5ZLe90a+J74PGeOrU4Kaeh5DkpbpZmLvOQg mPgEPgZsv8QUnMayTeAS9d1psbwQHPBqPtxQ2pDSmAH9lJ3RdE6qvDOtJU4hlchH Cr357wNMOQAQpWGYGUpVG7e9lzS/aoi3yRTMRcTqfEpsUaVziybVjAykjYf2ur7H Fqy9Vo37U7RmqUNkhvS8JYeGW5d7oCOYhWo7MgGTJGapw+kHpCE3A== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedujedrudehvddgkeehucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkffoggfgsedtkeertdertddtnecuhfhrohhmpefvhhhomhgrshcu ofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecuggftrf grthhtvghrnhepvdelvdduhedvudduveeuvdevheegudelgeeigfejheduhedttdegudff jeeihffgnecukfhppeejjedrudefgedrvddtfedrudekgeenucevlhhushhtvghrufhiii gvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghlohhn rdhnvght X-ME-Proxy: Received: from xps.monjalon.net (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id B080F3064AA6; Thu, 26 Nov 2020 11:08:44 -0500 (EST) From: Thomas Monjalon To: dev@dpdk.org Cc: david.marchand@redhat.com, bruce.richardson@intel.com, stable@dpdk.org, Jerin Jacob Date: Thu, 26 Nov 2020 17:08:37 +0100 Message-Id: <20201126160837.1385842-1-thomas@monjalon.net> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [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" 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 --- doc/guides/linux_gsg/sys_reqs.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/guides/linux_gsg/sys_reqs.rst b/doc/guides/linux_gsg/sys_reqs.rst index ab38284950..87f7c9aa8c 100644 --- a/doc/guides/linux_gsg/sys_reqs.rst +++ b/doc/guides/linux_gsg/sys_reqs.rst @@ -58,8 +58,6 @@ Compilation of the DPDK * ``libnuma-dev`` in Debian/Ubuntu; -* Linux kernel headers or sources required to build kernel modules. - .. note:: Please ensure that the latest patches are applied to third party libraries -- 2.28.0