From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier MATZ Subject: Re: [PATCH 1/5] mempool: add external mempool manager support Date: Mon, 8 Feb 2016 12:02:12 +0100 Message-ID: <56B875B4.3010502@6wind.com> References: <1453829155-1366-1-git-send-email-david.hunt@intel.com> <1453829155-1366-2-git-send-email-david.hunt@intel.com> <56B365A0.3080206@6wind.com> <56B380BE.9080904@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit To: "Hunt, David" , dev@dpdk.org Return-path: Received: from mail.droids-corp.org (zoll.droids-corp.org [94.23.50.67]) by dpdk.org (Postfix) with ESMTP id 1D6019E7 for ; Mon, 8 Feb 2016 12:02:40 +0100 (CET) In-Reply-To: <56B380BE.9080904@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi David, On 02/04/2016 05:47 PM, Hunt, David wrote: > Olivier, > Thanks for your comprehensive comments. I'm working on a v2 patch > based on feedback already received from Jerin, and I'll be sure to > include your feedback also. > Many thanks, > David. While answering to Keith, I realized there is the same kind of ABI changes in your patchset too. It means it should also follow the ABI deprecation process: dpdk/doc/guides/contributing/versioning.rst. Regards, Olivier