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 96A91A0547; Thu, 29 Apr 2021 11:53:06 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F2AF341194; Thu, 29 Apr 2021 11:53:05 +0200 (CEST) Received: from mailgw02.pantheon.sk (mailgw01.pantheon.sk [46.229.239.26]) by mails.dpdk.org (Postfix) with ESMTP id CA47941125 for ; Thu, 29 Apr 2021 11:53:04 +0200 (CEST) Received: from mailgw02.pantheon.sk (localhost.localdomain [127.0.0.1]) by mailgw02.pantheon.sk (Proxmox) with ESMTP id 73118185416; Thu, 29 Apr 2021 11:53:04 +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=SI0KE5A1RDrq9IWrp+AH 0pVa/ULGoX9upJqrV5f9x7w=; b=qDYW0X4XemeDtI/GZdnyahowW4TLxgqXfNgN /vB7SY+LbTue4899xC5070d7jJhsg1JRkP3Ie1eTncl5/rI1P+yGVnQYyyoUFfoI QJR8bSjDXpbiPEspcq6MXE4SM1vpVub2Ug0Ce2ZlriCqMjEMXioxiE4wvpH1fxKA 7gPTvPZ4FeC4UJKllzuRFYwVBoIoVW0w2FX5rN6AWr4sBFCS1Z2WrBnMBp8q/eKS yccOvvRIhboxdQ1D9P3ryi3mee9ihjg8wCwLd7de9YxWbTcvf+2bFp1IVTV3eJBI FVOz5c10K5hB2ZJ1GaaUYbELaquIA3+44dVtqcknxMKVtlkbSA== From: =?iso-8859-2?Q?Juraj_Linke=B9?= To: David Marchand , "dev@dpdk.org" CC: "thomas@monjalon.net" , Jerin Jacob , Ruifeng Wang , Jan Viktorin , Bruce Richardson , Pavan Nikhilesh , Nithin Dabilpuram , Lijun Ou , Chengchang Tang Thread-Topic: [dpdk-dev] [PATCH] doc: fix Arm socs list Thread-Index: AQHXPMZ2JhyEAilbnkqmHtxFdUzO3qrLQQTQ Date: Thu, 29 Apr 2021 09:53:02 +0000 Message-ID: References: <20210429070751.6065-1-david.marchand@redhat.com> In-Reply-To: <20210429070751.6065-1-david.marchand@redhat.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] doc: fix Arm socs list 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: dev On Behalf Of David Marchand > Sent: Thursday, April 29, 2021 9:08 AM > To: dev@dpdk.org > Cc: thomas@monjalon.net; Jerin Jacob ; Ruifeng Wang > ; Jan Viktorin ; Bruce > Richardson ; Pavan Nikhilesh > ; Nithin Dabilpuram > ; Lijun Ou ; Chengchang > Tang > Subject: [dpdk-dev] [PATCH] doc: fix Arm socs list >=20 > Keep the list of socs in a single place and include it so that the docume= ntation > won't get outdated. >=20 > Fixes: 1b4c86a721c9 ("config/arm: add Marvell CN10K") > Fixes: 7cf32a22b240 ("config/arm: add Hisilicon kunpeng") >=20 I still think this also fixes 8f5ea6a464ac ("config/arm: fix implementer an= d its SoCs"), as that patch missed the n2 soc in docs. > Signed-off-by: David Marchand > --- > config/arm/meson.build | 19 +++++++++++++++++++ > .../linux_gsg/cross_build_dpdk_for_arm64.rst | 18 +++++------------- > 2 files changed, 24 insertions(+), 13 deletions(-) >=20 > diff --git a/config/arm/meson.build b/config/arm/meson.build index > 22cd81319c..fbe942e5ec 100644 > --- a/config/arm/meson.build > +++ b/config/arm/meson.build > @@ -321,6 +321,25 @@ soc_thunderxt88 =3D { > 'part_number': '0xa1' > } >=20 > +# Keep this part in sync with the socs list below: > +# > +# #guide_doc Start of socs list > +# generic: Generic un-optimized build for all aarch64 machines. > +# armada: Marvell ARMADA > +# bluefield: NVIDIA BlueField > +# cn10k: Marvell OCTEON 10 > +# dpaa: NXP DPAA > +# emag: Ampere eMAG > +# graviton2: AWS Graviton2 > +# kunpeng920: HiSilicon Kunpeng 920 > +# kunpeng930: HiSilicon Kunpeng 930 > +# n1sdp: Arm Neoverse N1SDP > +# n2: Arm Neoverse N2 > +# octeontx2: Marvell OCTEON TX2 > +# stingray: Broadcom Stingray > +# thunderx2: Marvell ThunderX2 T99 > +# thunderxt88: Marvell ThunderX T88 > +# #guide_doc End of socs list > socs =3D { > 'generic': soc_generic, > 'armada': soc_armada, > diff --git a/doc/guides/linux_gsg/cross_build_dpdk_for_arm64.rst > b/doc/guides/linux_gsg/cross_build_dpdk_for_arm64.rst > index 3857cdefe9..958bc81784 100644 > --- a/doc/guides/linux_gsg/cross_build_dpdk_for_arm64.rst > +++ b/doc/guides/linux_gsg/cross_build_dpdk_for_arm64.rst > @@ -197,19 +197,11 @@ option:: >=20 > meson soc_build -Dplatform=3D >=20 > -Substitute with one of the supported SoCs:: > - > - generic: Generic un-optimized build for all aarch64 machines. > - armada: Marvell ARMADA > - bluefield: NVIDIA BlueField > - dpaa: NXP DPAA > - emag: Ampere eMAG > - graviton2: AWS Graviton2 > - n1sdp: Arm Neoverse N1SDP > - octeontx2: Marvell OCTEON TX2 > - stingray: Broadcom Stingray > - thunderx2: Marvell ThunderX2 T99 > - thunderxt88: Marvell ThunderX T88 > +Substitute with one of the supported SoCs > + > +.. literalinclude:: ../../../config/arm/meson.build > + :start-after: #guide_doc Start of socs list > + :end-before: #guide_doc End of socs list >=20 > These SoCs are also used in cross files, e.g.:: >=20 > -- > 2.23.0 >=20