From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 098D0A04DB; Mon, 30 Nov 2020 15:03:32 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A5E8E4C7B; Mon, 30 Nov 2020 15:03:29 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by dpdk.org (Postfix) with ESMTP id C8EAC37AF for ; Mon, 30 Nov 2020 15:03:27 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1606745006; 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=R+Vnnc4SPiw+sHi7H2s+1cjyrCs/sR2W9O12zYua6iY=; b=QP9HxLIrtWstF8XulBhaaoIpMQXOk5HkzneNqTDUzA4hOVOJGADvQaYYCxE7BcCj5U6zOE PeXr4DgEUYXv0152XEViW7H53hr5SKy5oIyxW1asaXLmX2eGgWTbMH6G6LzDPA1Yr/hCg7 XoS4XFrSW8H0dURGI9+Gx1zMlnE2Mlw= 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-191-61_Z1jalOzueritTLvSZwQ-1; Mon, 30 Nov 2020 09:03:24 -0500 X-MC-Unique: 61_Z1jalOzueritTLvSZwQ-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 6E900107ACFA; Mon, 30 Nov 2020 14:03:22 +0000 (UTC) Received: from dhcp-25.97.bos.redhat.com (ovpn-114-232.rdu2.redhat.com [10.10.114.232]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 07FEF60657; Mon, 30 Nov 2020 14:03:20 +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 References: <1598614733-16220-1-git-send-email-juraj.linkes@pantheon.tech> <1600244472-29696-1-git-send-email-juraj.linkes@pantheon.tech> Date: Mon, 30 Nov 2020 09:03:20 -0500 In-Reply-To: <1600244472-29696-1-git-send-email-juraj.linkes@pantheon.tech> ("Juraj \=\?utf-8\?Q\?Linke\=C5\=A1\=22's\?\= message of "Wed, 16 Sep 2020 10:21:07 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 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 v10 0/5] aarch64 -> aarch32 cross compilation support X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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: > Add support for aarch32 cross build in meson > and add aarch64 -> aarch32 cross build to Travis. > > Aarch32 is an execution state that allows execution of 32-bit code on > armv8 machines. This execution state contains a superset of previous > armv7 32-bit instructions and features. Thus the aarch32 build is > distinct from arvm7 build. > > v4: > Removed disabled drivers which actually build on arm32. > Also tested the patchset with series 9609 which fixes underlying > failures. > > v5: > Changed the condition for running test-null.sh in ci. > Re-uploaded after underlying fixes have been committed. > > v6: > Changed the condition for running test-null.sh again. > Reworked the patch to do aarch32 build instead of arvm7-a build. > Simplified meson build flags. Changed commit msgs. > Added 32b qualifier to .travis.yml. > Added a patch with fixes for bnxt. > Added a patch with cross compilation docs. > > v7: > Rebased the patchset. > > v8: > Removed Makefile additions from net/bnxt patch. > > v9: > Changed ci test-null.sh condition, only run it if not > cross-compiling aarch64 nor aarch32. > Cleaned up docs. > > v10: > Fixed doc: add aarch32 build guidance commit message. > Acked-by: Aaron Conole I previously thought I sent an ACK for this series.