From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.tuxdriver.com (charlotte.tuxdriver.com [70.61.120.58]) by dpdk.org (Postfix) with ESMTP id E0545CF9 for ; Wed, 8 Jul 2015 13:07:58 +0200 (CEST) Received: from voip-107-15-76-160.kyn.rr.com ([107.15.76.160] helo=localhost) by smtp.tuxdriver.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.63) (envelope-from ) id 1ZCnCk-0001I4-KW; Wed, 08 Jul 2015 07:07:57 -0400 Date: Wed, 8 Jul 2015 07:07:54 -0400 From: Neil Horman To: Jijiang Liu Message-ID: <20150708110754.GB24635@hmsreliant.think-freely.org> References: <1436321305-26996-1-git-send-email-jijiang.liu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1436321305-26996-1-git-send-email-jijiang.liu@intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-Spam-Score: -2.9 (--) X-Spam-Status: No Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] doc:announce ABI changes planned for struct rte_eth_dev to support up to 1024 queues per port 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: Wed, 08 Jul 2015 11:07:59 -0000 On Wed, Jul 08, 2015 at 10:08:25AM +0800, Jijiang Liu wrote: > 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 > --- > doc/guides/rel_notes/abi.rst | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/doc/guides/rel_notes/abi.rst b/doc/guides/rel_notes/abi.rst > index 110c486..ff4a810 100644 > --- a/doc/guides/rel_notes/abi.rst > +++ b/doc/guides/rel_notes/abi.rst > @@ -12,3 +12,4 @@ Examples of Deprecation Notices > > 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. > -- > 1.7.7.6 > > Acked-by: Neil Horman