On Wed, 18 May 2022 12:16:45 +0200 David Marchand <david.march...@redhat.com> 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. > > Some "base" drivers have issues, I chose the simple solution of waiving > the checks for them. > > Compilation is the only thing checked. > Please driver maintainers, check nothing got broken. > We need to purge all code still using array size of one instead of proper flex array member.