mbox series

[0/5] build fixes on FreeBSD

Message ID 20220311200523.1020050-1-bruce.richardson@intel.com (mailing list archive)
Headers
Series build fixes on FreeBSD |

Message

Bruce Richardson March 11, 2022, 8:05 p.m. UTC
  This set contains a number of fixes, most of which are for
build issues discovered when compiling on FreeBSD with clang.

Bruce Richardson (5):
  eal/freebsd: add missing C++ include guards
  compressdev: separate out driver-only headers
  compressdev: fix missing space in header
  cryptodev: fix compilation with clang C++ builds
  eventdev:  fix compilation with clang C++ builds

 lib/compressdev/meson.build                |  6 ++++--
 lib/compressdev/rte_compressdev_internal.h |  2 +-
 lib/cryptodev/rte_crypto.h                 |  9 +++++++++
 lib/eal/freebsd/include/rte_os.h           |  8 ++++++++
 lib/eventdev/rte_eventdev.h                | 12 +++++++++++-
 5 files changed, 33 insertions(+), 4 deletions(-)

--
2.34.1
  

Comments

Thomas Monjalon March 15, 2022, 1:13 a.m. UTC | #1
11/03/2022 21:05, Bruce Richardson:
> This set contains a number of fixes, most of which are for
> build issues discovered when compiling on FreeBSD with clang.
> 
> Bruce Richardson (5):
>   eal/freebsd: add missing C++ include guards
>   compressdev: separate out driver-only headers
>   compressdev: fix missing space in header
>   cryptodev: fix compilation with clang C++ builds
>   eventdev:  fix compilation with clang C++ builds

Applied, thanks.