On Sun, Sep 27, 2020 at 03:03:00AM +0200, Andrew Lunn wrote: > > I was meaning to ask this since the global regions patchset, but I > > forgot. > > > > Do we not expect to see, under the same circumstances, the same region > > snapshot on a big endian and on a little endian system? > > We have never had any issues with endinness with MDIO. PHY/DSA drivers > work with host endian. The MDIO bus controller does what it needs to > do when shifting the bits out, as required by class 22 or 45. > > netlink in general assume host endian, as far as i know. So a big > endian and a little endian snapshot are going to be different.
If the binary form of the snapshot is supposed to be consumed and done with immediately after the netlink communication is over, sure. But it is presented to the user, and in fact this is even the way it is presented by default, with devlink, there's no pretty-printing. > Arnd did an interesting presentation for LPC. He basically shows that > big endian is going away, with the exception of IBM big iron. I don't > expect an IBM Z to have a DSA switch! Tell that to my T1040 chip with an 8-port Seville switch driven by the Ocelot driver. Also, armv8 can also boot in big-endian mode.