From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 0986E3257 for ; Tue, 16 Jan 2018 15:59:04 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Jan 2018 06:59:03 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,368,1511856000"; d="scan'208";a="10660853" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga007.fm.intel.com with ESMTP; 16 Jan 2018 06:59:03 -0800 Received: from fmsmsx154.amr.corp.intel.com (10.18.116.70) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 16 Jan 2018 06:59:03 -0800 Received: from fmsmsx117.amr.corp.intel.com ([169.254.3.21]) by FMSMSX154.amr.corp.intel.com ([169.254.6.23]) with mapi id 14.03.0319.002; Tue, 16 Jan 2018 06:59:03 -0800 From: "Wiles, Keith" To: Olivier Matz CC: Hemant Agrawal , "dev@dpdk.org" , "jerin.jacob@caviumnetworks.com" Thread-Topic: [PATCH] mbuf: pktmbuf pool create helper for specific mempool ops Thread-Index: AQHTexhpZYuBh1S9vUOi9Cfgc48vHaN3QxOAgAAB7oA= Date: Tue, 16 Jan 2018 14:59:02 +0000 Message-ID: <29B6B50F-B9F2-4919-892B-32C185821474@intel.com> References: <1513942211-8314-1-git-send-email-hemant.agrawal@nxp.com> <20180116145207.as6nuws4hamhvhs4@platinum> In-Reply-To: <20180116145207.as6nuws4hamhvhs4@platinum> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.255.81.66] Content-Type: text/plain; charset="us-ascii" Content-ID: <00D7FFC124AA594288CCF731D54BA972@intel.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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:59:06 -0000 > On Jan 16, 2018, at 8:52 AM, Olivier Matz wrote: >=20 > 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. >>=20 >> Signed-off-by: Hemant Agrawal >> --- >=20 > Hi Hemant, >=20 > It looks this patch is now in another patchset: > http://dpdk.org/dev/patchwork/patch/33719/ >=20 > Can it be marked as superseeded in patchwork? I can mark my patch. >=20 > Thanks Regards, Keith