[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20201023112130.GA23790@infradead.org>
Date: Fri, 23 Oct 2020 12:21:30 +0100
From: Christoph Hellwig <hch@...radead.org>
To: Sebastian Andrzej Siewior <bigeasy@...utronix.de>
Cc: David Runge <dave@...epmap.de>, linux-rt-users@...r.kernel.org,
Jens Axboe <axboe@...nel.dk>, linux-block@...r.kernel.org,
linux-kernel@...r.kernel.org,
Peter Zijlstra <peterz@...radead.org>,
Thomas Gleixner <tglx@...utronix.de>,
Daniel Wagner <dwagner@...e.de>
Subject: Re: [PATCH RFC] blk-mq: Don't IPI requests on PREEMPT_RT
> - if (!IS_ENABLED(CONFIG_SMP) ||
> + if (!IS_ENABLED(CONFIG_SMP) || IS_ENABLED(CONFIG_PREEMPT_RT) ||
> !test_bit(QUEUE_FLAG_SAME_COMP, &rq->q->queue_flags))
This needs a big fat comment explaining your rationale. And probably
a separate if statement to make it obvious as well.
Powered by blists - more mailing lists