From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] mempool: fix Api documentation Date: Tue, 06 Dec 2016 14:39:21 +0100 Message-ID: <24689056.CHeKKQ0c7R@xps13> References: <1479809098-17109-1-git-send-email-olivier.matz@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Mcnamara, John" , "Wiles, Keith" To: Olivier Matz Return-path: Received: from mail-wj0-f169.google.com (mail-wj0-f169.google.com [209.85.210.169]) by dpdk.org (Postfix) with ESMTP id CDB0837B8 for ; Tue, 6 Dec 2016 14:39:23 +0100 (CET) Received: by mail-wj0-f169.google.com with SMTP id tg4so66016276wjb.1 for ; Tue, 06 Dec 2016 05:39:23 -0800 (PST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > A previous commit changed the local_cache table into a pointer, reducing > > the size of the rte_mempool structure. > > > > Fix the API comment of rte_mempool_create() related to this modification. > > > > Fixes: 213af31e0960 ("mempool: reduce structure size if no cache needed") > > > > Signed-off-by: Olivier Matz > > Acked-by: John McNamara Applied, thanks