From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 36FA7A0A02; Thu, 20 May 2021 21:51:40 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AA22440143; Thu, 20 May 2021 21:51:39 +0200 (CEST) Received: from mail-il1-f171.google.com (mail-il1-f171.google.com [209.85.166.171]) by mails.dpdk.org (Postfix) with ESMTP id 623B940041 for ; Thu, 20 May 2021 21:51:38 +0200 (CEST) Received: by mail-il1-f171.google.com with SMTP id o9so16291730ilh.6 for ; Thu, 20 May 2021 12:51:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=/rR5KCotNi9hv/DuxcEO6mkUCg2ajQOpYHSCCJf6z+s=; b=mZ2WAd6ygIkysnH9ukMYMMHpetQhQMd97bByWASGqAhwt9OUalzeu1pBkQToEkKnWR fCIwOXgz7OPMcZD8tLuIPSlH/F4sp2OszeXYbHLsJFYCTqo1c55adjrWACPaV/8CxqE6 2A+EF0oUGnm/THaHxCKJUSVpea3pMShweKWwSviveYTmmWYImSfzT9hKPTYEf1gtz5x6 RVTd5VvAQ1ridXUYn3DyDBf00XOtF+p5TfAHHKdGBGEVUPDj1qjG9XxzCMBXD9VCiWMR QuOTNPq5OxK8dbjISybAModDr4AT/E+SGrq16cHvK1I75LluBmNxcEsLC8MMefPcczdP WPdg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=/rR5KCotNi9hv/DuxcEO6mkUCg2ajQOpYHSCCJf6z+s=; b=bTMCQVJvs3Zm2A1zEeoNAJUNsgZDUMwSNmxmWypexIHal2rMIuXhGP6KZGpEOHJZ5h galJ6SL7mJUo0aEa0p0iPgV/iLTcyXWDaN3IaEOy6fvJdAB3KbrON+Asb+s36o+DvigG EkrnzReqN0XQDAXOzKghY9lpcDEXuIYmUjALo9hJ5Ve9FBbga4eow6dtMx/qId8UDgzO 3gORyAHmc07xJwXI38y6rt4ZOKHOBYRpCZLA5ElDaQcoz4poNUPnaP3hF3ORfA4OEYQ8 Ji/okD+M/wCy3WDnIvdnsBNo9z/9oyZwTu2Gt+bt8eXQUwkNnWl5C7TfeuBXT9uVBpgO Dwdg== X-Gm-Message-State: AOAM532QeAAESXVBpA5m7XHsvYZmP30UjjzhiyVtdd71EUPbzGC3dESQ 1AaOB0y3Br2y6+31IqR3emmngMD/oAn7LgGZk2U= X-Google-Smtp-Source: ABdhPJz6+c4qfgnUzIdZueolYWsOg0laX9ooYpwmQNpLi17GSy4PDvl3f7AoLgnCithIRRd/G0iV1jEnfwpPOYWAitI= X-Received: by 2002:a92:d4c7:: with SMTP id o7mr7540522ilm.130.1621540297629; Thu, 20 May 2021 12:51:37 -0700 (PDT) MIME-Version: 1.0 References: <20210520111821.388622-1-ktraynor@redhat.com> In-Reply-To: <20210520111821.388622-1-ktraynor@redhat.com> From: Jerin Jacob Date: Fri, 21 May 2021 01:21:21 +0530 Message-ID: To: Kevin Traynor Cc: dpdk-dev , Ferruh Yigit , Thomas Monjalon , David Marchand , Ali Alnubani Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH] doc: add GCC 11 and clang 12 support to release notes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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" On Thu, May 20, 2021 at 4:48 PM Kevin Traynor wrote: > > Note added support for GCC 11 and clang 12 in the > DPDK 21.05 release notes. > > Signed-off-by: Kevin Traynor > > --- > > Note: we need a fix for > https://bugs.dpdk.org/show_bug.cgi?id=714 > > For reference: > $ cat /etc/redhat-release > Fedora release 34 (Thirty Four) > > $ gcc --version > gcc (GCC) 11.1.1 20210428 (Red Hat 11.1.1-1) Reviewed-by: Jerin Jacob Tested on archlinux GCC 11 and arm64 GCC 11. [main][dpdk.org] $ gcc -v Using built-in specs. COLLECT_GCC=/usr/bin/gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc ,obj-c++,d --with-isl --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-g nu-unique-object --enable-install-libiberty --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-libunwind-exceptions --disable-wer ror gdc_include_dir=/usr/include/dlang/gdc Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 11.1.0 (GCC) [main][dpdk.org] $ aarch64-linux-gnu-gcc -v Using built-in specs. COLLECT_GCC=aarch64-linux-gnu-gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/aarch64-linux-gnu/11.1.0/lto-wrapper Target: aarch64-linux-gnu Configured with: /build/aarch64-linux-gnu-gcc/src/gcc-11.1.0/configure --prefix=/usr --program-prefix=aarch64-linux-gnu- --with-local-prefix=/usr/aarch64-linux-gnu --with-sysroot=/usr/aarch64-linux-gnu --with-build-sysroot=/usr/aarch64-linu x-gnu --with-native-system-header-dir=/include --libdir=/usr/lib --libexecdir=/usr/lib --target=aarch64-linux-gnu --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-nls --enable-default-pie --enable-languages=c,c++,fortran --e nable-shared --enable-threads=posix --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enabl e-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 11.1.0 (GCC)