From patchwork Fri Jan 3 11:52:41 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bruce Richardson X-Patchwork-Id: 64186 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 8F1D5A04F3; Fri, 3 Jan 2020 12:55:25 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DEF271D16E; Fri, 3 Jan 2020 12:55:24 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 2DA511C2E8 for ; Fri, 3 Jan 2020 12:55:22 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Jan 2020 03:55:21 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,390,1571727600"; d="scan'208";a="244882053" Received: from silpixa00383876.ir.intel.com (HELO silpixa00383876.ger.corp.intel.com) ([10.237.222.110]) by fmsmga004.fm.intel.com with ESMTP; 03 Jan 2020 03:55:20 -0800 From: Bruce Richardson To: dev@dpdk.org Cc: Bruce Richardson Date: Fri, 3 Jan 2020 11:52:41 +0000 Message-Id: <20200103115243.59502-1-bruce.richardson@intel.com> X-Mailer: git-send-email 2.24.1 MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH 0/2] Fix build with FreeBSD 13-CURRENT X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" The FreeBSD CI system is reporting errors with DPDK on the current head of the FreeBSD development branch for FreeBSD 13. Ahead of BSD 13's release, we need to apply fixes to ensure DPDK continues to compile on the various versions. Bruce Richardson (2): eal/freebsd: update CPU macro for FreeBSD 13 support kernel/freebsd: update contigmem for FreeBSD 13 kernel/freebsd/contigmem/contigmem.c | 7 +++++-- lib/librte_eal/freebsd/eal/include/rte_os.h | 12 ++++++++++++ 2 files changed, 17 insertions(+), 2 deletions(-)