From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4EE90A04FD; Fri, 29 Jul 2022 09:03:57 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E8C294069C; Fri, 29 Jul 2022 09:03:56 +0200 (CEST) Received: from mailgw01.pantheon.sk (mailgw01.pantheon.sk [46.229.239.26]) by mails.dpdk.org (Postfix) with ESMTP id E757A40151 for ; Fri, 29 Jul 2022 09:03:55 +0200 (CEST) Received: from mailgw01.pantheon.sk (localhost.localdomain [127.0.0.1]) by mailgw01.pantheon.sk (Proxmox) with ESMTP id 6DAFB2018C6; Fri, 29 Jul 2022 09:03:55 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pantheon.tech; h=cc:cc:content-transfer-encoding:content-type:content-type :date:from:from:in-reply-to:message-id:mime-version:references :reply-to:subject:subject:to:to; s=dkim; bh=pMXlgOiyH3iBawlZHNxe crJcTWaO1EErUaOeGy+ePmE=; b=u+hMIzWzLEglm2e6Ppv/1GPaAKPxmM5Wq0T9 hCOIvJcDn59w575EAcZ17Eo86a5HgJ5rcNa6gi2CEMMLXfcZR9y3/ivlMAC2HGbe mDsED5L+KsNfPGFxdPADNoj1yHYrMkrusSBzurjsGkoXlgrWItlKfYOmnzeIcp6C 8i5A3Xl88yiCGzLsKuiGqF5uo2oAXGKg2CMXNMsfv8hrRdflYkh0fxbO2s3w2hO/ 85E9eiIEt4gYeMTef1tMqib8oJNQywczQpUsFG8kCSBEn5tdQXdemCZ0/lTIdhdi tvWBL8aDBBr7TDApkppK/Zn9NLKoIitZAXv4QzV+BeoMXNpoQg== From: =?iso-8859-2?Q?Juraj_Linke=B9?= To: Ruifeng Wang , "viktorin@rehivetech.com" , "bruce.richardson@intel.com" , "vcchunga@amazon.com" CC: "dev@dpdk.org" , "honnappa.nagarahalli@arm.com" , "nd@arm.com" Subject: RE: [PATCH v2] config/arm: add Graviton3 Thread-Topic: [PATCH v2] config/arm: add Graviton3 Thread-Index: AQHYoYW5umlx1FfLD0yMfvQyXqk9QK2U73nw Date: Fri, 29 Jul 2022 07:03:54 +0000 Message-ID: <2059821cd24649a48a6689f4bd97a512@pantheon.tech> References: <20220727063321.1170042-1-ruifeng.wang@arm.com> <20220727065355.1249007-1-ruifeng.wang@arm.com> In-Reply-To: <20220727065355.1249007-1-ruifeng.wang@arm.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.101.4.10] Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable 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 Reviewed-by: Juraj Linke=B9 > Subject: [PATCH v2] config/arm: add Graviton3 >=20 > Add meson build configuration for Graviton3 platform with 64-bit Arm Neov= erse > N2 cores. >=20 > It adds crypto feature to generic Neoverse N2 config. >=20 > Signed-off-by: Ruifeng Wang