[PATCH] nvme: add cond_resched() to nvme_complete_batch()
Christoph Hellwig
hch at lst.de
Wed May 3 09:07:52 PDT 2023
On Tue, May 02, 2023 at 08:54:12PM +0800, jiweisun126 at 126.com wrote:
> From: Jiwei Sun <sunjw10 at lenovo.com>
>
> A soft lockup issue will be triggered when do fio test on a 448-core
> server, such as the following warning:
nvme_complete_batch can be called from irq context, so I don't think
a cond_resched is a good idea here.
More information about the Linux-nvme
mailing list