From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 2E34EA56E for ; Mon, 19 Feb 2018 21:48:14 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id A9C90208E5; Mon, 19 Feb 2018 15:48:13 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Mon, 19 Feb 2018 15:48:13 -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=Z57koZlCjolPyULrjroOZ18ENo P4DplhWSr8zXSFruc=; b=FmhFebvLN1hvAC06rAOezpp21e5C8b143EzLgqIgDG x2+fxDKLvnW90ctikJSZ4GWkDpJLOXPGccw2Sc2gB8jB6oQkpC2H/H11ZPRKzVFM 3Lg4MJmi1eQTERKTMZWGOP8T5kzMGSvgszkgX+uttC6eAMs4dtQ0f7AZQmSEPdqE k= 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=Z57koZ lCjolPyULrjroOZ18ENoP4DplhWSr8zXSFruc=; b=TzM5IWYC95V+rMALsm+0Qr +f0jTA+SYh+5kPzBCa5hzkq6XMdjMIpE1o5TXE85N6XM6mg4YeUhwayK9NHLR0mi LbZKVJJd1qQJQ3bxPRQbIHiun30YBD/kXazGKyHjTxZiwlDGMTVA2JnCJJsZBm3K TwodL53tlIu/R0W6t9CIyLGK7FwXj8mXMox936qM0lGY3g2ypg22ZkHd6EJE6rKb J8Q1LIviSn+NLwKNiTjimEsbgSpT5jQJOLrexoeoWOuuC7VRX2y+9ANeJQgHqrPb 96B9rkaKgdRkl/vUHEBhykwHrw7DRNCFUHfuyZZBThDHTA95+KfRgLBpvnmFM3iA == 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 5BB817E146; Mon, 19 Feb 2018 15:48:13 -0500 (EST) From: Thomas Monjalon To: "Mcnamara, John" Cc: dev@dpdk.org, "Carrillo, Erik G" Date: Mon, 19 Feb 2018 21:47:54 +0100 Message-ID: <2873476.yOP8GxNLTA@xps> In-Reply-To: References: <1518699848-336-1-git-send-email-john.mcnamara@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v1] doc: add template release notes for 18.05 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: Mon, 19 Feb 2018 20:48:14 -0000 > > Add template release notes for DPDK 18.05 with inline comments and > > explanations of the various sections. > > > > Signed-off-by: John McNamara > > Acked-by: Erik Gabriel Carrillo Added to the index and applied, thanks.