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 91EC4C312 for ; Tue, 16 Jun 2015 12:36:55 +0200 (CEST) Received: from hmsreliant.think-freely.org ([2001:470:8:a08:7aac:c0ff:fec2:933b] helo=localhost) by smtp.tuxdriver.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.63) (envelope-from ) id 1Z4oEa-0006Q5-2S; Tue, 16 Jun 2015 06:36:54 -0400 Date: Tue, 16 Jun 2015 06:36:41 -0400 From: Neil Horman To: Ouyang Changchun Message-ID: <20150616103641.GA26752@hmsreliant.think-freely.org> References: <1434418723-20361-1-git-send-email-changchun.ouyang@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1434418723-20361-1-git-send-email-changchun.ouyang@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] abi: Announce abi changes plan for vhost-user multiple queues 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: Tue, 16 Jun 2015 10:36:55 -0000 On Tue, Jun 16, 2015 at 09:38:43AM +0800, Ouyang Changchun wrote: > It announces the planned ABI changes for vhost-user multiple queues feature on v2.2. > > Signed-off-by: Changchun Ouyang > --- > doc/guides/rel_notes/abi.rst | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/doc/guides/rel_notes/abi.rst b/doc/guides/rel_notes/abi.rst > index f00a6ee..dc1b0eb 100644 > --- a/doc/guides/rel_notes/abi.rst > +++ b/doc/guides/rel_notes/abi.rst > @@ -38,3 +38,4 @@ Examples of Deprecation Notices > > Deprecation Notices > ------------------- > +* The ABI changes are planned for struct virtio_net in order to support vhost-user multiple queues feature. The upcoming release 2.1 will not contain these ABI changes, but release 2.2 will, and no backwards compatibility is planed due to the vhost-user multiple queues feature enabling. Binaries using this library build prior to version 2.2 will require updating and recompilation. > -- > 1.8.4.2 > > Acked-by: Neil Horman