Re: [PATCH v8] NVMe: convert to blk-mq

2014-06-24 Thread Matias Bjørling
On Tue, Jun 24, 2014 at 11:47 PM, Keith Busch wrote: > On Tue, 24 Jun 2014, Matias Bjørling wrote: >> >> On Tue, Jun 24, 2014 at 10:33 PM, Keith Busch >> wrote: >>> >>> On Tue, 24 Jun 2014, Matias Bjorling wrote: Den 16-06-2014 17:57, Keith Busch skrev: > > > This latest is

Re: [PATCH v8] NVMe: convert to blk-mq

2014-06-24 Thread Keith Busch
On Tue, 24 Jun 2014, Matias Bjørling wrote: On Tue, Jun 24, 2014 at 10:33 PM, Keith Busch wrote: On Tue, 24 Jun 2014, Matias Bjorling wrote: Den 16-06-2014 17:57, Keith Busch skrev: This latest is otherwise stable on my dev machine. May I add an Acked-by from you? Totally up to Willy,

Re: [PATCH v8] NVMe: convert to blk-mq

2014-06-24 Thread Matias Bjørling
On Tue, Jun 24, 2014 at 10:33 PM, Keith Busch wrote: > On Tue, 24 Jun 2014, Matias Bjorling wrote: >> >> Den 16-06-2014 17:57, Keith Busch skrev: >>> >>> This latest is otherwise stable on my dev machine. >> >> >> May I add an Acked-by from you? > > > Totally up to Willy, but my feeling is "not

Re: [PATCH v8] NVMe: convert to blk-mq

2014-06-24 Thread Keith Busch
On Tue, 24 Jun 2014, Matias Bjorling wrote: Den 16-06-2014 17:57, Keith Busch skrev: This latest is otherwise stable on my dev machine. May I add an Acked-by from you? Totally up to Willy, but my feeling is "not just yet". I see the value this driver provides, but I would need to give this

Re: [PATCH v8] NVMe: convert to blk-mq

2014-06-24 Thread Matias Bjorling
Den 16-06-2014 17:57, Keith Busch skrev: On Fri, 13 Jun 2014, Matias Bjørling wrote: This converts the current NVMe driver to utilize the blk-mq layer. static void nvme_reset_notify(struct pci_dev *pdev, bool prepare) { - struct nvme_dev *dev = pci_get_drvdata(pdev); +struct

Re: [PATCH v8] NVMe: convert to blk-mq

2014-06-24 Thread Matias Bjorling
Den 16-06-2014 17:57, Keith Busch skrev: On Fri, 13 Jun 2014, Matias Bjørling wrote: This converts the current NVMe driver to utilize the blk-mq layer. static void nvme_reset_notify(struct pci_dev *pdev, bool prepare) { - struct nvme_dev *dev = pci_get_drvdata(pdev); +struct

Re: [PATCH v8] NVMe: convert to blk-mq

2014-06-24 Thread Keith Busch
On Tue, 24 Jun 2014, Matias Bjorling wrote: Den 16-06-2014 17:57, Keith Busch skrev: This latest is otherwise stable on my dev machine. May I add an Acked-by from you? Totally up to Willy, but my feeling is not just yet. I see the value this driver provides, but I would need to give this to

Re: [PATCH v8] NVMe: convert to blk-mq

2014-06-24 Thread Matias Bjørling
On Tue, Jun 24, 2014 at 10:33 PM, Keith Busch keith.bu...@intel.com wrote: On Tue, 24 Jun 2014, Matias Bjorling wrote: Den 16-06-2014 17:57, Keith Busch skrev: This latest is otherwise stable on my dev machine. May I add an Acked-by from you? Totally up to Willy, but my feeling is not

Re: [PATCH v8] NVMe: convert to blk-mq

2014-06-24 Thread Keith Busch
On Tue, 24 Jun 2014, Matias Bjørling wrote: On Tue, Jun 24, 2014 at 10:33 PM, Keith Busch keith.bu...@intel.com wrote: On Tue, 24 Jun 2014, Matias Bjorling wrote: Den 16-06-2014 17:57, Keith Busch skrev: This latest is otherwise stable on my dev machine. May I add an Acked-by from you?

Re: [PATCH v8] NVMe: convert to blk-mq

2014-06-24 Thread Matias Bjørling
On Tue, Jun 24, 2014 at 11:47 PM, Keith Busch keith.bu...@intel.com wrote: On Tue, 24 Jun 2014, Matias Bjørling wrote: On Tue, Jun 24, 2014 at 10:33 PM, Keith Busch keith.bu...@intel.com wrote: On Tue, 24 Jun 2014, Matias Bjorling wrote: Den 16-06-2014 17:57, Keith Busch skrev: This

Re: [PATCH v8] NVMe: convert to blk-mq

2014-06-16 Thread Matias Bjorling
Den 16-06-2014 17:57, Keith Busch skrev: On Fri, 13 Jun 2014, Matias Bjørling wrote: This converts the current NVMe driver to utilize the blk-mq layer. static void nvme_reset_notify(struct pci_dev *pdev, bool prepare) { - struct nvme_dev *dev = pci_get_drvdata(pdev); +struct

Re: [PATCH v8] NVMe: convert to blk-mq

2014-06-16 Thread Keith Busch
On Fri, 13 Jun 2014, Matias Bjørling wrote: This converts the current NVMe driver to utilize the blk-mq layer. static void nvme_reset_notify(struct pci_dev *pdev, bool prepare) { - struct nvme_dev *dev = pci_get_drvdata(pdev); + struct nvme_dev *dev = pci_get_drvdata(pdev); -

Re: [PATCH v8] NVMe: convert to blk-mq

2014-06-16 Thread Keith Busch
On Fri, 13 Jun 2014, Matias Bjørling wrote: This converts the current NVMe driver to utilize the blk-mq layer. static void nvme_reset_notify(struct pci_dev *pdev, bool prepare) { - struct nvme_dev *dev = pci_get_drvdata(pdev); + struct nvme_dev *dev = pci_get_drvdata(pdev); -

Re: [PATCH v8] NVMe: convert to blk-mq

2014-06-16 Thread Matias Bjorling
Den 16-06-2014 17:57, Keith Busch skrev: On Fri, 13 Jun 2014, Matias Bjørling wrote: This converts the current NVMe driver to utilize the blk-mq layer. static void nvme_reset_notify(struct pci_dev *pdev, bool prepare) { - struct nvme_dev *dev = pci_get_drvdata(pdev); +struct