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 381B9A0C40 for ; Fri, 11 Jun 2021 09:40:18 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 186A340FDF; Fri, 11 Jun 2021 09:40:18 +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 E1468410FD for ; Fri, 11 Jun 2021 09:40:15 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1623397215; 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=FX0JBRyJmY+ASMqfIlRK5w2Nc3AoRIiyRZAvLjonbqdFXX0iT834PVCy7DUgaiqpHJQHsr FHlY7Td3KGupsByH7x36XP2RXSo6sYjr0idzR/MsP24Y60/TruhHdBK4ZYxqIovJGtYEd5 sP1nPRFyEZKZG3ihTNJ4TH8PVIR5lYI= Received: from mail-vk1-f197.google.com (mail-vk1-f197.google.com [209.85.221.197]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-204-XOkKx7OOMhK6o4lG7UTmKg-1; Fri, 11 Jun 2021 03:40:00 -0400 X-MC-Unique: XOkKx7OOMhK6o4lG7UTmKg-1 Received: by mail-vk1-f197.google.com with SMTP id g7-20020a0561220987b0290233169b13b1so2111346vkd.0 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=XkQFLccytb6XZKfo7sR6293G3iTxa81t3JAaWQi9tg/u/YjqwqA2G1aNAjZYWmzZB3 ml6I8kBfLE2+WABKtGrDLWazCjoqgZdt30Ec2ZFzLtRkc+YapgP8O491uL2NEj46/MRr cWDu6IPeuujAQMwVjcebt1o3ThAVdnWyXdPDMpEo7s3gVbDRhlkFNXDTTSmWQOn+erxN Go96sZwA1QCFSqQQAozYtp5C2TXLubKO74U2cTjtZcDKeGdk1AoHlHlVnzxvGO/GPLS2 G/a4zGqhdCp3ygfBIooo8sb8Ob/Vn/Bn5ed+h+/nUAGcy/Y67EtxifThZhsSHsPwZMjj SlJA== X-Gm-Message-State: AOAM533F4pGUsgepKoKliM5iFlc5TJKIEW29ozJrXOjPymkQwcyAnE70 9uhZLgh90b9FR4Aj18aHzrSwi9+PW/1B9L1G77h3lojwrfvHY/zq4S9F+4zFto1TwVV6iTkTPaA lJd5Zkx60MgPlTuItd1+R8AA= X-Received: by 2002:ab0:7595:: with SMTP id q21mr1693964uap.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-stable] [dpdk-dev] [PATCH] malloc: fix size annotation for NUMA-aware realloc X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" 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