Re: [PATCH v8 1/1] rust: pci: add extended capability and SR-IOV support
Miguel Ojeda <[email protected]>
| Newsgroups | org.kernel.vger.rust-for-linux,org.kernel.vger.linux-kernel,org.kernel.vger.linux-pci |
|---|---|
| Message-ID | <CANiq72k+-fNWZCwGuQ=FTchxgm-X-f6WR=tG=Ercn19ic1edQg@mail.gmail.com> |
On Wed, Aug 26, 2026 at 3:36 PM Danilo Krummrich <[email protected]> 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