From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 76549A04C7; Mon, 14 Sep 2020 18:41:03 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4EDDEE07; Mon, 14 Sep 2020 18:41:03 +0200 (CEST) Received: from mail-pf1-f196.google.com (mail-pf1-f196.google.com [209.85.210.196]) by dpdk.org (Postfix) with ESMTP id 59B68160 for ; Mon, 14 Sep 2020 18:41:02 +0200 (CEST) Received: by mail-pf1-f196.google.com with SMTP id w7so12566pfi.4 for ; Mon, 14 Sep 2020 09:41:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=4bb0gRY5xl+qp+DAoosFFPVmRoFtiviUaMppCyU9m70=; b=ldGcDd3Hw0m9Ya3JpKIIbC/tqNMYQGwwOrJxeO0xrMWoRPlsCO+k0pCes1HxZYBWRW mRFpRaPewurgVNGpXo9IMT1Bcec6AWKB/N5qkEPjiPEfhTHlXsr98mTVuf3M/5s8Ep5h xF3vaXaxAYv4p0N9puF073jbq6mBqFw97xkh7fMs/BF1h61voqj7aSGavgCwMhFp+LTJ Qaj8fxt7yBrVPZ/P4njaOY1DyuIxf4KdClac0hrStl5Qrz5ZnlM1tp2xmuRvvApne8TI i20TOMY4cAawTGzLxstseXj4pYnTw8m1fnb7nZ/VV4UARdIxLdGtcTJggnWlUIhvRkCe cmLA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=4bb0gRY5xl+qp+DAoosFFPVmRoFtiviUaMppCyU9m70=; b=m8TF9l3ikCtkuTodkW3K4ue0Yl/08v62QCuogs6BYGvN7aP7EEpO6AXy4tul6r5sb9 PZtgV0EFPZ3PsVlHk/frDbicTLahSab920dv1KGkk08yoVnbrP6GstQjrjLIbWLFl63Y FaHG+6fia7SRFn1dE3DJCawU159hSl2/Vxce5US09Pl+Rdgb3ZG0+c0iYsIgWXLDm2cD xwuueyLKBgTxNJeNZs4th3frkl2yIivuwsxBs1RJw8jQN5BddPMPLu4cWgo4hKg8Q6dh mMfPdDO6fvc2j/i7fEcQUYY9B+M5LRfqkMITJysWmA5Y9VyueNU+AEY1P9lmgxze3W+9 LXxg== X-Gm-Message-State: AOAM532WWFYxG0hXeMjn0XjZthRx8FrmrJHclBhKQafmPP4yZpXyhl/w lyxMeiyB2VUGkP5p7bbgPttfWw== X-Google-Smtp-Source: ABdhPJxRB4z7Nd0vqYyoiQ+D2yVmtaI7ULRGHm9QmhnMdzG54XwSXDpS1uFp4+IMxEjEOG0bjeAYTA== X-Received: by 2002:a17:902:bf09:: with SMTP id bi9mr6242166plb.50.1600101661589; Mon, 14 Sep 2020 09:41:01 -0700 (PDT) Received: from hermes.lan (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id r144sm11599529pfc.63.2020.09.14.09.41.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 14 Sep 2020 09:41:01 -0700 (PDT) Date: Mon, 14 Sep 2020 09:40:58 -0700 From: Stephen Hemminger To: "Burakov, Anatoly" Cc: dev@dpdk.org Message-ID: <20200914094058.16b715d5@hermes.lan> In-Reply-To: <6a912a3a-81c2-7740-5f89-815d2e5fba5d@intel.com> References: <20200904221143.19744-1-stephen@networkplumber.org> <6a912a3a-81c2-7740-5f89-815d2e5fba5d@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] eal/rte_malloc: add alloc_size() attribute to allocation functions X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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 Mon, 14 Sep 2020 16:35:58 +0100 "Burakov, Anatoly" wrote: > > * Replacement function for calloc(), using huge-page memory. Memory area is > > @@ -239,9 +243,9 @@ rte_zmalloc_socket(const char *type, size_t size, unsigned align, int socket); > > * align is not a power of two). > > * - Otherwise, the pointer to the allocated object. > > */ > > -__rte_malloc > > void * > > Where did this come from? It was on an earlier patch, I based this on an abandoned tree, will rebase on main.