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 418AAA0A02; Thu, 25 Mar 2021 11:58:24 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B815C4067B; Thu, 25 Mar 2021 11:58:23 +0100 (CET) Received: from dal1relay59.mxroute.com (dal1relay59.mxroute.com [199.181.239.59]) by mails.dpdk.org (Postfix) with ESMTP id 9D66540147 for ; Thu, 25 Mar 2021 11:58:21 +0100 (CET) Received: from filter004.mxroute.com ([149.28.56.236] filter004.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by dal1relay59.mxroute.com (ZoneMTA) with ESMTPSA id 1786908fcb5000362f.001 for (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256); Thu, 25 Mar 2021 10:58:19 +0000 X-Zone-Loop: 9208a2747b31e1973e430a20ac577ccd08439ed25d0b X-Originating-IP: [149.28.56.236] DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ashroe.eu; s=x; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version:Date: Message-ID:From:References:Cc:To:Subject:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=bR5brVBwxrgZpzVvWcvuytj16fIAnfG/ulz9WeCXJc0=; b=MSHn+oj9iiSCjZ4Tlfcc4vJick VR1Tma92/pzKB41zfh8uPRRHejLCSGmz3OdO2mV7iyucX8UPf70NwklDhaBFTGrXcHAzcy5rQ4pE0 81gV3QBu2Xmd6lwr1gu/ZgidbUTAnA7dopDZZe+gA2tJx/mAv52p4itpvjLfJnUy3BoAFk/Myd4Pm k1BL38rbkbJMdrG91jxET/ZbhRy8XtNfbV6QOl+q4CSnOLKcbwWGdrKS6NM/f9lQNGa2KFd6csb8C i8f2qWDl3gadmNFHx1HOFThbwLB++2d92lTGGgQOjKTyyCQySywbJE4WcNk+2NpnhsjLGZyIWv4lt TTuneMyQ==; To: Thomas Monjalon , Pavan Nikhilesh , Jerin Jacob Cc: Jerin Jacob , dev@dpdk.org, Harman Kalra , Nithin Dabilpuram , david.marchand@redhat.com References: <20210225170238.15581-1-pbhagavatula@marvell.com> <80495002.6mWdIjdGxu@thomas> <11975004.s7UMkAiPBC@thomas> From: "Kinsella, Ray" Message-ID: <5cb9bec3-6d4e-7867-e8d7-9c3d55ec78ef@ashroe.eu> Date: Thu, 25 Mar 2021 10:58:15 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 In-Reply-To: <11975004.s7UMkAiPBC@thomas> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-AuthUser: mdr@ashroe.eu Subject: Re: [dpdk-dev] [PATCH 1/7] common/octeontx: enable build only on 64bit Linux 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 25/03/2021 10:46, Thomas Monjalon wrote: > 25/03/2021 11:42, Thomas Monjalon: >> 24/03/2021 11:55, Jerin Jacob: >>> On Thu, Feb 25, 2021 at 10:33 PM wrote: >>>> >>>> From: Pavan Nikhilesh >>>> >>>> Due to Linux kernel dependency, only enable build for 64bit Linux. >>>> >>>> Signed-off-by: Pavan Nikhilesh >>> >>> Series Acked-by: Jerin Jacob >> >> I've reorganized the commits per family of drivers, >> so it makes more sense than grouping per driver class >> with "common/octeontx" for title for all: >> >> net/thunderx: enable build only on 64-bit Linux >> common/octeontx: enable build only on 64-bit Linux >> common/octeontx2: enable build only on 64-bit Linux >> >> and applied. > > Actually not applied yet. > I'm not sure what to do for the ABI check which is broken > because some drivers are not compiled anymore in 32-bit build. > I've workarounded locally by removing the dump files in the reference build. > Should we add an exception in libabigail.abignore? > In the past we said that depreciating HW support would be considered to be same as an ABI Breakage. >From the policy ... "Updates to the minimum hardware requirements, which drop support for hardware which was previously supported, should be treated as an ABI change."