mbox series

[v2,0/2] Fix the mq-deadline async_depth implementation

Message ID 20240509170149.7639-1-bvanassche@acm.org (mailing list archive)
Headers show
Series Fix the mq-deadline async_depth implementation | expand

Message

Bart Van Assche May 9, 2024, 5:01 p.m. UTC
Hi Jens,

The mq-deadline 'async_depth' sysfs attribute doesn't behave as intended. This
patch series fixes the implementation of that attribute.

Please consider this patch series for the next merge window.

Thanks,

Bart.

Changes compared to v1: replaced patch 1/2 with a patch from Christoph.

Bart Van Assche (2):
  block: Call .limit_depth() after .hctx has been set
  block/mq-deadline: Fix the tag reservation code

 block/blk-mq.c      | 12 ++++++------
 block/mq-deadline.c | 20 +++++++++++++++++---
 2 files changed, 23 insertions(+), 9 deletions(-)

Comments

Jens Axboe July 2, 2024, 2:48 p.m. UTC | #1
On Thu, 09 May 2024 10:01:47 -0700, Bart Van Assche wrote:
> The mq-deadline 'async_depth' sysfs attribute doesn't behave as intended. This
> patch series fixes the implementation of that attribute.
> 
> Please consider this patch series for the next merge window.
> 
> Thanks,
> 
> [...]

Applied, thanks!

[1/2] block: Call .limit_depth() after .hctx has been set
      commit: 6259151c04d4e0085e00d2dcb471ebdd1778e72e
[2/2] block/mq-deadline: Fix the tag reservation code
      commit: 39823b47bbd40502632ffba90ebb34fff7c8b5e8

Best regards,