[PATCH 19.11 0/3] add missing C++ guards

Brian Dooley brian.dooley at intel.com
Tue Mar 15 10:46:05 CET 2022


Public header files were missing 'extern "C"' guards.
This set adds them in.

Brian Dooley (3):
  eal: fix missing C++ guards
  ethdev: add missing C++ guards
  vhost: add missing c++ guards

 lib/librte_eal/common/include/rte_branch_prediction.h    | 8 ++++++++
 lib/librte_eal/common/include/rte_compat.h               | 8 ++++++++
 lib/librte_eal/common/include/rte_hypervisor.h           | 8 ++++++++
 lib/librte_eal/common/include/rte_keepalive.h            | 8 ++++++++
 lib/librte_eal/common/include/rte_pci_dev_feature_defs.h | 8 ++++++++
 lib/librte_eal/common/include/rte_pci_dev_features.h     | 8 ++++++++
 lib/librte_eal/common/include/rte_time.h                 | 8 ++++++++
 lib/librte_eal/linux/eal/include/rte_os.h                | 8 ++++++++
 lib/librte_ethdev/rte_dev_info.h                         | 8 ++++++++
 lib/librte_ethdev/rte_ethdev_pci.h                       | 8 ++++++++
 lib/librte_ethdev/rte_ethdev_vdev.h                      | 8 ++++++++
 lib/librte_vhost/rte_vdpa.h                              | 9 +++++++++
 lib/librte_vhost/rte_vhost_crypto.h                      | 8 ++++++++
 13 files changed, 105 insertions(+)

-- 
2.25.1



More information about the stable mailing list