On Fri, Aug 9, 2024 at 1:12 PM Andrew Lunn <andrew@xxxxxxx> wrote: > > On Thu, Aug 08, 2024 at 06:54:51PM -0700, Jitendra Vegiraju wrote: > > On Tue, Aug 6, 2024 at 4:15 PM Andrew Lunn <andrew@xxxxxxx> wrote: > > > > > > On Mon, Aug 05, 2024 at 05:56:43PM -0700, Jitendra Vegiraju wrote: > > > > On Fri, Aug 2, 2024 at 4:08 PM Andrew Lunn <andrew@xxxxxxx> wrote: > > > > > > > > > > > Management of integrated ethernet switch on this SoC is not handled by > > > > > > the PCIe interface. > > > > > > > > > > MDIO? SPI? I2C? > > > > > > > > > The device uses SPI interface. The switch has internal ARM M7 for > > > > controller firmware. > > > > > > Will there be a DSA driver sometime soon talking over SPI to the > > > firmware? > > > > > Hi Andrew, > > So the switch will be left in dumb switch everything to every port > mode? Or it will be totally autonomous using the in build firmware? > > What you cannot expect is we allow you to manage the switch from Linux > using something other than an in kernel driver, probably DSA or pure > switchdev. I am starting to get familiar with DSA and switchdev. The configuration can be sent over the SPI interface. In the current application, the host receiving PCIE network traffic need not be the same host that controls the SPI interface. > > Andrew