DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 00/11] add missing C++ guards
@ 2022-02-15 17:08 Brian Dooley
  2022-02-15 17:08 ` [PATCH 01/11] eal: fix " Brian Dooley
                   ` (13 more replies)
  0 siblings, 14 replies; 28+ messages in thread
From: Brian Dooley @ 2022-02-15 17:08 UTC (permalink / raw)
  To: dev; +Cc: Brian Dooley

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

Brian Dooley (11):
  eal: fix missing C++ guards
  telemetry: fix missing C++ guards
  ethdev: fix missing C++ guards
  metrics: fix missing C++ guards
  acl: fix missing C++ guards
  compressdev: fix missing C++ guards
  eventdev: fix missing C++ guards
  kni: fix missing C++ guards
  vhost: fix missing C++ guards
  bpf: fix missing C++ guards
  cryptodev: fix missing C++ guards

 lib/acl/rte_acl_osdep.h                    | 8 ++++++++
 lib/bpf/bpf_def.h                          | 8 ++++++++
 lib/compressdev/rte_compressdev_internal.h | 9 +++++++++
 lib/cryptodev/cryptodev_pmd.h              | 8 ++++++++
 lib/eal/include/rte_bitops.h               | 8 ++++++++
 lib/eal/include/rte_branch_prediction.h    | 8 ++++++++
 lib/eal/include/rte_compat.h               | 8 ++++++++
 lib/eal/include/rte_hypervisor.h           | 8 ++++++++
 lib/eal/include/rte_keepalive.h            | 8 ++++++++
 lib/eal/include/rte_pci_dev_feature_defs.h | 8 ++++++++
 lib/eal/include/rte_pci_dev_features.h     | 8 ++++++++
 lib/eal/include/rte_time.h                 | 8 ++++++++
 lib/eal/include/rte_trace_point_register.h | 8 ++++++++
 lib/eal/linux/include/rte_os.h             | 8 ++++++++
 lib/ethdev/ethdev_driver.h                 | 8 ++++++++
 lib/ethdev/ethdev_pci.h                    | 8 ++++++++
 lib/ethdev/ethdev_vdev.h                   | 8 ++++++++
 lib/ethdev/rte_dev_info.h                  | 8 ++++++++
 lib/eventdev/eventdev_pmd.h                | 8 ++++++++
 lib/eventdev/eventdev_pmd_pci.h            | 8 ++++++++
 lib/eventdev/eventdev_pmd_vdev.h           | 8 ++++++++
 lib/eventdev/rte_event_ring.h              | 9 +++++++++
 lib/kni/rte_kni_common.h                   | 8 ++++++++
 lib/metrics/rte_metrics_telemetry.h        | 7 +++++++
 lib/telemetry/rte_telemetry.h              | 8 ++++++++
 lib/vhost/rte_vdpa.h                       | 9 +++++++++
 lib/vhost/rte_vhost_async.h                | 8 ++++++++
 lib/vhost/rte_vhost_crypto.h               | 8 ++++++++
 lib/vhost/vdpa_driver.h                    | 8 ++++++++
 29 files changed, 234 insertions(+)

-- 
2.25.1


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

end of thread, other threads:[~2022-02-22 14:02 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-15 17:08 [PATCH 00/11] add missing C++ guards Brian Dooley
2022-02-15 17:08 ` [PATCH 01/11] eal: fix " Brian Dooley
2022-02-15 17:08 ` [PATCH 02/11] telemetry: " Brian Dooley
2022-02-15 17:08 ` [PATCH 03/11] ethdev: " Brian Dooley
2022-02-15 17:08 ` [PATCH 04/11] metrics: " Brian Dooley
2022-02-15 17:08 ` [PATCH 05/11] acl: " Brian Dooley
2022-02-15 17:08 ` [PATCH 06/11] compressdev: " Brian Dooley
2022-02-15 17:08 ` [PATCH 07/11] eventdev: " Brian Dooley
2022-02-15 17:08 ` [PATCH 08/11] kni: " Brian Dooley
2022-02-15 17:08 ` [PATCH 09/11] vhost: " Brian Dooley
2022-02-15 17:08 ` [PATCH 10/11] bpf: " Brian Dooley
2022-02-15 17:08 ` [PATCH 11/11] cryptodev: " Brian Dooley
2022-02-15 17:32 ` [PATCH 00/11] add " Bruce Richardson
2022-02-16 15:14 ` [PATCH v2 " Brian Dooley
2022-02-16 15:14   ` [PATCH v2 01/11] eal: fix " Brian Dooley
2022-02-16 15:14   ` [PATCH v2 02/11] telemetry: " Brian Dooley
2022-02-16 15:14   ` [PATCH v2 03/11] ethdev: " Brian Dooley
2022-02-16 15:14   ` [PATCH v2 04/11] metrics: " Brian Dooley
2022-02-16 15:14   ` [PATCH v2 05/11] acl: " Brian Dooley
2022-02-16 15:14   ` [PATCH v2 06/11] compressdev: " Brian Dooley
2022-02-16 15:14   ` [PATCH v2 07/11] eventdev: " Brian Dooley
2022-02-16 15:14   ` [PATCH v2 08/11] kni: " Brian Dooley
2022-02-16 15:14   ` [PATCH v2 09/11] vhost: " Brian Dooley
2022-02-17  7:50     ` Xia, Chenbo
2022-02-16 15:14   ` [PATCH v2 10/11] bpf: " Brian Dooley
2022-02-16 15:14   ` [PATCH v2 11/11] cryptodev: " Brian Dooley
2022-02-17  8:00 ` [PATCH 00/11] add " Tyler Retzlaff
2022-02-22 14:02   ` Thomas Monjalon

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).