Re: [PATCH 0/5] Some improvements for blk-throttle

2020-09-15 Thread Jens Axboe
On 9/15/20 2:59 AM, Baolin Wang wrote: > Hi Jens, > > On Mon, Sep 14, 2020 at 07:37:53PM -0600, Jens Axboe wrote: >> On 9/7/20 2:10 AM, Baolin Wang wrote: >>> Hi All, >>> >>> This patch set did some clean-ups, as well as removing some unnecessary >>> bps/iops limitation calculation when checking i

Re: [PATCH 0/5] Some improvements for blk-throttle

2020-09-15 Thread Baolin Wang
Hi Jens, On Mon, Sep 14, 2020 at 07:37:53PM -0600, Jens Axboe wrote: > On 9/7/20 2:10 AM, Baolin Wang wrote: > > Hi All, > > > > This patch set did some clean-ups, as well as removing some unnecessary > > bps/iops limitation calculation when checking if can dispatch a bio or > > not for a tg. Ple

Re: [PATCH 0/5] Some improvements for blk-throttle

2020-09-14 Thread Jens Axboe
On 9/7/20 2:10 AM, Baolin Wang wrote: > Hi All, > > This patch set did some clean-ups, as well as removing some unnecessary > bps/iops limitation calculation when checking if can dispatch a bio or > not for a tg. Please help to review. Thanks. > > Baolin Wang (5): > blk-throttle: Fix some comme

Re: [PATCH 0/5] Some improvements for blk-throttle

2020-09-13 Thread Baolin Wang
Hi Tejun and Jens, On Mon, Sep 07, 2020 at 04:10:12PM +0800, Baolin Wang wrote: > Hi All, > > This patch set did some clean-ups, as well as removing some unnecessary > bps/iops limitation calculation when checking if can dispatch a bio or > not for a tg. Please help to review. Thanks. Any commen

[PATCH 0/5] Some improvements for blk-throttle

2020-09-07 Thread Baolin Wang
Hi All, This patch set did some clean-ups, as well as removing some unnecessary bps/iops limitation calculation when checking if can dispatch a bio or not for a tg. Please help to review. Thanks. Baolin Wang (5): blk-throttle: Fix some comments' typos blk-throttle: Use readable READ/WRITE mac