Re: [PATCH 05/10] blk-mq: export some helpers we need to the scheduling framework

2017-01-13 Thread Jens Axboe
On Fri, Jan 13 2017, Christoph Hellwig wrote: > Do we really need to make any of the blk-mq scheduling modular? I think so - I want to be able to turn it on and off. And since we already have a framework for this (see reply in other patch), I don't see a reason NOT to do this. -- Jens Axboe

Re: [PATCH 05/10] blk-mq: export some helpers we need to the scheduling framework

2017-01-13 Thread Jens Axboe
On Fri, Jan 13 2017, Christoph Hellwig wrote: > Do we really need to make any of the blk-mq scheduling modular? I think so - I want to be able to turn it on and off. And since we already have a framework for this (see reply in other patch), I don't see a reason NOT to do this. -- Jens Axboe

Re: [PATCH 05/10] blk-mq: export some helpers we need to the scheduling framework

2017-01-13 Thread Christoph Hellwig
Do we really need to make any of the blk-mq scheduling modular?

Re: [PATCH 05/10] blk-mq: export some helpers we need to the scheduling framework

2017-01-13 Thread Christoph Hellwig
Do we really need to make any of the blk-mq scheduling modular?

Re: [PATCH 05/10] blk-mq: export some helpers we need to the scheduling framework

2017-01-12 Thread Bart Van Assche
On Wed, 2017-01-11 at 14:39 -0700, Jens Axboe wrote: > [ ... ] Reviewed-by: Bart Van Assche

Re: [PATCH 05/10] blk-mq: export some helpers we need to the scheduling framework

2017-01-12 Thread Bart Van Assche
On Wed, 2017-01-11 at 14:39 -0700, Jens Axboe wrote: > [ ... ] Reviewed-by: Bart Van Assche

Re: [PATCH 05/10] blk-mq: export some helpers we need to the scheduling framework

2017-01-12 Thread Johannes Thumshirn
On Wed, Jan 11, 2017 at 02:39:58PM -0700, Jens Axboe wrote: > Signed-off-by: Jens Axboe > --- Looks good, Reviewed-by: Johannes Thumshirn -- Johannes Thumshirn Storage jthumsh...@suse.de

Re: [PATCH 05/10] blk-mq: export some helpers we need to the scheduling framework

2017-01-12 Thread Johannes Thumshirn
On Wed, Jan 11, 2017 at 02:39:58PM -0700, Jens Axboe wrote: > Signed-off-by: Jens Axboe > --- Looks good, Reviewed-by: Johannes Thumshirn -- Johannes Thumshirn Storage jthumsh...@suse.de+49 911 74053 689 SUSE LINUX GmbH,

[PATCH 05/10] blk-mq: export some helpers we need to the scheduling framework

2017-01-11 Thread Jens Axboe
Signed-off-by: Jens Axboe --- block/blk-mq.c | 39 +-- block/blk-mq.h | 25 + 2 files changed, 46 insertions(+), 18 deletions(-) diff --git a/block/blk-mq.c b/block/blk-mq.c index f49f6325b332..9fc521755e22 100644 ---

[PATCH 05/10] blk-mq: export some helpers we need to the scheduling framework

2017-01-11 Thread Jens Axboe
Signed-off-by: Jens Axboe --- block/blk-mq.c | 39 +-- block/blk-mq.h | 25 + 2 files changed, 46 insertions(+), 18 deletions(-) diff --git a/block/blk-mq.c b/block/blk-mq.c index f49f6325b332..9fc521755e22 100644 --- a/block/blk-mq.c