From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 996CD2E83 for ; Tue, 29 Nov 2016 14:41:53 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 29 Nov 2016 05:41:52 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,717,1473145200"; d="scan'208";a="1075032179" Received: from irsmsx108.ger.corp.intel.com ([163.33.3.3]) by fmsmga001.fm.intel.com with ESMTP; 29 Nov 2016 05:41:52 -0800 Received: from irsmsx156.ger.corp.intel.com (10.108.20.68) by IRSMSX108.ger.corp.intel.com (163.33.3.3) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 29 Nov 2016 13:41:51 +0000 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.91]) by IRSMSX156.ger.corp.intel.com ([169.254.3.74]) with mapi id 14.03.0248.002; Tue, 29 Nov 2016 13:41:51 +0000 From: "Mcnamara, John" To: Olivier Matz , "dev@dpdk.org" CC: "Wiles, Keith" Thread-Topic: [dpdk-dev] [PATCH] mempool: fix Api documentation Thread-Index: AQHSRKgJNbQI0XjzSkStezVB2dtZZKDwA00A Date: Tue, 29 Nov 2016 13:41:50 +0000 Message-ID: References: <1479809098-17109-1-git-send-email-olivier.matz@6wind.com> In-Reply-To: <1479809098-17109-1-git-send-email-olivier.matz@6wind.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNTk5ZjcyNGItNmE0Yi00OTk3LWIwNTAtZTQ5ZTAzOGMzZmI5IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IjFCaU4xOURseUl0TFowTEpqNk9GMGNJOWxNYjlBRzQ0d0twSEZtYThiWTg9In0= x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] mempool: fix Api documentation X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Nov 2016 13:41:54 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Olivier Matz > Sent: Tuesday, November 22, 2016 10:05 AM > To: dev@dpdk.org > Cc: Wiles, Keith > Subject: [dpdk-dev] [PATCH] mempool: fix Api documentation >=20 > A previous commit changed the local_cache table into a pointer, reducing > the size of the rte_mempool structure. >=20 > Fix the API comment of rte_mempool_create() related to this modification. >=20 > Fixes: 213af31e0960 ("mempool: reduce structure size if no cache needed") >=20 > Signed-off-by: Olivier Matz Acked-by: John McNamara