Re: [PATCH block:for-3.3/core] cfq: merged request shouldn't jump to a different cfqq
From: Tejun Heo <tj@kernel.org>
Date: 2012-01-06 03:22:28
Also in:
linux-next, linux-scsi, lkml
From: Tejun Heo <tj@kernel.org>
Date: 2012-01-06 03:22:28
Also in:
linux-next, linux-scsi, lkml
On Thu, Jan 5, 2012 at 7:34 PM, Shaohua Li [off-list ref] wrote:
quoted
That's how cfq has behaved before this recent plug merge breakage and IIRC why the cooperating queue thing is there. If you want to change the behavior, that should be an explicit separate patch.My point is both cooperating merge and the plug merge of different cfq are merge, no reason we allow one but disallow the other. plug merge isn't a breakage to me.
Isolation is pretty big deal for cfq and cross cfqq merging happening without cfq noticing it isn't gonna be helpful to the cause. Why don't we merge bio's across different cfqq's then? -- tejun