* [dpdk-dev] [PATCH] doc: add GCC 11 and clang 12 support to release notes
@ 2021-05-20 11:18 Kevin Traynor
2021-05-20 19:51 ` Jerin Jacob
0 siblings, 1 reply; 3+ messages in thread
From: Kevin Traynor @ 2021-05-20 11:18 UTC (permalink / raw)
To: dev; +Cc: ferruh.yigit, thomas, david.marchand, alialnu, Kevin Traynor
Note added support for GCC 11 and clang 12 in the
DPDK 21.05 release notes.
Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
---
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)
$ clang --version
clang version 12.0.0 (Fedora 12.0.0-0.3.rc1.fc34)
=================
Libraries Enabled
=================
libs:
kvargs, telemetry, eal, ring, rcu, mempool, mbuf, net,
meter, ethdev, pci, cmdline, metrics, hash, timer, acl,
bbdev, bitratestats, cfgfile, compressdev, cryptodev, distributor, efd, eventdev,
gro, gso, ip_frag, jobstats, kni, latencystats, lpm, member,
power, pdump, rawdev, regexdev, rib, reorder, sched, security,
stack, vhost, ipsec, fib, port, table, pipeline, flow_classify,
bpf, graph, node,
Message:
===============
Drivers Enabled
===============
common:
cpt, dpaax, iavf, octeontx, octeontx2, cnxk, mlx5, qat,
sfc_efx,
bus:
dpaa, fslmc, ifpga, pci, vdev, vmbus,
mempool:
bucket, cnxk, dpaa, dpaa2, octeontx, octeontx2, ring, stack,
net:
af_packet, af_xdp, ark, atlantic, avp, axgbe, bnx2x, bnxt,
bond, cxgbe, dpaa, dpaa2, e1000, ena, enetc, enic,
failsafe, fm10k, hinic, hns3, i40e, iavf, ice, igc,
ionic, ipn3ke, ixgbe, kni, liquidio, memif, mlx4, mlx5,
netvsc, nfp, null, octeontx, octeontx2, octeontx_ep, pcap, pfe,
qede, ring, sfc, softnic, tap, thunderx, txgbe, vdev_netvsc,
vhost, virtio, vmxnet3,
raw:
dpaa2_cmdif, dpaa2_qdma, ifpga, ioat, ntb, octeontx2_dma, octeontx2_ep, skeleton,
crypto:
aesni_gcm, aesni_mb, bcmfs, caam_jr, ccp, dpaa_sec, dpaa2_sec, kasumi,
nitrox, null, octeontx, octeontx2, openssl, scheduler, snow3g, virtio,
zuc,
compress:
isal, mlx5, octeontx, zlib,
regex:
mlx5, octeontx2,
vdpa:
ifc, mlx5,
event:
cnxk, dlb2, dpaa, dpaa2, dsw, octeontx2, opdl, skeleton,
sw, octeontx,
baseband:
acc100, fpga_5gnr_fec, fpga_lte_fec, null, turbo_sw,
Message:
=================
Content Skipped
=================
libs:
drivers:
common/mvep: missing dependency, "libmusdk"
net/mvneta: missing dependency, "libmusdk"
net/mvpp2: missing dependency, "libmusdk"
net/nfb: missing dependency, "libnfb"
net/szedata2: missing dependency, "libsze2"
crypto/armv8: missing dependency, "libAArch64crypto"
crypto/mvsam: missing dependency, "libmusdk"
---
doc/guides/rel_notes/release_21_05.rst | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/doc/guides/rel_notes/release_21_05.rst b/doc/guides/rel_notes/release_21_05.rst
index c66ab1d6a0..883bcb3352 100644
--- a/doc/guides/rel_notes/release_21_05.rst
+++ b/doc/guides/rel_notes/release_21_05.rst
@@ -312,4 +312,8 @@ New Features
list of sub-testsuites, and a list of testcases as before.
+* **Added support for GCC 11 and clang 12.**
+
+ Added support for building with GCC 11.1.1 and clang 12.0.0.
+
Removed Items
--
2.31.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: add GCC 11 and clang 12 support to release notes
2021-05-20 11:18 [dpdk-dev] [PATCH] doc: add GCC 11 and clang 12 support to release notes Kevin Traynor
@ 2021-05-20 19:51 ` Jerin Jacob
2021-05-20 21:10 ` Thomas Monjalon
0 siblings, 1 reply; 3+ messages in thread
From: Jerin Jacob @ 2021-05-20 19:51 UTC (permalink / raw)
To: Kevin Traynor
Cc: dpdk-dev, Ferruh Yigit, Thomas Monjalon, David Marchand, Ali Alnubani
On Thu, May 20, 2021 at 4:48 PM Kevin Traynor <ktraynor@redhat.com> wrote:
>
> Note added support for GCC 11 and clang 12 in the
> DPDK 21.05 release notes.
>
> Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
>
> ---
>
> 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 <jerinj@marvell.com>
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)
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: add GCC 11 and clang 12 support to release notes
2021-05-20 19:51 ` Jerin Jacob
@ 2021-05-20 21:10 ` Thomas Monjalon
0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2021-05-20 21:10 UTC (permalink / raw)
To: Kevin Traynor
Cc: dev, Ferruh Yigit, David Marchand, Ali Alnubani, Jerin Jacob
20/05/2021 21:51, Jerin Jacob:
> On Thu, May 20, 2021 at 4:48 PM Kevin Traynor <ktraynor@redhat.com> wrote:
> >
> > Note added support for GCC 11 and clang 12 in the
> > DPDK 21.05 release notes.
> >
> > Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
>
> Reviewed-by: Jerin Jacob <jerinj@marvell.com>
Applied, thanks
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-05-20 21:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-20 11:18 [dpdk-dev] [PATCH] doc: add GCC 11 and clang 12 support to release notes Kevin Traynor
2021-05-20 19:51 ` Jerin Jacob
2021-05-20 21:10 ` Thomas Monjalon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).