Re: [PATCH 00/12] Fix compilation with gcc 12

2022-06-15 Thread Stephen Hemminger
On Wed, 15 Jun 2022 16:59:51 +0200 Thomas Monjalon wrote: > 15/06/2022 16:45, Stephen Hemminger: > > On Wed, 15 Jun 2022 10:49:17 +0200 > > David Marchand wrote: > > > > > On Wed, May 18, 2022 at 12:17 PM David Marchand > > > wrote: > > > > > > > > Fedora 36 is out since early may and come

Re: [PATCH 00/12] Fix compilation with gcc 12

2022-06-15 Thread Thomas Monjalon
15/06/2022 16:45, Stephen Hemminger: > On Wed, 15 Jun 2022 10:49:17 +0200 > David Marchand wrote: > > > On Wed, May 18, 2022 at 12:17 PM David Marchand > > wrote: > > > > > > Fedora 36 is out since early may and comes with gcc 12. > > > This series fixes compilation or waives some checks. > > >

Re: [PATCH 00/12] Fix compilation with gcc 12

2022-06-15 Thread Stephen Hemminger
On Wed, 15 Jun 2022 10:49:17 +0200 David Marchand wrote: > On Wed, May 18, 2022 at 12:17 PM David Marchand > wrote: > > > > Fedora 36 is out since early may and comes with gcc 12. > > This series fixes compilation or waives some checks. > > > > There might be something fishy with rte_memcpy on x

Re: [PATCH 00/12] Fix compilation with gcc 12

2022-06-15 Thread David Marchand
On Wed, May 18, 2022 at 12:17 PM David Marchand wrote: > > Fedora 36 is out since early may and comes with gcc 12. > This series fixes compilation or waives some checks. > > There might be something fishy with rte_memcpy on x86 but, for now, > the rte_memcpy related fixes are on the caller side. >

RE: [PATCH 00/12] Fix compilation with gcc 12

2022-05-21 Thread Morten Brørup
> From: Stephen Hemminger [mailto:step...@networkplumber.org] > Sent: Friday, 20 May 2022 22.14 > > On Wed, 18 May 2022 12:16:45 +0200 > David Marchand wrote: > > > Fedora 36 is out since early may and comes with gcc 12. > > This series fixes compilation or waives some checks. > > > > There migh

Re: [PATCH 00/12] Fix compilation with gcc 12

2022-05-20 Thread Stephen Hemminger
On Wed, 18 May 2022 12:16:45 +0200 David Marchand wrote: > Fedora 36 is out since early may and comes with gcc 12. > This series fixes compilation or waives some checks. > > There might be something fishy with rte_memcpy on x86 but, for now, > the rte_memcpy related fixes are on the caller side.

[PATCH 00/12] Fix compilation with gcc 12

2022-05-18 Thread David Marchand
Fedora 36 is out since early may and comes with gcc 12. This series fixes compilation or waives some checks. There might be something fishy with rte_memcpy on x86 but, for now, the rte_memcpy related fixes are on the caller side. Some "base" drivers have issues, I chose the simple solution of wai