From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.droids-corp.org (zoll.droids-corp.org [94.23.50.67]) by dpdk.org (Postfix) with ESMTP id 3E4811B1AB for ; Tue, 16 Jan 2018 15:52:12 +0100 (CET) Received: from lfbn-lil-1-110-231.w90-45.abo.wanadoo.fr ([90.45.197.231] helo=droids-corp.org) by mail.droids-corp.org with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1ebSay-0000HM-SI; Tue, 16 Jan 2018 15:52:14 +0100 Received: by droids-corp.org (sSMTP sendmail emulation); Tue, 16 Jan 2018 15:52:08 +0100 Date: Tue, 16 Jan 2018 15:52:07 +0100 From: Olivier Matz To: Hemant Agrawal Cc: dev@dpdk.org, jerin.jacob@caviumnetworks.com, keith.wiles@intel.com Message-ID: <20180116145207.as6nuws4hamhvhs4@platinum> References: <1513942211-8314-1-git-send-email-hemant.agrawal@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1513942211-8314-1-git-send-email-hemant.agrawal@nxp.com> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [dpdk-dev] [PATCH] mbuf: pktmbuf pool create helper for specific mempool ops 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, 16 Jan 2018 14:52:12 -0000 On Fri, Dec 22, 2017 at 05:00:11PM +0530, Hemant Agrawal wrote: > Introduce a new helper for pktmbuf pool, which will allow > the application to optionally specify the mempool ops name > as well. > > Signed-off-by: Hemant Agrawal > --- Hi Hemant, It looks this patch is now in another patchset: http://dpdk.org/dev/patchwork/patch/33719/ Can it be marked as superseeded in patchwork? Thanks