Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755221AbaGKTXG (ORCPT ); Fri, 11 Jul 2014 15:23:06 -0400 Received: from shards.monkeyblade.net ([149.20.54.216]:56782 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755170AbaGKTXD (ORCPT ); Fri, 11 Jul 2014 15:23:03 -0400 Date: Fri, 11 Jul 2014 12:23:01 -0700 (PDT) Message-Id: <20140711.122301.94365507620163228.davem@davemloft.net> To: teg@jklm.no Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, dh.herrmann@gmail.com, kay@vrfy.org Subject: Re: [PATCH v8 1/4] net: add name_assign_type netdev attribute From: David Miller In-Reply-To: <1405026066-2547-2-git-send-email-teg@jklm.no> References: <1405026066-2547-1-git-send-email-teg@jklm.no> <1405026066-2547-2-git-send-email-teg@jklm.no> X-Mailer: Mew version 6.5 on Emacs 24.1 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.7 (shards.monkeyblade.net [149.20.54.216]); Fri, 11 Jul 2014 12:23:02 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Tom Gundersen Date: Thu, 10 Jul 2014 23:01:03 +0200 > diff --git a/net/core/dev.c b/net/core/dev.c > index 30eedf6..392c784 100644 > --- a/net/core/dev.c > +++ b/net/core/dev.c > @@ -6438,11 +6438,12 @@ void netdev_freemem(struct net_device *dev) > > /** > * alloc_netdev_mqs - allocate network device > - * @sizeof_priv: size of private data to allocate space for > - * @name: device name format string > - * @setup: callback to initialize device > - * @txqs: the number of TX subqueues to allocate > - * @rxqs: the number of RX subqueues to allocate > + * @sizeof_priv: size of private data to allocate space for > + * @name: device name format string > + * @name_assign_type: origin of device name > + * @setup: callback to initialize device > + * @txqs: the number of TX subqueues to allocate > + * @rxqs: the number of RX subqueues to allocate > * > * Allocates a struct net_device with private data area for driver use > * and performs basic initialization. Also allocates subqueue structs This belongs in patch #3, where you actually change the arguments to this interface, not here. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/