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 37236C602 for ; Thu, 30 Jul 2015 12:33:53 +0200 (CEST) Received: from [107.15.76.160] (helo=localhost) by smtp.tuxdriver.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.63) (envelope-from ) id 1ZKl9k-0008PB-7W; Thu, 30 Jul 2015 06:33:48 -0400 Date: Thu, 30 Jul 2015 06:33:43 -0400 From: Neil Horman To: Thomas Monjalon Message-ID: <20150730103343.GA24968@hmsreliant.think-freely.org> References: <27164357.IJ0XWy5v3t@xps13> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <27164357.IJ0XWy5v3t@xps13> User-Agent: Mutt/1.5.23 (2014-03-12) X-Spam-Score: -1.0 (-) X-Spam-Status: No Cc: dev@dpdk.org Subject: Re: [dpdk-dev] abi change announce 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: Thu, 30 Jul 2015 10:33:53 -0000 On Thu, Jul 30, 2015 at 12:18:41PM +0200, Thomas Monjalon wrote: > 2015-07-30 09:25, Xie, Huawei: > > Hi Thomas: > > I am doing virtio/vhost performance optimization, so there is possibly > > some change, for example to virtio or vhost virtqueue data structure. > > Do i need to announce the ABI change even if the change hasn't been > > determined? > > I have no strong opinion. > It seems strange to announce something which is not known. > You may be able to introduce your change without previous notice by using > NEXT_ABI if not too invasive. > > Neil, an opinion? > Given the process, you can't announce the change until you know what it is, since you need to detail in the announcement what the change is going to be. We have no method to reserve an 'ABI break to be determined later', nor should we. Write the code, then we figure out if ABI needs to change and there is a need to announce. Neil