From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] mempool: increase ABI version Date: Mon, 06 Nov 2017 23:59:49 +0100 Message-ID: <1836121.ASotcfkrt8@xps> References: <20171106110824.12936-1-thomas@monjalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: santosh , olivier.matz@6wind.com Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 189011B324 for ; Mon, 6 Nov 2017 23:59:51 +0100 (CET) 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" 06/11/2017 12:33, santosh: > > On Monday 06 November 2017 04:38 PM, Thomas Monjalon wrote: > > API and ABI of mempool library has been changed in 17.11. > > > > Fixes: 02604520b2f2 ("mempool: remove unused flags argument") > > Fixes: 0cc0f8aaa35d ("mempool: change flags from int to unsigned int") > > Fixes: 6eac187bff30 ("mempool: add flags arg in xmem size and usage") > > > > Signed-off-by: Thomas Monjalon > > --- > > Acked-by: Santosh Shukla Applied