From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jiri Pirko Subject: Re: [patch net-next 1/2] switchdev: s/netdev_switch_/switchdev_/ Date: Mon, 13 Apr 2015 17:19:32 +0200 Message-ID: <20150413151932.GH2090@nanopsycho.lan> References: <1428934475-15349-1-git-send-email-jiri@resnulli.us> <1428934475-15349-2-git-send-email-jiri@resnulli.us> <20150413150120.GF2090@nanopsycho.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Netdev , "David S. Miller" , Roopa Prabhu , Florian Fainelli , Andy Gospodarek To: Scott Feldman Return-path: Received: from mail-wg0-f53.google.com ([74.125.82.53]:35702 "EHLO mail-wg0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753847AbbDMPTf (ORCPT ); Mon, 13 Apr 2015 11:19:35 -0400 Received: by wgyo15 with SMTP id o15so85244086wgy.2 for ; Mon, 13 Apr 2015 08:19:34 -0700 (PDT) Content-Disposition: inline In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: Mon, Apr 13, 2015 at 05:06:04PM CEST, sfeldma@gmail.com wrote: >On Mon, Apr 13, 2015 at 8:01 AM, Jiri Pirko wrote: >> Mon, Apr 13, 2015 at 04:48:51PM CEST, sfeldma@gmail.com wrote: >>>On Mon, Apr 13, 2015 at 7:14 AM, Jiri Pirko wrote: >>>> Turned out that "switchdev" sticks. So just unify all releated terms to >>>> use this prefix. >>>> >>>> Signed-off-by: Jiri Pirko >>> >>>NACK. I'm right in the middle of a large patchset which touches all >>>of these files in all of those places and a rename before mine will >>>create a git merge nightmare. Please wait to post any rename patches >>>until after my set goes in. >> >> Makes sense to me to rename first so you can add new functions with >> "switchdev_" prefix on top of that. > >I am renaming, to swdev_ and all new stuff gets swdev_ prefix. You're >welcome to change the prefix after my patch set goes in but don't try >to slip it under as it totally messes up my patch stack. Scott, at least please use "switchdev_" prefix for your new stuff so it does not have to be renamed right after.