Re: [PATCH 3/8] rust: pci: add {enable,disable}_sriov(), to control SR-IOV capability
From: Jason Gunthorpe
Date: Mon Jan 05 2026 - 20:23:32 EST
On Tue, Dec 23, 2025 at 02:17:12PM -0500, Peter Colberg wrote:
> Further, enable_sriov() is prevented during remove() using a new
> flag inhibit_enable in the pci_sriov structure that is set before
> and cleared after the PF driver is unbound from the device.
Doesn't this need something concurrent safe like a revocable?
Jason