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 C095AA034F; Fri, 7 May 2021 09:43:48 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8675940686; Fri, 7 May 2021 09:43:48 +0200 (CEST) Received: from mailgw01.pantheon.sk (mailgw01.pantheon.sk [46.229.239.26]) by mails.dpdk.org (Postfix) with ESMTP id F3EA940040 for ; Fri, 7 May 2021 09:43:46 +0200 (CEST) Received: from mailgw01.pantheon.sk (localhost.localdomain [127.0.0.1]) by mailgw01.pantheon.sk (Proxmox) with ESMTP id 9F2C52039C6; Fri, 7 May 2021 09:43:46 +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=yrx4mHVqXSCKDARs0Dib NoZTkythrU0sK6DamteL0dA=; b=QM0J6I5QH3bbImoRuZWsKoTFQEBTgLoYgjWS PTKgEmBmeChpcoTlOp8S3Bo/Q2piebLQM0KvOuIwWLPnatLbOkgMj1NwSc2aBgmi cDMqLAbuuXXjpjWzRsUZ7gj2I/M8ylw0HhVc90UshF6PCb/C+hTM/tz7J94lBXgL sWwDZE0aBMpV2NkYSXdB9NjqfXweraRUtSKkECsvjem+F5747s8pRnMZgxJnlMuQ /yxVtTKqfJMTfWGHix3FZ4JdbOeWTv3nDciuWH/d1xire6wyA5vJbZH6lWTcAcXZ 4h2mtgWLhPTDRsKoFTca6+6yTn9/4HnrkkFNRL4NxNvFbFbOQA== From: =?iso-8859-2?Q?Juraj_Linke=B9?= To: Ruifeng Wang , Thierry Herbelot , "dev@dpdk.org" CC: "thomas@monjalon.net" , Honnappa Nagarahalli , nd Thread-Topic: [PATCH-V6] config/arm: restore support for Qualcomm servers Thread-Index: AQHXQlnTHpLHT7r9/0aFiQVyWrzllKrXfU4AgAAmZQA= Date: Fri, 7 May 2021 07:43:45 +0000 Message-ID: <82e8c5b6a35a44d781cd2d22505a0bed@pantheon.tech> References: <20210429151621.6779-1-thierry.herbelot@6wind.com> <20210506092541.19562-1-thierry.herbelot@6wind.com> In-Reply-To: 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 Subject: Re: [dpdk-dev] [PATCH-V6] config/arm: restore support for Qualcomm servers 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 Sender: "dev" > -----Original Message----- > From: Ruifeng Wang > Sent: Friday, May 7, 2021 9:23 AM > To: Thierry Herbelot ; dev@dpdk.org > Cc: thomas@monjalon.net; Juraj Linke=B9 ; > Honnappa Nagarahalli ; nd > Subject: RE: [PATCH-V6] config/arm: restore support for Qualcomm servers >=20 In addition to Ruifeng's cross file addition, I'd also change the subject t= o something like "config/arm: add Qualcomm Centriq 2400 SoC config" which i= s more accurate (add instead of restore and the patch only adds support for= one server, not multiple). > I believe a meson cross file is also needed. The cross file consumes defi= ned soc > info. > Please check other cross files in config/arm for reference.