[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20071029.201231.67559606.davem@davemloft.net>
Date: Mon, 29 Oct 2007 20:12:31 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: toms@...derland.us.com
Cc: netdev@...r.kernel.org
Subject: Re: drivers/net/sunhme.c patch
From: Tom Southerland <toms@...derland.us.com>
Date: Mon, 29 Oct 2007 19:53:52 -0600
> This patch provides a unique mac address for all interfaces
> for the Sun QFE card (non-sparc). It takes the base mac from
> the first interface and increments the mac address for the
> other interfaces.
>
> It still preserves the 'macaddr' parameter so if desired, it
> can still be used.
>
> Before patching:
>
> eth0 Link encap:Ethernet HWaddr 00:03:BA:17:4C:BB
> eth1 Link encap:Ethernet HWaddr 00:03:BA:17:4C:BB
> eth2 Link encap:Ethernet HWaddr 00:03:BA:17:4C:BB
> eth3 Link encap:Ethernet HWaddr 00:03:BA:17:4C:BB
>
> After patching:
>
> eth0 Link encap:Ethernet HWaddr 00:03:BA:17:4C:BB
> eth1 Link encap:Ethernet HWaddr 00:03:BA:17:4C:BC
> eth2 Link encap:Ethernet HWaddr 00:03:BA:17:4C:BD
> eth3 Link encap:Ethernet HWaddr 00:03:BA:17:4C:BE
Unfortunately, although I understand what you're trying to do,
this change is not correct.
We obtain properly the local-mac-address property stored in
the PCI ROM of each interface, and if you look at the code
we look the MACs up by interface index.
So we are (or should be) obtaining the per-interface MAC
address programmed into the onboard firmware.
Perhaps in get_hme_mac_nonsparc(), is_quattro_p() is evaluating
false and therefore we mistakedly always use index 0?
Could you please check this? That's probably what the problem
is.
-
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