[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20070912.041200.15253216.davem@davemloft.net>
Date: Wed, 12 Sep 2007 04:12:00 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: dada1@...mosbay.com
Cc: herbert@...dor.apana.org.au, netdev@...r.kernel.org
Subject: Re: [PATCH] NET : convert IP route cache garbage colleciton from
softirq processing to a workqueue
From: Eric Dumazet <dada1@...mosbay.com>
Date: Wed, 12 Sep 2007 12:08:45 +0200
> Unfortunatly, there is no equivalent for this one.
> This gives on my Opterons a nice "prefetchnta"
>
> prefetch(addr) is more like __builtin_prefetch(addr, 0, 3)
>
> I would like to avoid to zap L2 cache with useless data.
>
> __builtin_prefetch() is included from gcc 3.1 (2002), so every
> platform should support it, as linux-2.6 requires gcc 3.2 at least.
>
> I guess you are going to tell me to first publish a patch to lkml :)
Basically, yes :-) You won't be the only person to find this
useful.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists