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 AA8DBA0C41; Fri, 11 Jun 2021 09:40:12 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9FE35410FE; Fri, 11 Jun 2021 09:40:12 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mails.dpdk.org (Postfix) with ESMTP id 6C53D4014F for ; Fri, 11 Jun 2021 09:40:10 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1623397209; 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: in-reply-to:in-reply-to:references:references; bh=ZvbBHJiQFAsiHHxJxXzCC9OpVG4+8+aEGdKSa9Vx6mY=; b=YbQI/OCbPp8mgg0N1LFsYFvkldcUBJqKJtkThDlKjV6mgwIZtxZQVYQVGxPnoq5hCQhy8/ lqMeT7skkjfI8sTUh4Qk5EYE1zaFAuBwJU7iODumMNUmsu+GrLAfSL7NXP3/aODsFrDm9J hYHmxEqKAA9DWYzUPih394UGyG5EjOY= Received: from mail-ua1-f70.google.com (mail-ua1-f70.google.com [209.85.222.70]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-419-6OIo0-pPOY20Ji7rWXHqeA-1; Fri, 11 Jun 2021 03:40:00 -0400 X-MC-Unique: 6OIo0-pPOY20Ji7rWXHqeA-1 Received: by mail-ua1-f70.google.com with SMTP id a15-20020ab0684f0000b0290275ca73402eso874364uas.12 for ; Fri, 11 Jun 2021 00:40:00 -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=ZvbBHJiQFAsiHHxJxXzCC9OpVG4+8+aEGdKSa9Vx6mY=; b=kcubA3O04RoBBdnaJNmswlLKwTOc8Wvme+1/y1ZzkU0i8XCmFSG6xTF9yP4scr76GA jsZV1FER5x0nNXMHIUf4OVyX0eO3+TSgicPmPjdVCZuIwM0gd+3vlCILhVtHKL+rM3fx tVeMxBcF0xd9n9caRV0sGLo9gIEaHFAXOQnbZiAz9ABpqeJA8UzWewUN88BtJvLyXF5t 3aM4yGNSxS0OYe29fUniez2M8GIRM6inHf+gjLcqbNXBVd3YPYFEO4GJ8ZuAhhUrnzxu OcTnyzLBcD0wl0R3gndRTybTclYCsTELJMT/byNH49YdaT5JCiipMLyQdMf1TixIUOiY Y/Cg== X-Gm-Message-State: AOAM533XuSP0gw+RYCzTgVjH9bpDpLJt2Yf88H5LcrIDvLnc/LfHSfB/ GL2haa1pNx5AcnAmF7Wqi/Hg0x1lpewu54f10ga0mwWIdVlHYNfIb7XIdTmAaLj4TjIsbiyrPdn CRKPwr/iQR/BrJTCarZ0= X-Received: by 2002:ab0:7595:: with SMTP id q21mr1693965uap.87.1623397199620; Fri, 11 Jun 2021 00:39:59 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyR/FADaN+VnOEljHSz+Hnq1gFneyoH69wZTA0MNFoM7e4omrU5Jq9uPoFnMCysdwTYOh6PMjMJWaXROsx3O74= X-Received: by 2002:ab0:7595:: with SMTP id q21mr1693954uap.87.1623397199372; Fri, 11 Jun 2021 00:39:59 -0700 (PDT) MIME-Version: 1.0 References: <20210610120922.24128-1-david.marchand@redhat.com> In-Reply-To: From: David Marchand Date: Fri, 11 Jun 2021 09:39:48 +0200 Message-ID: To: dts@dpdk.org, Beilei Xing , ci@dpdk.org Cc: dev , Maxime Coquelin , dpdk stable , Anatoly Burakov , Stephen Hemminger , Aaron Conole , dpdklab Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" 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" 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