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 4EC09A0C40; Fri, 11 Jun 2021 21:02:42 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C941740E46; Fri, 11 Jun 2021 21:02:41 +0200 (CEST) Received: from mail-oi1-f177.google.com (mail-oi1-f177.google.com [209.85.167.177]) by mails.dpdk.org (Postfix) with ESMTP id 2A3294014F for ; Fri, 11 Jun 2021 21:02:40 +0200 (CEST) Received: by mail-oi1-f177.google.com with SMTP id t40so6809217oiw.8 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=dj1PF7YIh5hOPjpouXAn6EEm7+dx8j+VwzKUnmHkEKJkJ8PIX3E2wLhdr0q4/eUJDH s/qzEv0dtiEyha7ZCKbdscdl2sJ8oezByGKEVAVvijxjj9Ak0+BnJo8x4sYicrGVFdNe 5yXb6/sOMahfIzyXz34yhUgOCisJkuJoU6LV+bdLW6hpvQektHEYCq22l4FlH0M6Hz4o GCIQbQ18+M79QPKmUh/8J/cg22g1bm/sx9iaLMTBp0780gfjyyAJouXCdhDQWS6T6dnh RXB2lrz+jSs/oAYD+JBWegLi3VsD6G42rA2RTXIrDoEPzCwjTRXYgMybaieJ/XmU01xG p9tg== X-Gm-Message-State: AOAM531WXVDJdBAuLyUGNekqXTcX3A9p1vtpVOiBxUxP7i+FOEDiQ4cW WXXxHtTaG6ljGtWdLVeQAmDpHEo8a3gXAQOW78qRZA== 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: multipart/alternative; boundary="000000000000ce51ea05c4822697" Subject: Re: [dts] [dpdk-dev] [PATCH] malloc: fix size annotation for NUMA-aware realloc X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" --000000000000ce51ea05c4822697 Content-Type: text/plain; charset="UTF-8" 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 > > --000000000000ce51ea05c4822697 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
That test suite has been disabled on the system. Someone o= f 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 <david.marchand@redhat.com> wro= te:
On Fri, Jun = 11, 2021 at 9:26 AM David Marchand
<david.ma= rchand@redhat.com> wrote:
>
> On Thu, Jun 10, 2021 at 2:09 PM David Marchand
> <dav= id.marchand@redhat.com> 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/tarball= s/15461/


--
David Marchand

--000000000000ce51ea05c4822697--