linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] PCI: NVMe reset quirk
@ 2018-07-24  0:12 Alex Williamson
  2018-07-24  0:13 ` [PATCH v2 1/2] PCI: Export pcie_has_flr() Alex Williamson
  2018-07-24  0:13 ` [PATCH v2 2/2] PCI: NVMe device specific reset quirk Alex Williamson
  0 siblings, 2 replies; 8+ messages in thread
From: Alex Williamson @ 2018-07-24  0:12 UTC (permalink / raw)
  To: linux-pci; +Cc: linux-kernel, linux-nvme

v2: Add bug link, use Samsung vendor ID, add spec references

As discussed in the 2nd patch, at least one NVMe controller sometimes
doesn't like being reset while enabled and another will timeout during
a subsequent re-enable if it happens too quickly after reset.
Introduce a device specific reset quirk for all NVMe class devices so
that we can try to get reliable behavior from them for device
assignment and any other users of the PCI subsystem reset interface.

Patches against current PCI next branch.  Thanks,

Alex

---

Alex Williamson (2):
      PCI: Export pcie_has_flr()
      PCI: NVMe device specific reset quirk


 drivers/pci/pci.c    |    3 +
 drivers/pci/quirks.c |  118 ++++++++++++++++++++++++++++++++++++++++++++++++++
 include/linux/pci.h  |    1 
 3 files changed, 121 insertions(+), 1 deletion(-)

_______________________________________________
Linux-nvme mailing list
Linux-nvme@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-nvme

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-07-24  6:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-24  0:12 [PATCH v2 0/2] PCI: NVMe reset quirk Alex Williamson
2018-07-24  0:13 ` [PATCH v2 1/2] PCI: Export pcie_has_flr() Alex Williamson
2018-07-24  0:13 ` [PATCH v2 2/2] PCI: NVMe device specific reset quirk Alex Williamson
2018-07-24  0:40   ` Sinan Kaya
2018-07-24  1:57     ` Alex Williamson
2018-07-24  2:20       ` Sinan Kaya
2018-07-24  3:16         ` Alex Williamson
2018-07-24  6:54   ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).