patches for DPDK stable branches
 help / color / mirror / Atom feed
* [PATCH 19.11 0/3] add missing C++ guards
@ 2022-03-15  9:46 Brian Dooley
  2022-03-15  9:46 ` [PATCH 19.11 1/3] eal: fix " Brian Dooley
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Brian Dooley @ 2022-03-15  9:46 UTC (permalink / raw)
  To: stable; +Cc: christian.ehrhardt, Brian Dooley

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-03-17  9:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-15  9:46 [PATCH 19.11 0/3] add missing C++ guards Brian Dooley
2022-03-15  9:46 ` [PATCH 19.11 1/3] eal: fix " Brian Dooley
2022-03-15  9:46 ` [PATCH 19.11 2/3] ethdev: add " Brian Dooley
2022-03-15  9:46 ` [PATCH 19.11 3/3] vhost: add missing c++ guards Brian Dooley
2022-03-17  9:00 ` [PATCH 19.11 0/3] add missing C++ guards Christian Ehrhardt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).