Re: [PATCH] rust: pci: add HeaderType enum and header_type() helper
From: Miguel Ojeda
Date: Sun Jan 04 2026 - 07:43:38 EST
On Sat, Jan 3, 2026 at 4:39 PM 하승종 <engineer.jjhama@xxxxxxxxx> wrote:
>
> Yes, I am currently developing a Rust-based driver for nvme and ixgbe devices,
> which requires identifying the header type to check compatibility on
> initialization.
> I sent this patch first as it provides a foundational API for the PCI
> abstraction.
In those cases it is usually a good idea to show the initial user of
the API, even if as an RFC patch, typically as a final patch in a
series.
Even then, landing the abstractions usually need to wait for the
concrete user to be ready to land, depending on what Danilo et al.
decide.
Thanks!
Cheers,
Miguel