Re: [PATCH v8 1/1] rust: pci: add extended capability and SR-IOV support
"Danilo Krummrich" <[email protected]>
| Newsgroups | org.kernel.vger.rust-for-linux,org.kernel.vger.linux-kernel,org.kernel.vger.linux-pci |
|---|---|
| Message-ID | <[email protected]> |
On Wed Aug 26, 2026 at 1:44 PM CEST, Miguel Ojeda wrote: > On Wed, Aug 26, 2026 at 1:32 PM Danilo Krummrich <[email protected]> wrote: >> >> So either this should just be a regular as-cast, or we have a signed tag to >> share with other trees for [1] early in the cycle. Since -rc1 isn't even out >> yet, I'd prefer the latter. > > We can also just keep the "old" interface and remove it later. 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").