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 15344A0567; Tue, 9 Mar 2021 14:46:21 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 976714069D; Tue, 9 Mar 2021 14:46:20 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by mails.dpdk.org (Postfix) with ESMTP id C377E4068A for ; Tue, 9 Mar 2021 14:46:18 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1615297578; 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=/eHgoOTfOt3zdJnCUZf+yKrD6FGbuyikFQPhikrdAoY=; b=RAfBlkQIZqDc840yfMrDNOoMulRW3d/huYA+tBBmEdYRscTk/SWPnJwwB4Npd8VRraC5zV yIE8YxYdTM8hx6yRJn0l904pOFVxRVlGfXlt6GSa2QA5XIJAmj88gEKB1SOHWGmSH/Tf/O ayv2/PpV6yhWwSlNtFoakkxztONT/64= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-220-AHWF8Mc2NVenGHhCxV6ovQ-1; Tue, 09 Mar 2021 08:46:14 -0500 X-MC-Unique: AHWF8Mc2NVenGHhCxV6ovQ-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 4D27510199B2; Tue, 9 Mar 2021 13:46:07 +0000 (UTC) Received: from dhcp-25.97.bos.redhat.com (ovpn-115-237.rdu2.redhat.com [10.10.115.237]) by smtp.corp.redhat.com (Postfix) with ESMTPS id D2858196E3; Tue, 9 Mar 2021 13:46:05 +0000 (UTC) From: Aaron Conole To: Juraj =?utf-8?Q?Linke=C5=A1?= Cc: thomas@monjalon.net, bruce.richardson@intel.com, maicolgabriel@hotmail.com, dev@dpdk.org, Ruifeng.Wang@arm.com, Honnappa.Nagarahalli@arm.com, Phil Yang References: <1607675213-12061-1-git-send-email-juraj.linkes@pantheon.tech> <1615279005-30278-1-git-send-email-juraj.linkes@pantheon.tech> <1615279005-30278-8-git-send-email-juraj.linkes@pantheon.tech> Date: Tue, 09 Mar 2021 08:46:04 -0500 In-Reply-To: <1615279005-30278-8-git-send-email-juraj.linkes@pantheon.tech> ("Juraj \=\?utf-8\?Q\?Linke\=C5\=A1\=22's\?\= message of "Tue, 9 Mar 2021 09:36:45 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=aconole@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 v13 7/7] doc: add aarch32 build guidance 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" Juraj Linke=C5=A1 writes: > From: Phil Yang > > Add cross-compiling guidance for 32-bit aarch32 DPDK on aarch64 host. > > Signed-off-by: Phil Yang > Acked-by: Ruifeng Wang > --- Acked-by: Aaron Conole