Re: [PATCH] nvme: create the correct number of queues

2016-12-07 Thread Keith Busch
On Wed, Dec 07, 2016 at 05:03:26PM -0500, Dan Streetman wrote: > Change nr_io_queues variable name to nr_queues, as it includes not > only the io queues but also the admin queue in its count; and change > the variable name in functions that it is passed into, for clarity. > > Also correct misuses

[PATCH] nvme: create the correct number of queues

2016-12-07 Thread Dan Streetman
Change nr_io_queues variable name to nr_queues, as it includes not only the io queues but also the admin queue in its count; and change the variable name in functions that it is passed into, for clarity. Also correct misuses of the nr_queue count: In the db_bar_size() function, the calculation ad