From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 4382CA48D for ; Wed, 14 Feb 2018 18:36:32 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id D2EDA20C05; Wed, 14 Feb 2018 12:36:31 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Wed, 14 Feb 2018 12:36:31 -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=H6UVQVfuQDiPc+piZWQ3erzxmj mouMbnINqf3EAepyQ=; b=eTGxAuLiufmxueM8vRQUAcxNm/e2B3xKHdqKRTsMPp pvh1tglm3mVevNEXePJrbBG5PkFpa+1icNSqXDK1LH+6/w5cM0JPNb3oPvcCXyLn M9B8hEZLkflqhOU6H9ml6OCGiGP7njni5aPXnZETLHi1o45tLGPjcjpy8h0XPcIw w= 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=fm2; bh=H6UVQV fuQDiPc+piZWQ3erzxmjmouMbnINqf3EAepyQ=; b=D/YYEWH8tQZEyC2kv5bVGE sSs+FM1CVNri99xRUDTkh7wWeGBkvtHQeGW+HNmLGsiDdl3WfYv8dqYhd5L1NSBf /z3cVUac+ov9FRyHkzm3AP31yFNKBqNwrlICFU/LFa4y4Xd1Hk4SEXdPspefAd0H rPVeyBWgJHyEpnjrnT+b7NUsEbbNAU9NO08nnOD+NzdVgZipPYHrHXt5/XdOQnpb xeNWRiuB52tdgNG32O2pyGnJ/0bFzJPgoHsiIjSoadKb/XcSWKLGFI0Gg2wPE5uO A2PauVtmOUTu9utCLx5lfwFnvDVZcUrTGUzS3PdiJ50YySmiHpnHH9V/geiHiSLw == 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 83EE87E168; Wed, 14 Feb 2018 12:36:31 -0500 (EST) From: Thomas Monjalon To: "Van Haaren, Harry" Cc: dev@dpdk.org, "Mcnamara, John" Date: Wed, 14 Feb 2018 18:36:19 +0100 Message-ID: <3100233.PTnnaFFgpc@xps> In-Reply-To: References: <1518624960-6046-1-git-send-email-harry.van.haaren@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] doc/gsg: remove reference to old distros 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, 14 Feb 2018 17:36:32 -0000 > > Remove reference to Fedora 18 which is EOL-ed, reword surrounding > > sentences to read correctly. > > > > Signed-off-by: Harry van Haaren > > Acked-by: John McNamara Applied, thanks