[<prev] [next>] [day] [month] [year] [list]
Message-ID: <4D942EAD.9010102@keymile.com>
Date: Thu, 31 Mar 2011 09:35:09 +0200
From: Stefan Bigler <stefan.bigler@...mile.com>
To: netdev@...r.kernel.org
Subject: DSA for the 88e6061 switch
Hello,
we would like to implement DSA for the 88e6061 switch, mainly to manage
the phys of the various switch ports. Unfortunately, this switch seems
only to supports the Marvell Header tagging mode but not the Trailer or
DSA mode. The Header mode has the disadvantage, that the tagging bytes
are inserted in*front* of the MAC header which most Ethernet
controllers do not like because it's used for RX filtering and TX length
padding. This could be worked around by using promiscuous mode and doing
TX length padding in software, but that's not a really good solution.
This rises the following questions:
- Are there other tagging methods which could be used for the 88e6061
switch?
- Is there an interface to manage the phys of the various ports
*without* an associated netdev device, e.g. using ethtool directly
over the mdio bus?
Any help is appreciated.
Thanks,
Stefan
--
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