lkml.org 
[lkml]   [2006]   [Mar]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    SubjectRe: [PATCH] mm: yield during swap prefetching
    Date
    On Thursday 09 March 2006 19:57, Helge Hafting wrote:
    > Con Kolivas wrote:
    > >On Wed, 8 Mar 2006 12:11 pm, Andrew Morton wrote:
    > >>but, but. If prefetching is prefetching stuff which that game will soon
    > >>use then it'll be an aggregate improvement. If prefetch is prefetching
    > >>stuff which that game _won't_ use then prefetch is busted. Using yield()
    > >>to artificially cripple kprefetchd is a rather sad workaround isn't it?
    > >
    > >It's not the stuff that it prefetches that's the problem; it's the disk
    > >access.
    >
    > Well, seems you have some sorry kind of disk driver then?
    > An ide disk not using dma?
    >
    > A low-cpu task that only abuses the disk shouldn't make an impact
    > on a 3D game that hogs the cpu only. Unless the driver for your
    > harddisk is faulty, using way more cpu than it need.
    >
    > Use hdparm, check the basics:
    > unmaksirq=1, using_dma=1, multcount is some positive number,
    > such as 8 or 16, readahead is some positive number.
    > Also use hdparm -i and verify that the disk is using some
    > nice udma mode. (too old for that, and it probably isn't worth
    > optimizing this for...)
    >
    > Also make sure the disk driver isn't sharing an irq with the
    > 3D card.
    >
    > Come to think of it, if your 3D game happens to saturate the
    > pci bus for long times, then disk accesses might indeed
    > be noticeable as they too need the bus. Check if going to
    > a slower dma mode helps - this might free up the bus a bit.

    Thanks for the hints.

    However I actually wrote the swap prefetch code and this is all about changing
    its behaviour to make it do what I want. The problem is that nice 19 will
    give it up to 5% cpu in the presence of a nice 0 task when I really don't
    want swap prefetch doing anything. Furthermore because it is constantly
    waking up from sleep (after disk activity) it is always given lower latency
    scheduling than a fully cpu bound nice 0 task - this is normally appropriate
    behaviour. Yielding regularly works around that issue.

    Ideally taking into account cpu usage and only working below a certain cpu
    threshold may be the better mechanism and it does appear this would be more
    popular. It would not be hard to implement, but does add yet more code to an
    increasingly complex heuristic used to detect "idleness". I am seriously
    considering it.

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

    \
     
     \ /
      Last update: 2006-03-09 10:11    [W:4.459 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site