From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier MATZ Subject: Re: [PATCH 6/6] mempool: add in the RTE_NEXT_ABI protection for ABI breakages Date: Fri, 19 Feb 2016 14:33:57 +0100 Message-ID: <56C719C5.8080000@6wind.com> References: <1453829155-1366-1-git-send-email-david.hunt@intel.com> <1455634095-4183-1-git-send-email-david.hunt@intel.com> <1455634095-4183-7-git-send-email-david.hunt@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit To: David Hunt , 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 90B5CC4BC for ; Fri, 19 Feb 2016 15:05:32 +0100 (CET) In-Reply-To: <1455634095-4183-7-git-send-email-david.hunt@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/16/2016 03:48 PM, David Hunt wrote: > v2: Kept all the NEXT_ABI defs to this patch so as to make the > previous patches easier to read, and also to imake it clear what > code is necessary to keep ABI compatibility when NEXT_ABI is > disabled. > > Signed-off-by: David Hunt > --- > app/test/Makefile | 2 + > app/test/test_mempool_perf.c | 3 + > lib/librte_mbuf/rte_mbuf.c | 7 ++ > lib/librte_mempool/Makefile | 2 + > lib/librte_mempool/rte_mempool.c | 240 ++++++++++++++++++++++++++++++++++++++- > lib/librte_mempool/rte_mempool.h | 68 ++++++++++- > 6 files changed, 320 insertions(+), 2 deletions(-) Given the size of this patch, I don't think it's worth adding the NEXT ABI in that case. Regards, Olivier