From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 81110C433FF for ; Wed, 31 Jul 2019 23:48:48 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id 3AE502067D for ; Wed, 31 Jul 2019 23:48:48 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3AE502067D Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 21F401BF62; Thu, 1 Aug 2019 01:48:47 +0200 (CEST) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by dpdk.org (Postfix) with ESMTP id D00EE1BF53 for ; Thu, 1 Aug 2019 01:48:45 +0200 (CEST) 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 32989337; Wed, 31 Jul 2019 16:48:45 -0700 (PDT) Received: from net-arm-thunderx2.shanghai.arm.com (net-arm-thunderx2.shanghai.arm.com [10.169.40.40]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 972DD3F694; Wed, 31 Jul 2019 16:48:43 -0700 (PDT) From: Gavin Hu To: dev@dpdk.org Cc: nd@arm.com, thomas@monjalon.net, hemant.agrawal@nxp.com, jerinj@marvell.com, pbhagavatula@marvell.com, Honnappa.Nagarahalli@arm.com Date: Thu, 1 Aug 2019 07:48:19 +0800 Message-Id: <1564616902-13861-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 v2 0/3] add arm neoverse N1 SDP configuration 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 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/meson.build | 10 +++++++- config/defconfig_arm64-neoversen1-linux-gcc | 1 + config/defconfig_arm64-neoversen1-linuxapp-gcc | 15 ++++++++++++ mk/machine/neoversen1/rte.vars.mk | 34 ++++++++++++++++++++++++++ 5 files changed, 60 insertions(+), 2 deletions(-) create mode 120000 config/defconfig_arm64-neoversen1-linux-gcc create mode 100644 config/defconfig_arm64-neoversen1-linuxapp-gcc create mode 100644 mk/machine/neoversen1/rte.vars.mk -- 2.7.4