From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] drivers: make driver names consistent Date: Tue, 18 Oct 2016 18:45:05 +0200 Message-ID: <2201794.7x9BqQcEvp@xps13> References: <1472077494-164532-1-git-send-email-pablo.de.lara.guarch@intel.com> <10195497.iZAVVgVpbs@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Yuanhan Liu , "De Lara Guarch, Pablo" , dev@dpdk.org, "Mcnamara, John" To: Jan Blunck Return-path: Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id 5470B2C01 for ; Tue, 18 Oct 2016 18:45:07 +0200 (CEST) Received: by mail-wm0-f50.google.com with SMTP id f193so4543583wmg.1 for ; Tue, 18 Oct 2016 09:45:07 -0700 (PDT) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-10-18 17:26, Jan Blunck: > On Tue, Oct 18, 2016 at 3:42 PM, Thomas Monjalon > wrote: > > 2016-10-18 21:06, Yuanhan Liu: > >> On Tue, Oct 18, 2016 at 02:50:16PM +0200, Jan Blunck wrote: > >> > >From my understanding this is a massive API breakage. This forces all > >> > existing users of the virtual PMDs to change with zero benefit. Even > >> > if that isn't enough it also makes it impossible to switch between > >> > releases by recompiling. > >> > > >> > Can we please revert these changes and work on some aliasing support > >> > for the PMDs to fix it long term? > >> > >> +1. Aliasing is also something I would suggest before making such renames. > > > > It is a brutal change, yes. > > It was announced in 16.07 release notes though. > > > > "But the plans were on display ..." (HHGTTG) > > > We can try to make this change more progressive by keeping old names > > as aliases for some time. > > Is there a volunteer to work on vdev names aliases, > > with the target of integrating them in RC2 or RC3? > > > > I'll give it a try ... Thanks Jan