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:01:20 +0200 Message-ID: <20150413150120.GF2090@nanopsycho.lan> References: <1428934475-15349-1-git-send-email-jiri@resnulli.us> <1428934475-15349-2-git-send-email-jiri@resnulli.us> 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-wi0-f177.google.com ([209.85.212.177]:38025 "EHLO mail-wi0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754156AbbDMPB0 (ORCPT ); Mon, 13 Apr 2015 11:01:26 -0400 Received: by wiun10 with SMTP id n10so70235528wiu.1 for ; Mon, 13 Apr 2015 08:01:25 -0700 (PDT) Content-Disposition: inline In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: 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.