Skip to content

Conversation

@blktests-ci
Copy link

@blktests-ci blktests-ci bot commented Nov 11, 2025

Pull request for series with
subject: lib/group_cpus: make group CPU cluster aware
version: 1
url: https://patchwork.kernel.org/project/linux-block/list/?series=1021835

@blktests-ci
Copy link
Author

blktests-ci bot commented Nov 11, 2025

Upstream branch: e9a6fb0
series: https://patchwork.kernel.org/project/linux-block/list/?series=1021835
version: 1

@blktests-ci
Copy link
Author

blktests-ci bot commented Nov 14, 2025

Upstream branch: 6da43bb
series: https://patchwork.kernel.org/project/linux-block/list/?series=1021835
version: 1

@blktests-ci blktests-ci bot force-pushed the series/1021835=>linus-master branch from 7290e95 to ea041e3 Compare November 14, 2025 03:28
@blktests-ci blktests-ci bot force-pushed the linus-master_base branch from 83d3e2f to 00d5e5c Compare November 16, 2025 07:35
@blktests-ci
Copy link
Author

blktests-ci bot commented Nov 16, 2025

Upstream branch: f824272
series: https://patchwork.kernel.org/project/linux-block/list/?series=1021835
version: 1

@blktests-ci blktests-ci bot force-pushed the series/1021835=>linus-master branch from ea041e3 to 449247a Compare November 16, 2025 07:37
@blktests-ci blktests-ci bot force-pushed the linus-master_base branch from 00d5e5c to d782508 Compare November 17, 2025 00:45
@blktests-ci
Copy link
Author

blktests-ci bot commented Nov 17, 2025

Upstream branch: f824272
series: https://patchwork.kernel.org/project/linux-block/list/?series=1021835
version: 1

@blktests-ci blktests-ci bot force-pushed the series/1021835=>linus-master branch from 449247a to aa0129d Compare November 17, 2025 00:47
@blktests-ci blktests-ci bot force-pushed the linus-master_base branch from d782508 to 6099a4d Compare November 17, 2025 23:44
@blktests-ci
Copy link
Author

blktests-ci bot commented Nov 17, 2025

Upstream branch: e7c375b
series: https://patchwork.kernel.org/project/linux-block/list/?series=1021835
version: 1

@blktests-ci blktests-ci bot force-pushed the series/1021835=>linus-master branch from aa0129d to dc843f1 Compare November 17, 2025 23:47
@blktests-ci blktests-ci bot force-pushed the linus-master_base branch from 6099a4d to 5121c4d Compare November 18, 2025 02:19
@blktests-ci
Copy link
Author

blktests-ci bot commented Nov 18, 2025

Upstream branch: e7c375b
series: https://patchwork.kernel.org/project/linux-block/list/?series=1021835
version: 1

@blktests-ci blktests-ci bot force-pushed the series/1021835=>linus-master branch from dc843f1 to 386b0ab Compare November 18, 2025 02:21
@blktests-ci blktests-ci bot force-pushed the linus-master_base branch from 5121c4d to 4458758 Compare November 19, 2025 00:24
@blktests-ci
Copy link
Author

blktests-ci bot commented Nov 19, 2025

Upstream branch: 8b69055
series: https://patchwork.kernel.org/project/linux-block/list/?series=1021835
version: 1

@blktests-ci blktests-ci bot force-pushed the series/1021835=>linus-master branch from 386b0ab to c435009 Compare November 19, 2025 00:38
@blktests-ci blktests-ci bot force-pushed the linus-master_base branch from 4458758 to 6f43942 Compare November 21, 2025 09:45
As CPU core counts increase, the number of NVMe IRQs may be smaller than
the total number of CPUs. This forces multiple CPUs to share the same
IRQ. If the IRQ affinity and the CPU’s cluster do not align, a
performance penalty can be observed on some platforms.

This patch improves IRQ affinity by grouping CPUs by cluster within each
NUMA domain, ensuring better locality between CPUs and their assigned
NVMe IRQs.

Reviewed-by: Tianyou Li <[email protected]>
Reviewed-by: Tim Chen <[email protected]>
Tested-by: Dan Liang <[email protected]>
Signed-off-by: Wangyang Guo <[email protected]>
@blktests-ci
Copy link
Author

blktests-ci bot commented Nov 21, 2025

Upstream branch: fd95357
series: https://patchwork.kernel.org/project/linux-block/list/?series=1021835
version: 1

@blktests-ci blktests-ci bot force-pushed the series/1021835=>linus-master branch from c435009 to 4e4fe93 Compare November 21, 2025 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants