[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <201005061845.16751.arnd@arndb.de>
Date: Thu, 6 May 2010 18:45:16 +0200
From: Arnd Bergmann <arnd@...db.de>
To: Scott Feldman <scofeldm@...co.com>
Cc: davem@...emloft.net, netdev@...r.kernel.org, chrisw@...hat.com
Subject: Re: [net-next-2.6 V5 PATCH 2/3] Add ndo_{set|get}_vf_port_profile op support for enic dynamic vnics
On Thursday 06 May 2010, Scott Feldman wrote:
> Dynamic enics have all-zero mac address on init, so we assign a random mac
> addr to the interface. This would seem less funny:
>
> if (enic_is_dynamic(enic) && is_zero_ether_addr(addr))
> random_ether_addr(netdev->dev_addr);
> else
> ...
>
> I'll make that change and resubmit with your VDP additions if you like.
The change is ok, but what I think would be more helpful is a code comment
with your above sentence.
Arnd
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists