From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 2193CA0613 for ; Tue, 30 Jul 2019 23:25:00 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 832C61BFF9; Tue, 30 Jul 2019 23:24:59 +0200 (CEST) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 3DA0F1BFCB for ; Tue, 30 Jul 2019 23:24:58 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id C8A022214C; Tue, 30 Jul 2019 17:24:56 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Tue, 30 Jul 2019 17:24:56 -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=zRxqGKsGfS4JH0c8wJujgmsWXqGQprbynf4B+slQlSM=; b=lgYrIBi+BCMN 1Mj5AAXhOAVRR4xkAf2lqZ1MoGPEgF1J7psKEdzUFIV/YZxRKLL0bP5Wk0LpOw4L V/BzQzRXlcmhnf6MNkC6oOQ1ooZd6Be/S4XIxflMRjmtTslqbsupuvsleXdkXOqU zsLOO3MBEfQPpMvre+egNRz6UntRChw= 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=fm3; bh=zRxqGKsGfS4JH0c8wJujgmsWXqGQprbynf4B+slQl SM=; b=r3XXZ+mYrVfyWccqToA5Kw8PSMULnrK5zabe4EaqFSN0wZ3meV3DQOkZP kj//+xZpjz8KO8PsAc2sQ6ed9IaZvGQSdC2MOXftk6eTFTbN1MbP7Kxu0d6/HZXs wumwoza9lEjMGJBwmpdhfoZbuY2p9aHLOSuzc8757d8SVSsrAUmMuKsevidKlF+1 mJSlw2rSbZBSkwigRIAT2lFMDBKiFoH/9QllXDUpA7LHPc7KKAMJBdbvRQ17w7Iu 4sACcdCqtoZmdsKaDEh9XhomZ6hLtQbcro+DHeuAeQeEPm5hCTsWesjeaLDiwnb9 BHja/zU+xkmDshumFybvsb2rcWAew== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrleefgdduheejucetufdoteggodetrfdotf 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 081ED380079; Tue, 30 Jul 2019 17:24:55 -0400 (EDT) From: Thomas Monjalon To: John McNamara Cc: dev@dpdk.org Date: Tue, 30 Jul 2019 23:24:54 +0200 Message-ID: <1993962.q6jxnekkYG@xps> In-Reply-To: <1564493067-76750-1-git-send-email-john.mcnamara@intel.com> References: <1564493067-76750-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: update release notes for 19.08 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" 30/07/2019 15:24, John McNamara: > Fix grammar, spelling and formatting of DPDK 19.08 release notes. > > Signed-off-by: John McNamara Applied, thanks