mbox

[00/12] Fix compilation with gcc 12

Message ID 20220518101657.1230416-1-david.marchand@redhat.com (mailing list archive)
Headers

Message

David Marchand May 18, 2022, 10:16 a.m. UTC
  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.