From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc:announce ABI changes planned for struct rte_eth_dev to support up to 1024 queues per port Date: Sat, 11 Jul 2015 00:14:15 +0200 Message-ID: <1513158.qcxj8Vfs69@xps13> References: <1436321305-26996-1-git-send-email-jijiang.liu@intel.com> <20150708110754.GB24635@hmsreliant.think-freely.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Jijiang Liu Return-path: Received: from mail-wg0-f52.google.com (mail-wg0-f52.google.com [74.125.82.52]) by dpdk.org (Postfix) with ESMTP id EAB88C444 for ; Sat, 11 Jul 2015 00:15:24 +0200 (CEST) Received: by wgxm20 with SMTP id m20so75911836wgx.3 for ; Fri, 10 Jul 2015 15:15:24 -0700 (PDT) In-Reply-To: <20150708110754.GB24635@hmsreliant.think-freely.org> 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" > > The significant ABI change of all shared libraries is planned for struct rte_eth_dev to support up to 1024 queues per port which will be taken effect from release 2.2. > > > > Signed-off-by: Jijiang Liu [...] > > Deprecation Notices > > ------------------- > > +* Significant ABI changes are planned for struct rte_eth_dev to support up to 1024 queues per port. This change will be taken effect for shared libraries from release 2.2. There is no backward compatibility planned from release 2.2. All binaries will need to be rebuilt from release 2.2. not only for shared libraries > Acked-by: Neil Horman Wrapped and applied with above fix, thanks