Re: SMSC 9303 support
From: Gary Thomas <hidden>
Date: 2013-09-24 16:59:32
On 2013-09-24 10:51, Ben Hutchings wrote:
On Tue, 2013-09-24 at 06:21 -0600, Gary Thomas wrote:quoted
I need to support the SMSC9303 in an embedded system. I'm not finding any [explicit] support for this device in the latest mainline kernel. Did I miss something? To be clear, the SMSC9303 is a 3-port managed ethernet switch capable of supporting 802.1D/802.1Q directly. This switch is driven by a single MAC via MII/RMII and exposes the other two ports via physical PHYs. What I need it to do is behave like two external, separate devices. I was thinking that what I need to do is treat these as VLAN devices since the switch can manage the routing. Does this seem like a reasonable approach?Linux has 'DSA' (Distributed Switch Architecture) which supports tagging of packets to indicate which switch port they are sent or received through. This was originally added to support some Marvell switch chips and I don't know whether it would be suitable or extensible for this one.
I've used the DSA stuff for years (worked directly with the Marvell folks when it was being developed). It might work for this device, I'll think some more about using it although I was hoping for a lighter weight solution.
quoted
How do I "hook up" my normal ethernet driver to it? To the hardware it just looks like any other MII/RMII PHY. The device is managed separately via I2C. I can have that set up separately if necessary. Thanks for any pointers/ideas
-- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------