Re: [PATCH] nvme: use menu Kconfig interface

2017-10-04 Thread Christoph Hellwig
Thanks, applied to nvme-4.15.

Re: [PATCH] nvme: use menu Kconfig interface

2017-09-25 Thread Keith Busch
On Fri, Sep 22, 2017 at 06:04:43PM -0700, Randy Dunlap wrote: > From: Randy Dunlap > > Add a menu interface for NVME host and target support so that it is > presented to users more like other Kconfig symbols. > This makes the Device Driver menu less cluttered (easier to read) > and keeps all of t

Re: [PATCH] nvme: use menu Kconfig interface

2017-09-23 Thread Sagi Grimberg
Looks good, Reviewed-by: Sagi Grimberg

[PATCH] nvme: use menu Kconfig interface

2017-09-22 Thread Randy Dunlap
From: Randy Dunlap Add a menu interface for NVME host and target support so that it is presented to users more like other Kconfig symbols. This makes the Device Driver menu less cluttered (easier to read) and keeps all of these symbols grouped together. Signed-off-by: Randy Dunlap Cc: Jay Stern