On 5/6/10 6:47 AM, "Arnd Bergmann" <arnd@arndb.de> 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.
-scott
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html