Re: [PATCH BUGFIX/IMPROVEMENT V2 0/2] block, bfq: improve and refactor throughput-boosting logic

2017-08-11 Thread Jens Axboe
On 08/10/2017 01:55 PM, Paolo Valente wrote: > >> Il giorno 04 ago 2017, alle ore 07:35, Paolo Valente >> ha scritto: >> >> Hi, >> these two patches improve throughput-boosting logic in two >> aspects. The first patch refactors the parts of the device-idling >> logic, related to throughput boost

Re: [PATCH BUGFIX/IMPROVEMENT V2 0/2] block, bfq: improve and refactor throughput-boosting logic

2017-08-10 Thread Paolo Valente
> Il giorno 04 ago 2017, alle ore 07:35, Paolo Valente > ha scritto: > > Hi, > these two patches improve throughput-boosting logic in two > aspects. The first patch refactors the parts of the device-idling > logic, related to throughput boosting, that are still scattered across > the source fil

[PATCH BUGFIX/IMPROVEMENT V2 0/2] block, bfq: improve and refactor throughput-boosting logic

2017-08-03 Thread Paolo Valente
Hi, these two patches improve throughput-boosting logic in two aspects. The first patch refactors the parts of the device-idling logic, related to throughput boosting, that are still scattered across the source file bfq-iosched.c. The patch concetrates all the logic in one function. The second patc