From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id F1AF1A00E6 for ; Mon, 13 May 2019 21:51:26 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5D8ED4C95; Mon, 13 May 2019 21:51:25 +0200 (CEST) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 25FCA3253 for ; Mon, 13 May 2019 21:51:24 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 9616921550; Mon, 13 May 2019 15:51:23 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Mon, 13 May 2019 15:51:23 -0400 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=F36wK7eaw0KCZzMblOVEUys4gbA5H9qIJKLzCq5Lo6Q=; b=p8HtBdOPhbBY YMhtijTSGMJPwbVYTOw+xWdbSUv5zkD+W/DUkPWxc7jjsejgUh1TumswmMYzMHqN cCTbqDFZQ4d0YQLX7cdxExL6fq5STwKh7UfE3x7GFRXYvKnj2G62221On3gMK1b9 RbAN9NGdmEVFLrraPIbmcR98D6McY08= 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=fm2; bh=F36wK7eaw0KCZzMblOVEUys4gbA5H9qIJKLzCq5Lo 6Q=; b=0jg4o4G+zfLkwOvwgi9C/kkTCQLeMNoJ4b7e4oWoZdbpsDzCFfpClo7sZ P+V1XEZVNO72kmtDGgswjqgrAH+NVqpvz0krXvYA/uS20LoOeCcLLw2FEtxn4a+y SKu3tJRALzGbQb+dARYZ/WYmaszI62/EG4BtcolRQapFW9nmYg4BRkbGO6tWlpwC kyScfDOmHUIwU67LvFK2zCyFBUSzzfiI9JW5x4hdtnWFVXTbUnPgDLtUrhgIg7Se rK9jivYMRd+OOcKGffJG/XYd/nuDXisiqc0xR4SmZ+sqwY5njpQsc77WE25vSfwE nlEYcOuksYvoU39/V++ZbDIpv0URg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrleeggddugedvucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt 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 5DD63103D1; Mon, 13 May 2019 15:51:22 -0400 (EDT) From: Thomas Monjalon To: John McNamara Cc: dev@dpdk.org, marko.kovacevic@intel.com, arybchenko@solarflare.com Date: Mon, 13 May 2019 21:51:20 +0200 Message-ID: <27350951.T4UyqyEMGh@xps> In-Reply-To: <1557497897-63031-1-git-send-email-john.mcnamara@intel.com> References: <1557497897-63031-1-git-send-email-john.mcnamara@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v1] doc: update release notes for 19.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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Message-ID: <20190513195120.XvIT9apWZKfMdJ13guctv5_j9KtYWjaGYfdvLgCvEeQ@z> 10/05/2019 16:18, John McNamara: > Fix grammar, spelling and formatting of DPDK 19.05 release notes. > > Signed-off-by: John McNamara Applied (with asked change), thanks