From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id A14529404 for ; Mon, 7 Dec 2015 03:17:58 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP; 06 Dec 2015 18:17:58 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,392,1444719600"; d="scan'208";a="835612485" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.66.49]) by orsmga001.jf.intel.com with ESMTP; 06 Dec 2015 18:17:56 -0800 Date: Mon, 7 Dec 2015 10:18:43 +0800 From: Yuanhan Liu To: Thomas Monjalon Message-ID: <20151207021843.GF29571@yliu-dev.sh.intel.com> References: <1449027793-30975-1-git-send-email-yuanhan.liu@linux.intel.com> <2679675.c6cKM9bBsr@xps13> <20151207020035.GD29571@yliu-dev.sh.intel.com> <1717599.oECOgsfiks@xps13> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1717599.oECOgsfiks@xps13> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: dev@dpdk.org, Victor Kaplansky , "Michael S. Tsirkin" Subject: Re: [dpdk-dev] [PATCH 1/4] vhost: handle VHOST_USER_SET_LOG_BASE request 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: Mon, 07 Dec 2015 02:17:59 -0000 On Mon, Dec 07, 2015 at 03:03:24AM +0100, Thomas Monjalon wrote: > 2015-12-07 10:00, Yuanhan Liu: > > On Mon, Dec 07, 2015 at 12:07:28AM +0100, Thomas Monjalon wrote: > > > 2015-12-02 15:53, Panu Matilainen: > > > > This (and other changes in patch 2 breaks the librte_vhost ABI again, so > > > > you'd need to at least add a deprecation note to 2.2 to be able to do it > > > > in 2.3 at all according to the ABI policy. > > > > > > > > Perhaps a better option would be adding some padding to the structs now > > > > for 2.2 since the vhost ABI is broken there anyway. That would at least > > > > give a chance to keep it compatible from 2.2 to 2.3. > > > > > > Please could you point where the vhost ABI is broken in 2.2? > > > > Thomas, here are the changes to rte_virtio_net.h: > > > > > > $ git diff 381316f6a225139d22d39b5ab8d50c40607924ca..19d4d7ef2a216b5418d8edb5b004d1a58bba3cc1 \ > > -- lib/librte_vhost/rte_virtio_net.h > > [...] > > The problem is that the changes are not noticed in the release notes > and the LIBABIVER is still 1. Yeah, my bad. Firstly, I was not aware of it's an ABI change. Secondly, I was landed to this team in the middle of v2.2 release, so that I have limited experience of how those works in DPDK community. Anyway, it's my fault. I should have realized that in the first time. Should I send a patch to update LIBABIVER to 2 and update release note now? --yliu