Re: [PATCH-RFC] cfq: Disable low_latency by default for 2.6.32

From: Corrado Zoccolo
Date: Fri Nov 27 2009 - 13:14:48 EST


On Fri, Nov 27, 2009 at 4:58 PM, Mel Gorman <mel@xxxxxxxxx> wrote:
> On Fri, Nov 27, 2009 at 01:03:29PM +0100, Corrado Zoccolo wrote:
>> On Fri, Nov 27, 2009 at 12:44 PM, Mel Gorman <mel@xxxxxxxxx> wrote:

> How would one go about selecting the proper ratio at which to disable
> the low_latency logic?
Can we measure the dirty ratio when the allocation failures start to happen?

>> >
>> > I haven't tested the high-order allocation scenario yet but the results
>> > as thing stands are below. There are four kernels being compared
>> >
>> > 1. with-low-latency        is 2.6.32-rc8 vanilla
>> > 2. with-low-latency-block-2.6.33 Âis with the for-2.6.33 from linux-block applied
>> > 3. with-low-latency-async-rampup Âis with "[RFC,PATCH] cfq-iosched: improve async queue ramp up formula"
>> > 4. without-low-latency      Âis with low_latency disabled
>> >
>> > desktop-net-gitk
>> >           gitk-with    low-latency    low-latency   Âgitk-without
>> >          low-latency   Âblock-2.6.33   Âasync-rampup    low-latency
>> > min      Â954.46 ( 0.00%)  570.06 (40.27%)  796.22 (16.58%)  640.65 (32.88%)
>> > mean      964.79 ( 0.00%)  573.96 (40.51%)  798.01 (17.29%)  655.57 (32.05%)
>> > stddev     Â10.01 ( 0.00%)   2.65 (73.55%)   1.91 (80.95%)  Â13.33 (-33.18%)
>> > max      Â981.23 ( 0.00%)  577.21 (41.17%)  800.91 (18.38%)  675.65 (31.14%)
>> >
>> > The changes for block in 2.6.33 make a massive difference here, notably
>> > beating the disabling of low_latency.
>>
> I did a quick test for when high-order-atomic-allocations-for-network
> are happening but the results are not great. By quick test, I mean I
> only did the gitk tests as there wasn't time to do the sysbench and
> iozone tests as well before I'd go offline.
>
> desktop-net-gitk
>           high-with    low-latency    low-latency   Âhigh-without
>          low-latency   Âblock-2.6.33   Âasync-rampup    low-latency
> min      Â861.03 ( 0.00%)  467.83 (45.67%) Â1185.51 (-37.69%)  303.43 (64.76%)
> mean      866.60 ( 0.00%)  616.28 (28.89%) Â1201.82 (-38.68%)  459.69 (46.96%)
> stddev      4.39 ( 0.00%)  Â86.90 (-1877.46%)  Â23.63 (-437.75%)  Â92.75 (-2010.76%)
> max      Â872.56 ( 0.00%)  679.36 (22.14%) Â1242.63 (-42.41%)  537.31 (38.42%)
> pgalloc-fail    25 ( 0.00%)    10 (50.00%)    39 (-95.00%)    20 ( 0.00%)
>
> The patches for 2.6.33 help a little all right but the async-rampup
> patches both make the performance worse and causes more page allocation
> failures to occur. In other words, on most machines it'll appear fine
> but people with wireless cards doing high-order allocations may run into
> trouble.
>
> Disabling low_latency again helps performance significantly in this
> scenario. There were still page allocation failures because not all the
> patches related to that problem made it to mainline.
I'm puzzled how almost all kernels, excluding the async rampup,
perform better when high order allocations are enabled, than in
previous test.

> I was somewhat aggrevated by the page allocation failures until I remembered
> that there are three patches in -mm that I failed to convince either Jens or
> Andrew of them being suitable for mainline. When they are added to the mix,
> the results are as follows;
>
> desktop-net-gitk
>         Âatomics-with    low-latency    low-latency  atomics-without
>          low-latency   Âblock-2.6.33   Âasync-rampup    low-latency
> min      Â641.12 ( 0.00%)  627.91 ( 2.06%) Â1254.75 (-95.71%)  375.05 (41.50%)
> mean      743.61 ( 0.00%)  631.20 (15.12%) Â1272.70 (-71.15%)  389.71 (47.59%)
> stddev     Â60.30 ( 0.00%)   2.53 (95.80%)  Â10.64 (82.35%)  Â22.38 (62.89%)
> max      Â793.85 ( 0.00%)  633.76 (20.17%) Â1281.65 (-61.45%)  428.41 (46.03%)
> pgalloc-fail    Â3 ( 0.00%)    Â2 ( 0.00%)    23 ( 0.00%)    Â0 ( 0.00%)
>
Those patches penalize block-2.6.33, that was the one with lowest
number of failures in previous test.
I think the heuristics were tailored to 2.6.32. They need to be
re-tuned for 2.6.33.

> Again, plain old disabling low_latency both performs the best and fails page
> allocations the least. The three patches for page allocation failures are
> in -mm but not mainline are;
>
> [PATCH 3/5] page allocator: Wait on both sync and async congestion after direct reclaim
> [PATCH 4/5] vmscan: Have kswapd sleep for a short interval and double check it should be asleep
> [PATCH 5/5] vmscan: Take order into consideration when deciding if kswapd is in trouble
>
> It still seems to be that the route of least damage is to disable low_latency
> by default for 2.6.32. It's very unfortunate that I wasn't able to fully
> justify the 3 patches for page allocation failures in time but all that
> can be done there is consider them for -stable I suppose.

Just disabling low_latency will not solve the allocation issues (20
instead of 25).
Moreover, it will improve some workloads, but penalize others.

Your 3 patches, though, seem to improve the situation also for
low_latency enabled, both for performance and allocation failures (25
to 3). Having those 3 patches with low_latency enabled seems better,
since it won't penalize the workloads that are benefited by
low_latency (if you add a sequential read to your test, you should see
a big difference).

Thanks,
Corrado
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/