* DSA for the 88e6061 switch
@ 2011-03-31 7:35 Stefan Bigler
0 siblings, 0 replies; only message in thread
From: Stefan Bigler @ 2011-03-31 7:35 UTC (permalink / raw)
To: netdev
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-03-31 7:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-31 7:35 DSA for the 88e6061 switch Stefan Bigler
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.