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 2FED3A04C4; Wed, 20 Nov 2019 23:41:48 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 74FEF27D; Wed, 20 Nov 2019 23:41:47 +0100 (CET) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 95C99271 for ; Wed, 20 Nov 2019 23:41:46 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 035BC21F5A; Wed, 20 Nov 2019 17:41:46 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Wed, 20 Nov 2019 17:41:46 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=GBtVODzSNH26jJKdbIP3Py46AUBctbo6Hg7kjuYyvx8=; b=d+OYmYoekdrM X8PcVA6O7rXpwlYTvZsi2OkIn95c6OyR+JhhEDNhkXOaznDeRo6PkotckaJSBXSY dyCK29TmxneCIl/VaICDMcZsVhhfoMJ+4FFuPcXuxRhrgOKBsevEkozZ40NeAuMq 2zb6mQUVgnkB+Dod/6fO3Cw9GWS6xek= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=GBtVODzSNH26jJKdbIP3Py46AUBctbo6Hg7kjuYyv x8=; b=KmeaaIyK0MXX8eo+FGQrq1+KaKGfxkAxIpj3jBeGYUPi2mMEliKt+vptO nQitzCWbSPdqv38Nlfg8i0iVqy/kFpUjuA2LGaE2+5L1xt1qwPN89Ro3sqQYTtKW OAMoRjMq7ZL/oLDiHBx9+oNW/60BHVrKxtHWdyfRa0OuV4e/Y/HXznV0OkuPEZbx lX324Z19ZBT8aTrVXitkpf3+mzs9X7JHrHCOmTuOmgNTi0XSmi3nCa9LoTwGowgM bVP6H1TyRiy/dva74DKXlevdpyOXtnYris1TYOb87evCbDghPbS+gNrpUfx11+3i zLzc4LvxdL/YwDuC917RnG1cX5jgQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrudehudcutefuodetggdotefrodftvfcurf hrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecuuegr ihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfjug hrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghsucfo ohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkphepje ejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgr shesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 1F11B3060064; Wed, 20 Nov 2019 17:41:45 -0500 (EST) From: Thomas Monjalon To: Gavin Hu Cc: dev@dpdk.org, nd@arm.com, Honnappa.Nagarahalli@arm.com Date: Wed, 20 Nov 2019 23:41:44 +0100 Message-ID: <3075683.kCy81T4Cqf@xps> In-Reply-To: <1573450911-24317-1-git-send-email-gavin.hu@arm.com> References: <1564615940-13183-1-git-send-email-gavin.hu@arm.com> <1573450911-24317-1-git-send-email-gavin.hu@arm.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [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" 11/11/2019 06:41, Gavin Hu: > Gavin Hu (3): > test/rcu: fix the compiling error for armv8.2 > config: add arm neoverse N1 SDP configuration > config: add cortex-a76 configuration Applied, without first patch. Please re-submit a fix for RCU test.