Re: [PATCH 6/6] blk-mq-debugfs: Add 'kick' operation

2017-05-02 Thread Jens Axboe
On 05/02/2017 10:23 AM, Bart Van Assche wrote: > On Mon, 2017-05-01 at 18:24 -0600, Jens Axboe wrote: >> On 05/01/2017 06:19 PM, Omar Sandoval wrote: >>> On Thu, Apr 27, 2017 at 08:54:37AM -0700, Bart Van Assche wrote: Running a queue causes the block layer to examine the per-CPU and hw

Re: [PATCH 6/6] blk-mq-debugfs: Add 'kick' operation

2017-05-02 Thread Bart Van Assche
On Mon, 2017-05-01 at 18:24 -0600, Jens Axboe wrote: > On 05/01/2017 06:19 PM, Omar Sandoval wrote: > > On Thu, Apr 27, 2017 at 08:54:37AM -0700, Bart Van Assche wrote: > > > Running a queue causes the block layer to examine the per-CPU and > > > hw queues but not the requeue list. Hence add a

Re: [PATCH 6/6] blk-mq-debugfs: Add 'kick' operation

2017-05-01 Thread Jens Axboe
On 05/01/2017 06:19 PM, Omar Sandoval wrote: > On Thu, Apr 27, 2017 at 08:54:37AM -0700, Bart Van Assche wrote: >> Running a queue causes the block layer to examine the per-CPU and >> hw queues but not the requeue list. Hence add a 'kick' operation >> that also examines the requeue list. > > The

Re: [PATCH 6/6] blk-mq-debugfs: Add 'kick' operation

2017-05-01 Thread Omar Sandoval
On Thu, Apr 27, 2017 at 08:54:37AM -0700, Bart Van Assche wrote: > Running a queue causes the block layer to examine the per-CPU and > hw queues but not the requeue list. Hence add a 'kick' operation > that also examines the requeue list. The naming of these operations isn't super intuitive, but

[PATCH 6/6] blk-mq-debugfs: Add 'kick' operation

2017-04-27 Thread Bart Van Assche
Running a queue causes the block layer to examine the per-CPU and hw queues but not the requeue list. Hence add a 'kick' operation that also examines the requeue list. Signed-off-by: Bart Van Assche Cc: Omar Sandoval Cc: Hannes Reinecke