Re: [PATCH V7 5/6] blk-mq-sched: improve dispatching from sw queue

2017-10-12 Thread Ming Lei
On Thu, Oct 12, 2017 at 11:48:22AM -0700, Bart Van Assche wrote: > On 10/12/17 11:37, Ming Lei wrote: > > [ ... ] > > > > This patch improves dispatching from sw queue by using the callback of > > .get_budget and .put_budget > > > > Reviewed-by: Omar Sandoval > > Reviewed-by:

Re: [PATCH V7 5/6] blk-mq-sched: improve dispatching from sw queue

2017-10-12 Thread Bart Van Assche
On 10/12/17 11:37, Ming Lei wrote: [ ... ] This patch improves dispatching from sw queue by using the callback of .get_budget and .put_budget Reviewed-by: Omar Sandoval Reviewed-by: Bart Van Assche Signed-off-by: Ming Lei ---