From: <tsutomu.owa@kioxia.com> To: <linux-nvme@lists.infradead.org>, <sagi@grimberg.me>, <kbusch@kernel.org>, <hch@infradead.org> Cc: tsutomu.owa@kioxia.com Subject: [RFC PATCH 2/5] nvme: to add NVME_PCI_RESET config option Date: Wed, 11 Dec 2019 02:34:30 +0000 [thread overview] Message-ID: <4b937e3b7cf343859205232e0aaa0315@tgxml778.toshiba.local> (raw) This patch adds NVME_PCI_RESET config option for nvme reset functions (e.g conventional hot reset, function level reset and link down reset). Signed-off-by: Tsutomu OWA <tsutomu.owa@kioxia.com> --- drivers/nvme/host/Kconfig | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/drivers/nvme/host/Kconfig b/drivers/nvme/host/Kconfig index c6439638a..35137e278 100644 --- a/drivers/nvme/host/Kconfig +++ b/drivers/nvme/host/Kconfig @@ -84,3 +84,12 @@ config NVME_TCP from https://github.com/linux-nvme/nvme-cli. If unsure, say N. + +config NVME_PCI_RESET + bool "nvme additional pci reset support" + depends on BLK_DEV_NVME + help + This provides support for the additional controller level reset + (conventional hot, link down and function level reset). + + If unsure, say N. -- 2.17.1 _______________________________________________ linux-nvme mailing list linux-nvme@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-nvme
reply other threads:[~2019-12-11 2:35 UTC|newest] Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=4b937e3b7cf343859205232e0aaa0315@tgxml778.toshiba.local \ --to=tsutomu.owa@kioxia.com \ --cc=hch@infradead.org \ --cc=kbusch@kernel.org \ --cc=linux-nvme@lists.infradead.org \ --cc=sagi@grimberg.me \ --subject='Re: [RFC PATCH 2/5] nvme: to add NVME_PCI_RESET config option' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
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).