From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id C21D7A00BE for ; Tue, 15 Mar 2022 10:46:17 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 91F204014F; Tue, 15 Mar 2022 10:46:17 +0100 (CET) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id 1F3F54014F for ; Tue, 15 Mar 2022 10:46:15 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1647337576; x=1678873576; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=3gVIVcmSss8tVp9aNnq+DTH0FnAEjTwd2kPXY/+9KMI=; b=AKa5PXWABWldZPNxJ0yH6G57R4S1HeDo22EqHKFBYhbyRl294UBOVwe7 uLI4pxHLHJccPBU7s7EfsikOE80mef6C2NsJFRTl5GWnbKafRYewBGzSo mkhqDvIIgRqrJjm8cLrpPZ4u0g2wH/SE1dnnPFJPRZc9WGV60/jk74OPR e/DJG5ETLQxqvdB3exFr7SSYxJvQiTzW4orqieNevkgOioeqZ304Bovh3 vJHlCzu5KOegRqFuRqCcgm5pgrdLiWGmUlUqEDyg0VP1CwK56BCaPiVuG 9J9ay9Waw/v7UZtT9cBxGs3VQs9vw9CTv/oBwN7F7uhTnkwSlc2DLj4h/ Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10286"; a="281027600" X-IronPort-AV: E=Sophos;i="5.90,182,1643702400"; d="scan'208";a="281027600" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Mar 2022 02:46:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,182,1643702400"; d="scan'208";a="497955611" Received: from silpixa00400883.ir.intel.com ([10.243.23.39]) by orsmga003.jf.intel.com with ESMTP; 15 Mar 2022 02:46:13 -0700 From: Brian Dooley To: stable@dpdk.org Cc: christian.ehrhardt@canonical.com, Brian Dooley Subject: [PATCH 19.11 0/3] add missing C++ guards Date: Tue, 15 Mar 2022 09:46:05 +0000 Message-Id: <20220315094608.1199076-1-brian.dooley@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org 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