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 1D6019E7 for ; Mon, 8 Feb 2016 12:02:40 +0100 (CET) Received: from was59-1-82-226-113-214.fbx.proxad.net ([82.226.113.214] helo=[192.168.0.10]) by mail.droids-corp.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84) (envelope-from ) id 1aSjbU-00029j-6v; Mon, 08 Feb 2016 12:03:36 +0100 To: "Hunt, David" , dev@dpdk.org 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> From: Olivier MATZ X-Enigmail-Draft-Status: N1110 Message-ID: <56B875B4.3010502@6wind.com> Date: Mon, 8 Feb 2016 12:02:12 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.3.0 MIME-Version: 1.0 In-Reply-To: <56B380BE.9080904@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 1/5] mempool: add external mempool manager support X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2016 11:02:40 -0000 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