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 34CE5A04DE for ; Fri, 30 Oct 2020 14:11:04 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2B54FC95A; Fri, 30 Oct 2020 14:11:03 +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 EBD72C95A for ; Fri, 30 Oct 2020 14:11:01 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1604063460; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=CgqEUj4NfUZnWYJb6rFyVG0LbRd45FbMSl9Sl5Lty88=; b=CmHGpSS/Rf0iyMqbgmn5/XW9vpGYCBad1Vbecvh1iHPRo4rekDJA0WzNAiyl72BZ9h2EBE 4oEWzXlpXJ3B59RPSKMRNYA/IYk4HE8qUYMXq8qjH8QPkx7FTlFfpOLG1COr1hMN3elX7/ Fq3FF1J49WlvBRP4A1p8lZc4cO2uKqE= 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-35-SUZY16tjN2-ioccNzO4Qkw-1; Fri, 30 Oct 2020 09:10:58 -0400 X-MC-Unique: SUZY16tjN2-ioccNzO4Qkw-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 76552188C13C; Fri, 30 Oct 2020 13:10:57 +0000 (UTC) Received: from [10.36.114.240] (ovpn-114-240.ams2.redhat.com [10.36.114.240]) by smtp.corp.redhat.com (Postfix) with ESMTP id BAE4C5B4A7; Fri, 30 Oct 2020 13:10:56 +0000 (UTC) To: luca.boccassi@gmail.com, stable@dpdk.org References: <20201026184954.3327969-1-luca.boccassi@gmail.com> From: Kevin Traynor Message-ID: <1f06a92d-fbdd-64fc-74cb-7bbe5cdccad4@redhat.com> Date: Fri, 30 Oct 2020 13:10:55 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.3.1 MIME-Version: 1.0 In-Reply-To: <20201026184954.3327969-1-luca.boccassi@gmail.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=ktraynor@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [18.11] net/i40e: support aarch32 X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On 26/10/2020 18:49, luca.boccassi@gmail.com wrote: > From: Ruifeng Wang > > [ backported from upstream commit 78bfe1666b2063e3fc3fa51e757159f53e1fc779 ] > > Expand vector PMD support to aarch32. > Enable i40e PMD by default for armv7 make build. > > Signed-off-by: Ruifeng Wang > Reviewed-by: Ferruh Yigit > --- > A patch to enable neon on i40e on meson was tagged for backporting > and included (83ea3b5fa09152da5033f64164f7487296f21f64), but this > required fix to make it build wasn't. Caught when uploading 18.11.10 > to Debian and building on armv7. > Thanks for the explanation Luca, applied.