From: Kevin Traynor Date: Fri, 22 May 2020 15:14:34 +0000 (+0100) Subject: doc: add gcc 10 support to release notes X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=07b0a0db43aa7bcf19553ba44a982176f01ef9a6;p=dpdk.git doc: add gcc 10 support to release notes Note support for gcc 10 in the DPDK 20.05 release notes. Signed-off-by: Kevin Traynor --- diff --git a/doc/guides/rel_notes/release_20_05.rst b/doc/guides/rel_notes/release_20_05.rst index 84706904ee..52dcb56198 100644 --- a/doc/guides/rel_notes/release_20_05.rst +++ b/doc/guides/rel_notes/release_20_05.rst @@ -324,6 +324,10 @@ New Features * Added a new cmdline option ``--rx-mq-mode`` which can be used to test PMD's behaviour on handling Rx mq mode. +* **Added support for GCC 10.** + + Added support for building with GCC 10.1. + Removed Items -------------