From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v7 2/5] lib/mbuf: introduce helper to create mempool with flags Date: Thu, 28 Mar 2019 19:30:56 +0000 Message-ID: <251391ab-2186-799b-bf04-b48637779ef3@intel.com> References: <20190301080947.91086-1-xiaolong.ye@intel.com> <20190327090027.72170-1-xiaolong.ye@intel.com> <20190327090027.72170-3-xiaolong.ye@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Qi Zhang , Karlsson Magnus , Topel Bjorn , Maxime Coquelin , Stephen Hemminger , Luca Boccassi , Bruce Richardson , Ananyev Konstantin To: Xiaolong Ye , dev@dpdk.org, David Marchand , Andrew Rybchenko , Olivier Matz Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 65CD04F94 for ; Thu, 28 Mar 2019 20:31:01 +0100 (CET) In-Reply-To: <20190327090027.72170-3-xiaolong.ye@intel.com> Content-Language: en-US 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 3/27/2019 9:00 AM, Xiaolong Ye wrote: > This allows applications to create mbuf mempool with specific flags > such as MEMPOOL_F_NO_SPREAD if they want fixed size memory objects. > > Signed-off-by: Qi Zhang > Signed-off-by: Xiaolong Ye Hi Olivier, Can you please check this patch? I would like to get the PMD for rc1 but it has a dependency to this mbuf change. Thanks, ferruh