On Mon, Sep 02, 2024 at 05:09:09PM +0800, Cheng Xu wrote: > The hardware now requires that the former reset (issued in the > remove routine) must be completed before device init (issued in the > probe routine). Waiting the reset completed either in the remove > routine or in the probe routine both can meet the requirement. This > patch chose to wait in the probe routine because it can speed up the > remove process. But what happens if you attach VFIO or some other driver while this background reset is occuring? Are you OK with that? Jason