All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/5] to add more nvme reset functions
@ 2019-12-11  2:34 tsutomu.owa
  2019-12-11 16:18 ` Keith Busch
  0 siblings, 1 reply; 7+ messages in thread
From: tsutomu.owa @ 2019-12-11  2:34 UTC (permalink / raw)
  To: linux-nvme, sagi, kbusch, hch; +Cc: tsutomu.owa

Hi Sagi, Christoph, Keith,

This series of patch is to add support for nvme reset functions
described in NVM-Express specification 1.4 "7.3.2 Controller Level Reset" 
(conventional hot reset, link down reset and function level reset)
and "7.3.3 Queue Level" (queue level reset).

This series applies cleanly on top of linux-5.5-rc1. 

I'm still wondoring
	- if it's ok to export functions from drivers/pci.
	- if it would be better not to use CONFIG_NVME_PCI_RESET
	  and/or CONFIG_NVME_QUELE_LEVEL_RESET as these are noisy
	  and these features are based on specification anyway...
	- what is the best way to export nvme_pci_* functions in
	  drivers/nvme/host/pci.c to drivers/nvme/host/core.c.

Any comments would be highly appreciated.

It would be greate if this patch goes into mainline eventually.

thanks in advance.
-- owa

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

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

end of thread, other threads:[~2019-12-12 18:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-11  2:34 [RFC PATCH 0/5] to add more nvme reset functions tsutomu.owa
2019-12-11 16:18 ` Keith Busch
2019-12-12  0:50   ` Sagi Grimberg
2019-12-12  8:30     ` Christoph Hellwig
2019-12-12  8:41     ` tsutomu.owa
2019-12-12  8:36   ` tsutomu.owa
2019-12-12 18:36     ` Keith Busch

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.