From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier Matz Subject: Re: [PATCH] mbuf: pktmbuf pool create helper for specific mempool ops Date: Tue, 16 Jan 2018 15:52:07 +0100 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 Cc: dev@dpdk.org, jerin.jacob@caviumnetworks.com, keith.wiles@intel.com To: Hemant Agrawal 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) Content-Disposition: inline In-Reply-To: <1513942211-8314-1-git-send-email-hemant.agrawal@nxp.com> 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 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