From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] ethdev: add field for device data per process Date: Fri, 05 Oct 2018 16:47:50 +0200 Message-ID: <1899489.eb9E0yuFE2@xps> References: <1538047596-23954-1-git-send-email-alejandro.lucero@netronome.com> <0c1f4fbe-9e34-9c69-10c9-46f6d5df9ca2@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Andrew Rybchenko , dev , rasland@mellanox.com To: Ferruh Yigit , Alejandro Lucero Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 808761B17B for ; Fri, 5 Oct 2018 16:47:56 +0200 (CEST) In-Reply-To: <0c1f4fbe-9e34-9c69-10c9-46f6d5df9ca2@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 05/10/2018 15:26, Ferruh Yigit: > On 10/5/2018 2:17 PM, Alejandro Lucero wrote: > > On Fri, Oct 5, 2018 at 2:01 PM Ferruh Yigit wrote: > >> Will there be new version? > >> > >> Are we agree on name? > >> > >> Is LIBABIVER increase should be done in this patch, or will there be other > >> patch > >> already doing it? > >> > > > > I'm not familiar with LIBABIVER but just tell me to send it again with that > > change if you consider that is the right thing to do. > > ABI breakage process: > - Increase LIBABIVER in library Makefile/meson.build > - Update lib in release notes "Shared Library Versions" section, with a "+" to > to indicate change > - Remove deprecation notice (seems not applies to this one) > > Thomas mentioned there is another patch breaking the ABI for ethdev, I wonder > which patch will do the above process. There will be a patch to remove the attach/detach function. But the patch for data per process will probably be applied first. Please do the LIBABIVER bump as described by Ferruh.