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 0FEAB1B6EC for ; Wed, 31 Jan 2018 01:46:10 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id AC7B021099; Tue, 30 Jan 2018 19:46:09 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Tue, 30 Jan 2018 19:46:09 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=SJ/hqK+lCzSJ5p4P9/dPo3srYQ 3MXKZUZgqtI5KpuVs=; b=rAeBIuekDmrJWaOaPseZGo0PgOf44M3srsvnrySdR0 atWFjBowEfjvbWi3UXdSMy2YQodhs7BLi179DxsHgw8gAWNZFQRgObS/AKs8WfuD xcBJ7OQc7ZHwROoydWsyP8dFB8Lvw7M/vgSHQ+kQ1hkgYKmxCcyXDfhEo+XrUa9V E= 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-sender:x-me-sender:x-sasl-enc; s=fm1; bh=SJ/hqK +lCzSJ5p4P9/dPo3srYQ3MXKZUZgqtI5KpuVs=; b=AEDdAipBZJQYCNcFeXruq3 hcPTYR9Hvz4UDxoUQVy+d6ItgvzmT3WTH2AdppO1qQrz5Gbpq6ja0RJIkKDw2IpV jTGW/93gyV0lIX/dBLZ46O85tPsXoHNR73hvZJdxjoCxar848cHWEvyqRNeExN1D f7+yTUVHWXB9xKT8f6QpCAPZVQQRUSAm8FhVoQMKt3MT+laaGlIK9rQmNrpkt3kV wCH7qCNVzfFcYMHdQ7/f2oHL1UVD9+3JBqgfssIL5PIWZjsHxPSGnNE2n5tpFnHd 3Lyd3z5C2S8xFh61BUvCw3g8yXLlCnj0aHKr5wYOPhQ6fsvFjfvNMGdf9nrqE/Fw == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 58A297E0FD; Tue, 30 Jan 2018 19:46:09 -0500 (EST) From: Thomas Monjalon To: Stephen Hemminger Cc: dev@dpdk.org Date: Wed, 31 Jan 2018 01:45:23 +0100 Message-ID: <4318505.uD02kM9JbA@xps> In-Reply-To: <20180130163141.08109975@xeon-e3> References: <20180130163141.08109975@xeon-e3> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] DPDK kernel 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: , X-List-Received-Date: Wed, 31 Jan 2018 00:46:10 -0000 31/01/2018 01:31, Stephen Hemminger: > Where is the minimum Linux kernel version requirement documented. > > For 18.02 the version should be kernel version 3.2 or greater. It is your patch: http://dpdk.org/commit/90f3229fc0 > Since 3.2 will EOL if May, for 18.05 the requirement will advance to next LTS kernel > which is 3.16. It would be good to put in a deprecation warning about that in 18.02 > release; for warned is for armed. Yes, feel free to write a deprecation notice in doc/guides/rel_notes/deprecation.rst > Since 3.16 is good until April 2020, it will be several more releases until the > horizon can be moved again. OK thanks for the info.