From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=ceEB9DKKrrrNP3nIFtWIbiT2MRl8+tG5Qwve2/vKxnY=; b=hCHnMCSf0vuNQHvKX41GGFjdnsxc3M4Bl7hTOFmGOxpy/qP4/iBQxtfoFhxiEqtvc/ NS1MEsPFoNnwL/irjY8q8YMIu57RkrGOtdM2Jz4n8mKv4Tez/wU9ZVDbDDKmCY8eq0jx ojNhKKp+SBYFtdlnMxtJ22KVt1VHNQXHVTmM6wQ09C/LGAUfLATlPFwqOhYIMjHRYba9 S6S+DYEXWk2MqE3ZRM5dvJu6G6rfc6T7EKoBvRijX9/50Or5pMU5xLCZ0hPWldc9WnMt WGYtBeKK275xPsZMwkKHY1eUpqMZJLWKdrh8ZIMQTW9raZxObVHtj8vaeNQ3jU6Pq2Fs ffuQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=ceEB9DKKrrrNP3nIFtWIbiT2MRl8+tG5Qwve2/vKxnY=; b=aMUvziaLx2EXZ53nmH62v56Ky4sE7K7h5lFRTVIASqWbEJxFngg83XqaA2eLISLtP8 +FINR0AOZsuH5U9RSfp6y9B6+MRwy51dTisDSlAwpzkkt5I82ZJdV73giURIzGMuzsif Vvhr3SRYWRWQdTDWPiqOMvT8daEaBVqHbzXwRu+CG6jUOua1JQkXnoQeJ12fc3iFtr1K 77ftT6lQ0wMvJbrFJLp4QYYYaQ3qwgIWrgHHFtt0pWGIhsHbnjSVNVG8MloGOGr4iAKz GfKxXeDPUOiZdC2p/GWreeFb7ru0g2qfJWP6Sa9gOOTwUURgQpQmZaSxmgu6h51F0Am3 z13Q== X-Gm-Message-State: AKaTC03lD9mjGR4HAnEQ/mleMSNglOS3GeUhRlUNP03y8zXH99eCsZu0it96SvH1G5k0E53P X-Received: by 10.194.78.195 with SMTP id d3mr53646534wjx.96.1481031563452; Tue, 06 Dec 2016 05:39:23 -0800 (PST) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id 135sm4090272wmh.14.2016.12.06.05.39.22 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 06 Dec 2016 05:39:22 -0800 (PST) From: Thomas Monjalon To: Olivier Matz Cc: dev@dpdk.org, "Mcnamara, John" , "Wiles, Keith" Date: Tue, 06 Dec 2016 14:39:21 +0100 Message-ID: <24689056.CHeKKQ0c7R@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: References: <1479809098-17109-1-git-send-email-olivier.matz@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] mempool: fix Api documentation 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: , X-List-Received-Date: Tue, 06 Dec 2016 13:39:24 -0000 > > 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