[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <7968e369-0769-428b-8fc9-dcb2af1f08b6@lunn.ch>
Date: Tue, 5 Dec 2023 03:24:11 +0100
From: Andrew Lunn <andrew@...n.ch>
To: Jarkko Sakkinen <jarkko@...nel.org>
Cc: FUJITA Tomonori <fujita.tomonori@...il.com>, netdev@...r.kernel.org,
rust-for-linux@...r.kernel.org, tmgross@...ch.edu,
miguel.ojeda.sandonis@...il.com, benno.lossin@...ton.me,
wedsonaf@...il.com, aliceryhl@...gle.com, boqun.feng@...il.com
Subject: Re: [PATCH net-next v9 4/4] net: phy: add Rust Asix PHY driver
On Tue, Dec 05, 2023 at 03:54:48AM +0200, Jarkko Sakkinen wrote:
> On Tue Dec 5, 2023 at 3:14 AM EET, FUJITA Tomonori wrote:
> > This is the Rust implementation of drivers/net/phy/ax88796b.c. The
> > features are equivalent. You can choose C or Rust version kernel
> > configuration.
> >
> > Signed-off-by: FUJITA Tomonori <fujita.tomonori@...il.com>
> > Reviewed-by: Trevor Gross <tmgross@...ch.edu>
> > Reviewed-by: Benno Lossin <benno.lossin@...ton.me>
>
> Hardware-agnostic feature must have something that spins in qemu, at least
> for a wide-coverage feature like phy it would be imho grazy to merge these
> without a phy driver that anyone can test out.
There are no hardware agnostic features here. PHY drivers are pretty
much thin layers which talk to the hardware. Take a look at the C
drivers, what hardware agnostic features do you see in them?
People can easily test this driver, its an easily available USB
dongle, which will work on any USB port, with any SoC architectures.
Andrew
Powered by blists - more mailing lists