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=-7.5 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,PDS_BAD_THREAD_QP_64,SPF_HELO_NONE,SPF_PASS 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 7225BC433B4 for ; Fri, 30 Apr 2021 06:07:22 +0000 (UTC) Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by mail.kernel.org (Postfix) with ESMTP id CC89961185 for ; Fri, 30 Apr 2021 06:07:21 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CC89961185 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=pantheon.tech Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C60B140688; Fri, 30 Apr 2021 08:07:20 +0200 (CEST) Received: from mailgw02.pantheon.sk (mailgw01.pantheon.sk [46.229.239.26]) by mails.dpdk.org (Postfix) with ESMTP id C6D6B40395 for ; Fri, 30 Apr 2021 08:07:19 +0200 (CEST) Received: from mailgw02.pantheon.sk (localhost.localdomain [127.0.0.1]) by mailgw02.pantheon.sk (Proxmox) with ESMTP id 3855E1836E3; Fri, 30 Apr 2021 08:07:19 +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=zfcMZeFDbLkWwgAUGRQv c07YiSZw3/Pr6Bf2ZG67Fm4=; b=XZ6b8Md3Tq09PJBuWAYbR10R6GDc8VCDpI8m qnv7LE+MtrxMASOFp63Bumm84blj1Lz1qalWoDyTZhx82FjEG6PVhpJ/1O54R241 C2U7qpHmp5HTFXkCcUc2WE8TDYR5JKXe/glj23jvUbgy9+CIT0+RXOygBAu/55Qw 82NSx74B5JejZXJV7mD8WD/C21pwaCfowvKAkRrBAERhuBUPN0Amv4ed9xtWG4LI TYBSvdo6sczvPizcxnOobU2GRbngXfsTcRiv/7WsAJtg0P2I0D5tW/MSyB4pFCNT hdZMkKMLaDCRroNaMJ0SAIpZTrFuARYG305R/xb0rAQoKHs7rA== From: =?iso-8859-2?Q?Juraj_Linke=B9?= To: Thierry Herbelot , "dev@dpdk.org" CC: Thomas Monjalon , Honnappa Nagarahalli , Ruifeng Wang Thread-Topic: [PATCH-V5] config/arm: restore support for Qualcomm servers Thread-Index: AQHXPQqhq1chNwyjRESJIQzhi1fsh6rMk+dQ Date: Fri, 30 Apr 2021 06:07:17 +0000 Message-ID: References: <20210429100707.20757-1-thierry.herbelot@6wind.com> <20210429151621.6779-1-thierry.herbelot@6wind.com> In-Reply-To: <20210429151621.6779-1-thierry.herbelot@6wind.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 Subject: Re: [dpdk-dev] [PATCH-V5] 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: Thierry Herbelot > Sent: Thursday, April 29, 2021 5:16 PM > To: dev@dpdk.org > Cc: Thierry Herbelot ; Thomas Monjalon > ; Juraj Linke=B9 ; Honna= ppa > Nagarahalli ; Ruifeng Wang > > Subject: [PATCH-V5] config/arm: restore support for Qualcomm servers >=20 > From the documentation: > "The SoC configuration is a combination of implementer and CPU part numbe= r > configuration and SoC-specific configuration." >=20 > Align Qualcomm SoC configuration with the configuration of other server S= oCs > (eMAG, Kunpeng 9x0): add a soc configuration to the existing implementer > configuration. >=20 > Signed-off-by: Thierry Herbelot Reviewed-by: Juraj Linke=B9