From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9DB05A04BA; Mon, 11 Nov 2019 06:42:08 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id F0A282986; Mon, 11 Nov 2019 06:42:07 +0100 (CET) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by dpdk.org (Postfix) with ESMTP id C30302904 for ; Mon, 11 Nov 2019 06:42:06 +0100 (CET) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 1D17731B; Sun, 10 Nov 2019 21:42:06 -0800 (PST) Received: from net-arm-thunderx2-01.test.ast.arm.com (net-arm-thunderx2-01.shanghai.arm.com [10.169.40.40]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id C29BE3F6C4; Sun, 10 Nov 2019 21:42:04 -0800 (PST) From: Gavin Hu To: dev@dpdk.org Cc: nd@arm.com, thomas@monjalon.net, Honnappa.Nagarahalli@arm.com Date: Mon, 11 Nov 2019 13:41:48 +0800 Message-Id: <1573450911-24317-1-git-send-email-gavin.hu@arm.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1564615940-13183-1-git-send-email-gavin.hu@arm.com> References: <1564615940-13183-1-git-send-email-gavin.hu@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v3 0/3] add arm N1SDP and A76 configurations 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" Nerverse N1 is a new SoC based on armv8.2-a and with other advanced features. N1 SDP is the infrastructure segment development platform with N1 SoC inside. Here is more information about it: https://community.arm.com/developer/tools-software/oss-platforms/w/docs/440/neoverse-n1-sdp V3 -change the configuration name from "neoversen1" to "n1sdp" to be platform specific other than microarchitecture specific -add the missing config/arm/arm64_n1sdp_linux-gcc file for meson build V2: -add the cover letter and the patch for cortex-a76 configuration Gavin Hu (3): test/rcu: fix the compiling error for armv8.2 config: add arm neoverse N1 SDP configuration config: add cortex-a76 configuration app/test/test_rcu_qsbr.c | 2 +- config/arm/arm64_n1sdp_linux_gcc | 16 +++++++++++++++ config/arm/meson.build | 10 ++++++++- config/defconfig_arm64-n1sdp-linux-gcc | 1 + config/defconfig_arm64-n1sdp-linuxapp-gcc | 14 +++++++++++++ mk/machine/n1sdp/rte.vars.mk | 34 +++++++++++++++++++++++++++++++ 6 files changed, 75 insertions(+), 2 deletions(-) create mode 100644 config/arm/arm64_n1sdp_linux_gcc create mode 120000 config/defconfig_arm64-n1sdp-linux-gcc create mode 100644 config/defconfig_arm64-n1sdp-linuxapp-gcc create mode 100644 mk/machine/n1sdp/rte.vars.mk -- 2.7.4