RE: [PATCH 2/2] NVMe: Implement PCI-e reset notification callback

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, 21 Apr 2014, Mayes, Barrett N wrote:
Section 8.5 of the NVMe 1.1 spec contains the following:  "While the details
associated with implementing a controller that supports SR-IOV are outside
the scope of this specification, such a controller shall implement fully
compliant NVM Express Virtual Functions (VFs). This ensures that the same
host software developed for non-virtualized environments is capable of
running unmodified within an SI. No such requirement exists for the Physical
Function (PF)."

If a VF is a fully NVMe compliant device then it must at least act like it
implements NVMe subsystem reset.  How the SR-IOV-capable controller actually
implements this is left up to the vendor.  But the spec does not require that
a reset of one VF initiate a reset of other VF.

The NVMe spec does not, but PCI does.

In case it wasn't clear from PATCH 1/2, this proposed callback is for a
function level reset. The PCI SR-IOV spec says all VF's implement FLR and
that this reset does not affect any other functions, from section 2.2.2:

  VFs must support Function Level Reset (FLR).

  Note: Software may use FLR to reset a VF. FLR to a VF affects a VFʼs
  state but does not affect its existence in PCI Configuration Space or
  PCI Bus address space. The VFs BARn values (see Section 3.3.14) and
  VF MSE (see Section 3.3.3.4) in the PFʼs SR-IOV extended capability
  are unaffected by FLRs issued to the VF.

Further, an NVMe subsystem reset is not the same as a controller or
function level reset. I have not proposed doing a subsytem reset here.

Since this is a call-back invoked from an FLR that happens outside the
driver whether the driver wants it to happen or not, it's better the
driver is aware and prepared that this occured rather than not knowing
and left to wonder why the heck the controller stopped responding.

[Index of Archives]     [DMA Engine]     [Linux Coverity]     [Linux USB]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Greybus]

  Powered by Linux