From patchwork Fri Mar 11 20:05:18 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bruce Richardson X-Patchwork-Id: 108688 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 186FDA00C2; Fri, 11 Mar 2022 21:05:32 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9809940140; Fri, 11 Mar 2022 21:05:31 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 8786340042 for ; Fri, 11 Mar 2022 21:05:29 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1647029130; x=1678565130; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=6rTZJyQQJc1CYfLI2883Sd3dM6bsCyXO7+iweYijtRE=; b=ce/hztSSmlPwZgFD7n6yxWFOhyedwG0LTZ5IyzD04Khwyx8vG7WlxLYv 7BXQNtuz7m8WJo6sIpoKoOw9AZ+sgRPvAJloFzIpqaTGRE5PCp5VgK2LG 2/VPrq5n96gXOns07AxjPZ03IxOE3OuPCS2IFmf85rsq4pvuNJn+6AwGB 2a0vSiulBGEodDT9JgEB7hBa4s5Ue+IEkR1V3WGkBv08f9N6xhXn1jguz E+wf+cFyfqZ+JS8s3eVXq0kKOpcCWlXH5zfyC1BWPPRul8zZCluF47har FwGdIuYKWWthZQQk2Bt+X8sBm3cUJkWTvbuCE4U5AqZTAMnrdGjf/b4o2 A==; X-IronPort-AV: E=McAfee;i="6200,9189,10283"; a="253207376" X-IronPort-AV: E=Sophos;i="5.90,174,1643702400"; d="scan'208";a="253207376" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Mar 2022 12:05:28 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,174,1643702400"; d="scan'208";a="555444771" Received: from silpixa00399126.ir.intel.com ([10.237.223.34]) by orsmga008.jf.intel.com with ESMTP; 11 Mar 2022 12:05:27 -0800 From: Bruce Richardson To: dev@dpdk.org Cc: Bruce Richardson Subject: [PATCH 0/5] build fixes on FreeBSD Date: Fri, 11 Mar 2022 20:05:18 +0000 Message-Id: <20220311200523.1020050-1-bruce.richardson@intel.com> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org 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