On Thu, Dec 01, 2016 at 04:38:47PM -0500, Murali Karicheri wrote: > Hi Andrew, > On 12/01/2016 12:31 PM, Andrew Lunn wrote: > > Hi Murali > > > >> 2. Switch mode where it implements a simple Ethernet switch. Currently > >> it doesn't have address learning capability, but in future it > >> can. > > > > If it does not have address learning capabilities, does it act like a > > plain old hub? What comes in one port goes out all others? > > Thanks for the response! > > Yes. It is a plain hub. it replicates frame to both ports. So need to > run a bridge layer for address learning in software.
Hi Murali It would be good if you start thinking about all the different directions. It is not just host to port A and host to port B. What about port A to Port B? Can it do that in hardware? > I think not. I see we have a non Linux implementation that does address > learning in software using a hash table and look up MAC for each packet > to see which port it needs to be sent to. I think i need to read more about the switch. I'm starting to wonder if it has enough intelligence to be usable. Switchdev is about pushing configuration down into the switch. It does not however sound like there is that much which is configurable in this switch. Andrew