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 4D5A0A0547; Thu, 29 Apr 2021 11:17:57 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 398AD41194; Thu, 29 Apr 2021 11:17:57 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mails.dpdk.org (Postfix) with ESMTP id E8ACD41125 for ; Thu, 29 Apr 2021 11:17:54 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1619687874; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=J8lLSPozwAQGPXJmI1gJAaOKmAJlTni1cgPOGnAiHVs=; b=iEAhcDL410jTSsgOodyeWmdGDKpB9g+A6243Tjh0XmI3oVAI3QpbxbFSiG/evHofwNKhrZ cvjqdR/zJIAtm9nwhmBmC7kaF0RJok5/Z9QmVz+Pqv77pCmt6Y+WT9ZhnwkiODIKFdyXCT /jNywy4RwYqzUMvyMSZt6Iz39qZy04s= Received: from mail-vk1-f197.google.com (mail-vk1-f197.google.com [209.85.221.197]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-105-ABI6J_KDMRGAAQubhKBhdA-1; Thu, 29 Apr 2021 05:17:51 -0400 X-MC-Unique: ABI6J_KDMRGAAQubhKBhdA-1 Received: by mail-vk1-f197.google.com with SMTP id h6-20020a0561220b66b02901e488cc9b21so7450834vkf.10 for ; Thu, 29 Apr 2021 02:17:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=J8lLSPozwAQGPXJmI1gJAaOKmAJlTni1cgPOGnAiHVs=; b=GCeqS7JOtZpAbecL3C7laUSv2YwBUAdTEKWU7WZ9CAKMn09I0swxlXG9FF/X8vYVZF s9pUJfGoJqeDB41h/R/FH9mYttGgbcMl0lUnlhy4EPQhVyO8x6GLEsgL2G9+LERr1RR9 FfC8MszLOPjlsuiPHCa9YER1mbzeMssrBp4uh4+Rl3u2bvS89JH84xh9HkY+Sx7cqnbG fE+k/M2hZcrmrLCeDT36bpYWlbc+Qh3tvxKJPKivBnWf3nO9ftpgugVQpmAIfLoTP4SK zFtWVl4E+6pclbE7YtzfLXOaQvBiO0JYhWpfP5HoLSNtRPYkR8zgAVbr5OJ4YFSYFETy ap5g== X-Gm-Message-State: AOAM530XraWesAuGAM1PpSqQugN3vGfvMz+ietsqbykFGBNaihIxO3QN rttdj8KkVkH/ibIdXADX6zBrz6OUBBW0E/C0C47o+w+9Cf2Q2Sg4phzl8OO7Dp6yAxwJXjeJwOS MdOdCOHFbPvfZYjlMzvg= X-Received: by 2002:a05:6102:127b:: with SMTP id q27mr26756398vsg.27.1619687870568; Thu, 29 Apr 2021 02:17:50 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwSl0FKPW8I8SxTaOpk+Y0X7UzCPPI0r53wwmEVHeNvuNivNF+MwB7dwMpdBW9tKmA+SoDQx+9tASqUkH9lSME= X-Received: by 2002:a05:6102:127b:: with SMTP id q27mr26756387vsg.27.1619687870369; Thu, 29 Apr 2021 02:17:50 -0700 (PDT) MIME-Version: 1.0 References: <20210429075416.9864-1-thierry.herbelot@6wind.com> <810b1f06f19c4421889395959904d7d9@pantheon.tech> In-Reply-To: <810b1f06f19c4421889395959904d7d9@pantheon.tech> From: David Marchand Date: Thu, 29 Apr 2021 11:17:39 +0200 Message-ID: To: Thierry Herbelot Cc: =?UTF-8?Q?Juraj_Linke=C5=A1?= , "dev@dpdk.org" , Thomas Monjalon , Honnappa Nagarahalli , Ruifeng Wang Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH] doc/cross_build: update the list supported Arm SoCs 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" On Thu, Apr 29, 2021 at 11:12 AM Juraj Linke=C5=A1 wrote: > > -----Original Message----- > > From: Thierry Herbelot > > Sent: Thursday, April 29, 2021 9:54 AM > > To: dev@dpdk.org > > Cc: Thierry Herbelot ; Thomas Monjalon > > ; Juraj Linke=C5=A1 ; = Honnappa > > Nagarahalli ; Ruifeng Wang > > > > Subject: [PATCH] doc/cross_build: update the list supported Arm SoCs > > > > Align the list of supported targets with config/arm/meson.build > > > > Fixes: f2340c858046 ("config/arm: add platform config option") > > > > I believe this also fixes the patches that introduced the kunpeng and cn1= 0k soc. f2340c858046 was merged first (with n2 missing in the docs), then 7= cf32a22b240 and 1b4c86a721c9 added the kunpeng and cn10k configs without ad= ding to the docs. > > With that said, > Reviewed-by: Juraj Linke=C5=A1 This patch is wrong. It fixes the qualcomm doc part while it should go in: http://patchwork.dpdk.org/project/dpdk/patch/20210429080644.11423-1-thierry= .herbelot@6wind.com/ It fixes kunpeng and cn10k, so the fixes line is wrong. Please drop it, I already submitted a different fix for the latter. --=20 David Marchand