aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/proc.py
diff options
context:
space:
mode:
authorMing Lei <[email protected]>2022-10-29 09:04:31 +0800
committerJens Axboe <[email protected]>2022-10-31 07:23:24 -0600
commit3ab6e94ca539242247d4f00414a1bde584d001ed (patch)
tree7a365c3088761e6c86dba70d25c547d2dfb6aecf /scripts/gdb/linux/proc.py
parentd57c2c6c1145148bb23d68db73de0b52d482d4ba (diff)
ublk_drv: avoid to touch io_uring cmd in blk_mq io path
io_uring cmd is supposed to be used in ubq daemon context mainly, and we should try to avoid to touch it in ublk io submission context, otherwise this data could become shared between the two contexts, and performance is hurt. So link request into one per-queue list, and use same batching policy of io_uring command, just avoid to touch ucmd in blk-mq io context. Signed-off-by: Ming Lei <[email protected]> Reviewed-by: ZiyangZhang <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/proc.py')
0 files changed, 0 insertions, 0 deletions