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 EB690A0C40; Fri, 11 Jun 2021 09:40:11 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 91DBB40E46; Fri, 11 Jun 2021 09:40:11 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id E30984014F for ; Fri, 11 Jun 2021 09:40:09 +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-f71.google.com (mail-ua1-f71.google.com [209.85.222.71]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-382--x1kRf0AO0aV8aF8Kl-tHA-1; Fri, 11 Jun 2021 03:40:00 -0400 X-MC-Unique: -x1kRf0AO0aV8aF8Kl-tHA-1 Received: by mail-ua1-f71.google.com with SMTP id j23-20020ab01d170000b029023ea6f67624so2152245uak.14 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=fAx494v67sABVpSAO/D5Bl3dV34RelQMU1oRBGNg7R1NhodZRKfIeTFAWq/kEhNaCx rJF0fr4HZwl/4wFz3e6NE6SjHNB/4enOTgjU2t2C+tqglm7JRGjUvSe3hsOvv0U2nPp1 hy07OGdH0GgQjN0yZbnHINwJ2RrjJ8wpU9DvSAyavdOqLmbgERIhinQDqz90Qv4G4mr2 oVEywZzsR8Cb8GZ8wq7a+XEf0Mu8aNZj5Mz6p2Op9tRJgSP0B5L2ad4rgFdD5uaUZ5gt 4eYZDQJsYWhcjSExLpq1YYAuF+KhYq8ExE/JB3172+X4SYZ0E5U9818kSYEJUZ0bEnmK jJ+g== X-Gm-Message-State: AOAM530L0+ow2Qe3tkEJl6oN0WqEHiTGfx5b+E5OPr+/gRORSSyAaUAa LWlU+w0yvnWwYVfMxY6IAk2K+aFuxP9O9WUDPu8PLayvj1bDon0Yq7pkBRfbeUGwwB6FtRBwd5z Ks2uGi8jC3poM5O4ITkE= X-Received: by 2002:ab0:7595:: with SMTP id q21mr1693963uap.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: [dpdk-dev] [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" 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