From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 7467129D2; Mon, 19 Nov 2018 00:57:38 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 05CAB21AD0; Sun, 18 Nov 2018 18:57:38 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Sun, 18 Nov 2018 18:57:38 -0500 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=OxyQhBwWkNSFycyrjWL5XcWc0aBeea8BzhzXQhF6e5w=; b=Sj/bwgW+nIcA jsSGlfBD5vLZaMwtMO5IhgTJDNJis+6A3+o9bj5xMHtD/dO6+uXOpbynWuJBjoOY qsV4hLq5qgwzDT9oR4/SEDgTecs+fDSpIf596xsPzpCL/8Ur94zckgyJ0zWv1vUb cK24uDFLA35xnIQPDyHDO3e7un8HFkQ= 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=OxyQhBwWkNSFycyrjWL5XcWc0aBeea8BzhzXQhF6e 5w=; b=ihIlwOSWZ7LfSg8QoDC+FgUqlhlHrnHcF/9drkF9t3uIF/gvJMEunXmwq kHdGicSZ/T21CNimwCl/bLbbIptqT5sEiSICVsxC/hnezG/bbXU8MmvXFyZGmSOA p/2ttgTMQuP/tzm/RHof1d3TgxwqVyEIfJ2V0iSLVP/ZYAB7vgK0BTGTSipvgM+X xAdwbcRXzJ7y5oS8UMMpheMZBCtE29ah5vlQpdfa++qslcliZDJZ4E41GiX72Hvl oCa/BP/Mq8zZkp2eRSZ68UlQ+ITawPTldYSxyRh4UiAmdbXjQHnYennvvtJnBX+4 bvVzDdWOtwPUjMmOv/i+JVcjcbbWQ== 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 9DE70102E4; Sun, 18 Nov 2018 18:57:35 -0500 (EST) From: Thomas Monjalon To: Kevin Traynor Cc: dev@dpdk.org, techboard@dpdk.org, john.mcnamara@intel.com, bluca@debian.org, mvarlese@suse.de, christian.ehrhardt@canonical.com Date: Mon, 19 Nov 2018 00:57:34 +0100 Message-ID: <2114567.UfZXIm1jQk@xps> In-Reply-To: <20181010141416.21999-1-ktraynor@redhat.com> References: <20181010094053.21616-1-ktraynor@redhat.com> <20181010141416.21999-1-ktraynor@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] doc: note min required kernel version increase for 19.02 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: Sun, 18 Nov 2018 23:57:38 -0000 10/10/2018 16:14, Kevin Traynor: > Updating docs to reflect decision made at the techboard > that the min kernel version should be bumped from 3.2 to > the latest longterm stable release (3.16), but that > compatiblity for commonly used distribution kernels should > be kept also. > > Signed-off-by: Kevin Traynor > Acked-by: Maxime Coquelin > Acked-by: Thomas Monjalon Applied, thanks