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 47F1EA00C2; Fri, 24 Apr 2020 19:36:06 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9BE4D1D453; Fri, 24 Apr 2020 19:36:05 +0200 (CEST) Received: from us-smtp-1.mimecast.com (us-smtp-2.mimecast.com [205.139.110.61]) by dpdk.org (Postfix) with ESMTP id 6479D1D44A for ; Fri, 24 Apr 2020 19:36:04 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1587749763; 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=U8egWJ4Ie6s90exVxO7YGLkHBgo7GVhGXMEH3F95Mu8=; b=Uw+j0VuGVW5PmzED6Z33f0Q6Skp6R4g6uxusEu5o+9jguY5z/SO9lkM3NSLbSNRpRP3TTx b54gbTcsYcAkLVZ01pt22GCxli/lM+9Yc+68aqEnjsQbOyupX1bvZKOj5oo9OSsc6FXjqE agildQYJCIHSH0bYWscHHg8BvbOA7hE= Received: from mail-vk1-f200.google.com (mail-vk1-f200.google.com [209.85.221.200]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-10-GkkDBwwFOb-1vOBU8ShSoQ-1; Fri, 24 Apr 2020 13:36:01 -0400 X-MC-Unique: GkkDBwwFOb-1vOBU8ShSoQ-1 Received: by mail-vk1-f200.google.com with SMTP id c14so5123018vkn.21 for ; Fri, 24 Apr 2020 10:36:01 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=M4KMMiTlR2As/lqZZzhJ4diJqvsxl5kvvBjXOSKy7Uw=; b=LPMfB/G1iPyjFOF5xl0jFyLi02sm3HVceLSUJjlwFhhVRiAobK2IzLqPjW5vLc/ngZ YD+TYHprzQI2gmUTBPvtAgLs/fjLYSBR19/r1Fu3QKwp+wBo7WmegFrnG/NIEiitWPJJ I4UII6pZPeQeard03CvyBwQUnECfe1J3318E1bDi8VOicCs18Dgq/o8wryat2rV0/6/6 weEvsJJVmXCYG1sKn1tqYMGWDGxNhXIAaPxM5z/yZeBPSSXz8jVpzk/o+nTm4dFiodkK FD85wGKlsXxgNnQwsYbNzM4ryoiqsP9Iay8D5dmWu/5LB0Bs8cDyBkFLRCgpKQaf9EHI hNqQ== X-Gm-Message-State: AGi0PubnuCi4/hik6aku0I7hvqYwo+IDy00ZIG+LhIfKVyqKtPTfzqBz qSRH83FQdLNByUIiqnArRSTnWJM+zLkKxYXRHtif21Au3tQpwaPX1CY4pazMOMsaEkH5Pty4c5h VS1uzslkNuDxh2CO57r0= X-Received: by 2002:a05:6102:114f:: with SMTP id j15mr9025096vsg.180.1587749761102; Fri, 24 Apr 2020 10:36:01 -0700 (PDT) X-Google-Smtp-Source: APiQypIUNDK5Fq0zb4lgXlHi9ORjTXl/LgB5vB+PVfnE0cw/Wej23GnF5/r59VWVWk9VK79nOmBdwzku7OSXshHSsfQ= X-Received: by 2002:a05:6102:114f:: with SMTP id j15mr9025074vsg.180.1587749760888; Fri, 24 Apr 2020 10:36:00 -0700 (PDT) MIME-Version: 1.0 References: <20200423142436.12810-1-david.marchand@redhat.com> In-Reply-To: <20200423142436.12810-1-david.marchand@redhat.com> From: David Marchand Date: Fri, 24 Apr 2020 19:35:50 +0200 Message-ID: To: dev Cc: Thomas Monjalon 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] eal: fix build on armv7 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" On Thu, Apr 23, 2020 at 4:25 PM David Marchand wrote: > > Caught by OBS on armv7: > > In file included from .../lib/librte_eal/include/rte_string_fns.h:21, > from .../lib/librte_kvargs/rte_kvargs.c:9: > .../lib/librte_eal/include/rte_common.h:67:37: error: expected '=3D', ','= , > ';', 'asm' or '__attribute__' before '__rte_aligned' > 67 | typedef uint64_t unaligned_uint64_t __rte_aligned(1); > | ^~~~~~~~~~~~~ > .../lib/librte_eal/include/rte_common.h:68:37: error: expected '=3D', ','= , > ';', 'asm' or '__attribute__' before '__rte_aligned' > 68 | typedef uint32_t unaligned_uint32_t __rte_aligned(1); > | ^~~~~~~~~~~~~ > .../lib/librte_eal/include/rte_common.h:69:37: error: expected '=3D', ','= , > ';', 'asm' or '__attribute__' before '__rte_aligned' > 69 | typedef uint16_t unaligned_uint16_t __rte_aligned(1); > | ^~~~~~~~~~~~~ > make[3]: *** [.../mk/internal/rte.compile-pre.mk:116: rte_kvargs.o] Error= 1 > > Fixes: f35e5b3e07b2 ("replace alignment attributes") > > Signed-off-by: David Marchand Acked-by: Thomas Monjalon Applied with mention of RTE_ARCH_STRICT_ALIGN in commitlog. --=20 David Marchand