Re: [PATCH net-next v10 1/4] rust: core abstractions for network PHY drivers
From: Andrew Lunn <andrew@lunn.ch>
Date: 2023-12-13 10:28:27
Also in:
rust-for-linux
From: Andrew Lunn <andrew@lunn.ch>
Date: 2023-12-13 10:28:27
Also in:
rust-for-linux
I still think you need to justify why `mdio.bus` is a pointer that you can give to `midobus_read`.
Maybe a dumb question. Why are you limiting this to just a few members
of struct phy_device? It has ~50 members, any of which can be used by
the C side when Rust calls into C.
Andrew