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 472A5A0C40; Fri, 11 Jun 2021 21:02:43 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 170C5410FD; Fri, 11 Jun 2021 21:02:42 +0200 (CEST) Received: from mail-oi1-f170.google.com (mail-oi1-f170.google.com [209.85.167.170]) by mails.dpdk.org (Postfix) with ESMTP id 3CB0D40688 for ; Fri, 11 Jun 2021 21:02:40 +0200 (CEST) Received: by mail-oi1-f170.google.com with SMTP id d19so2769891oic.7 for ; Fri, 11 Jun 2021 12:02:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=5x6x6f3uvTzItiRec04ibX9UPATWZQSjQjfHMt19YXY=; b=Fqsf9CKSiNH8vBHwnQY+YdP/ydPE/tVKgd6/3lj8qgq06Stqj2MNBKI8JmkOjZi1xB ltxYe3sIGIlxw+0fLY4S9JiUJ1uGVYy9RZiM5leDzhHn680GEcjOK1/ff5hPqd+2kaNY kn8wW983+Z2r4uffOdHFuyOR2mpPP39zgyk0w= 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=5x6x6f3uvTzItiRec04ibX9UPATWZQSjQjfHMt19YXY=; b=NKTzLnbO5AT3uDfrC8Yb9zg2DD2iiwDA5yrYeWrBsliPspjFhVjSHBZJBSN543Qq+c oFutawSo4mTjqVZvYbJqaKfU/21grRoCMVAeWwYTXmOEj0xxYKGYew9fS6H7SMQebgJ0 9Xbtpnd+M7n0x5iBOgV2csiygKOG6oU3KoB36fItfYCYUNe1WIUAefPCmPnvPeW6XYeK gvHWfmnVWuz+oLrryZaf+dNWcSLxGXdddIYG4hRwTRuyQ6OjRtBxagw0O49k5UFnHvKJ M4eobTUk1e+5JiYsUIJSHJPmwiEO/YZ1bYOBzLwW/MQYfUoGmzvKYb/DdQs+ZIgSkDxb r+ew== X-Gm-Message-State: AOAM532503TwVUJP9OF1+3SUFumhBQoV7RkznW4qCAffLVfLNY2S1+kc OgoGg2cinRaxFAoID4Rv9gLfm/kp0PYRLrj00w/LsQ== X-Google-Smtp-Source: ABdhPJyHB6pnDf/Ai0j2hbIHeCPk+HF89jy/WnrZCy9tJELLq4iXmcGK9LcrUt+1GFSJVZAfKp5esg4wmCC3rp7eEeA= X-Received: by 2002:aca:c046:: with SMTP id q67mr14854680oif.79.1623438159395; Fri, 11 Jun 2021 12:02:39 -0700 (PDT) MIME-Version: 1.0 References: <20210610120922.24128-1-david.marchand@redhat.com> In-Reply-To: From: Owen Hilyard Date: Fri, 11 Jun 2021 15:02:03 -0400 Message-ID: To: David Marchand Cc: dts@dpdk.org, Beilei Xing , ci@dpdk.org, dev , Maxime Coquelin , dpdk stable , Anatoly Burakov , Stephen Hemminger , Aaron Conole , dpdklab Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [dpdk-dev] [dts] [PATCH] malloc: fix size annotation for NUMA-aware realloc 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" That test suite has been disabled on the system. Someone of the Intel team should be looking at it soon, since stats_checks also has similar issues. On Fri, Jun 11, 2021 at 3:40 AM David Marchand wrote: > On Fri, Jun 11, 2021 at 9:26 AM David Marchand > wrote: > > > > On Thu, Jun 10, 2021 at 2:09 PM David Marchand > > wrote: > > > > > > __rte_alloc_size is mapped to compiler alloc_size attribute. > > > > I get the following splat from dts. > > There is the exact same output in last night next-net-intel test: > https://lab.dpdk.org/results/dashboard/tarballs/15461/ > > > -- > David Marchand > >