Re: [RFC] NUMA futex hashing

From: Ravikiran G Thirumalai
Date: Tue Aug 08 2006 - 16:27:16 EST


On Tue, Aug 08, 2006 at 11:14:49AM +0200, Eric Dumazet wrote:
> On Tuesday 08 August 2006 09:07, Ravikiran G Thirumalai wrote:
> >
>
> Your patch seems fine, but I have one comment.
>
> For non NUMA machine, we would have one useless indirection to get the
> futex_queues pointer.
>
> static struct futex_hash_bucket *futex_queues[1];
>
> I think it is worth to redesign your patch so that this extra-indirection is
> needed only for NUMA machines.

Yes. Will do in the next iteration.

Thanks,
Kiran
-
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/