Re: [PATCH v8 1/1] rust: pci: add extended capability and SR-IOV support

From: Miguel Ojeda

Date: Wed Aug 26 2026 - 10:16:22 EST


On Wed, Aug 26, 2026 at 3:36 PM Danilo Krummrich <dakr@xxxxxxxxxx> wrote:
>
> Sure, that works as well. But in that case I think I'd rather have the regular
> as-cast intermediately (unless your idea is to go for the full three cycle dance
> of "introduce new API, convert users, remove old API").

I meant adding the new interface now instead of replacing; and then
later migrating. 2 cycles should be enough, since we don't really have
users.

Cheers,
Miguel