From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: postpone mempool ABI breakage Date: Wed, 03 Aug 2016 18:46:35 +0200 Message-ID: <6126688.dZnLyVlUyP@xps13> References: <1469799684-15055-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: olivier.matz@6wind.com Return-path: Received: from mail-wm0-f54.google.com (mail-wm0-f54.google.com [74.125.82.54]) by dpdk.org (Postfix) with ESMTP id 6D83A2C29 for ; Wed, 3 Aug 2016 18:46:37 +0200 (CEST) Received: by mail-wm0-f54.google.com with SMTP id q128so455713432wma.1 for ; Wed, 03 Aug 2016 09:46:37 -0700 (PDT) In-Reply-To: <1469799684-15055-1-git-send-email-thomas.monjalon@6wind.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" 2016-07-29 15:41, Thomas Monjalon: > It was planned to remove some mempool functions which are deprecated > since 16.07. > As no other mempool ABI change is planned in 16.11, it is better > to postpone and group every mempool ABI changes in 17.02. > > Signed-off-by: Thomas Monjalon Applied