From patchwork Wed Apr 10 15:21:00 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luca Vizzarro X-Patchwork-Id: 854 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 183CB43E37; Wed, 10 Apr 2024 17:22:48 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D7AF64028B; Wed, 10 Apr 2024 17:22:47 +0200 (CEST) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mails.dpdk.org (Postfix) with ESMTP id 9E9E94021E; Wed, 10 Apr 2024 17:22:45 +0200 (CEST) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id DCE1D139F; Wed, 10 Apr 2024 08:23:14 -0700 (PDT) Received: from localhost.localdomain (FVFG51LCQ05N.cambridge.arm.com [10.1.32.34]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 48C523F766; Wed, 10 Apr 2024 08:22:44 -0700 (PDT) From: Luca Vizzarro To: dev@dpdk.org Cc: luca.boccassi@gmail.com, paul.szczepanek@arm.com, nick.connolly@arm.com, Luca Vizzarro , stable@dpdk.org Subject: [PATCH 0/1] fix GCC 13 build errors on 32-bit targets Date: Wed, 10 Apr 2024 16:21:00 +0100 Message-Id: <20240410152101.3211244-1-luca.vizzarro@arm.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 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 Hi everyone, sending in a patch to resolve some build issues encountered with GCC 13.2 when building against 32-bit targets. These issues were originally reported by Luca Boccassi in one of his stable builds[1]. Although, I have noticed that this problem presents itself on more versions (e.g. 21.11) as well, and it's not specific to armv7-a as the build suggests. I haven't actually noticed the problem present itself on mainline, but it doesn't mean that it won't appear in the future. This patch should correctly fix this problem. This patch is meant to target mainline, and all the currently supported stable versions. [1] https://build.opensuse.org/package/live_build_log/home:bluca:dpdk/dpdk-22.11/Debian_Next/armv7l Luca Vizzarro (1): vhost: fix GCC 13 build error lib/vhost/virtio_net.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)