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 9484DA04A4; Sun, 24 May 2020 23:09:13 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1C6E41D545; Sun, 24 May 2020 23:09:13 +0200 (CEST) Received: from wout3-smtp.messagingengine.com (wout3-smtp.messagingengine.com [64.147.123.19]) by dpdk.org (Postfix) with ESMTP id 582E31D44E for ; Sun, 24 May 2020 23:09:11 +0200 (CEST) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.west.internal (Postfix) with ESMTP id 24B6EA0D; Sun, 24 May 2020 17:09:10 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute7.internal (MEProxy); Sun, 24 May 2020 17:09:10 -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=fm1; bh= mZT4XtRI1ZcUqB6sOMGWz4DJ5bmRGPqelLm2sllmlGk=; b=pXvUPsx7Bm8L45T1 RCTpOVWX8KVjruybtFeA6rNItbcxc0EOaw4QVUR+Uum6wJRGXm6TlH+p0QvMLHaN FLWCSxpodGDRKPtL3AdSWv669sHD6aZk6Ol4eVkiTVADT9pDng+bJejfcqSUSQuw hptEBQr1D+JUCmi/xy2dMwmD6NtxyHI/IdVlBgyvZiUlO3/jDCbhyej6k2mSDvvx HFOLpYfzmUoLAr0I5clrvFWXJVLGDzLPwJSvwHxl0e0/j/UyLFJaX4G6HvnCfEK/ WH2BT3gdjXODgGrzaF5nH9BpLAZOBUaqu+l405rid16IQBZZxyNLhNxOPJeAEGt9 DCLZkg== 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=mZT4XtRI1ZcUqB6sOMGWz4DJ5bmRGPqelLm2sllml Gk=; b=jv1p63U92aaP0TemwOuVZgQSzSIEyHViVogEYukCfr5onYU3WJicUarwz HunMvce/MYN+R98bRM1aA17AiVxh2n1WD5SUx5wa0+Tp0ZavwCwHTbEVhgQVsgiY RfdaH4Sf8NTlN8yf70GZIXDoQosUfHtvqbsCrdd/cCtI4de+URB5mbauU3ijWUUm HuM2fmpoxoN+VBcffCnP34UJlr2JrBWD0no/P7iYBdcUyEkc14GGwdOlID+66cHf urV+v522gg6P56z4RAiZTTW+ZtbDsas/doEr3tbSF/LisQxbtuTpNdRWkQ52GoVx cd9mGetRmU4mfnb8YatKQAvTG9PwQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduhedruddukedgudehiecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhm rghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenuc ggtffrrghtthgvrhhnpedugefgvdefudfftdefgeelgffhueekgfffhfeujedtteeutdej ueeiiedvffegheenucfkphepjeejrddufeegrddvtdefrddukeegnecuvehluhhsthgvrh fuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgr lhhonhdrnhgvth 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 CCD81328005D; Sun, 24 May 2020 17:09:08 -0400 (EDT) From: Thomas Monjalon To: Kevin Traynor Cc: dev@dpdk.org, john.mcnamara@intel.com, marko.kovacevic@intel.com Date: Sun, 24 May 2020 23:09:07 +0200 Message-ID: <3436092.z0jet1BlbS@thomas> In-Reply-To: <20200522151434.28124-1-ktraynor@redhat.com> References: <20200522151434.28124-1-ktraynor@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] doc: add gcc 10 support to release notes 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" 22/05/2020 17:14, Kevin Traynor: > Note support for gcc 10 in the DPDK 20.05 release notes. > > Signed-off-by: Kevin Traynor > --- > Note: Reduced context so can apply before/after John's cleanup patch > --- > --- a/doc/guides/rel_notes/release_20_05.rst > +++ b/doc/guides/rel_notes/release_20_05.rst > @@ -326,2 +326,5 @@ New Features > > +* **Added support for GCC 10.** > + > + Added support for building with GCC 10.1. Applied with extra blank line, thanks