Re: Early SPECWeb99 results on 2.5.33 with TSO on e1000

Andi Kleen (ak@suse.de)
Fri, 6 Sep 2002 21:26:19 +0200


> If you just wanted to speed things up, you could get the
> clients to specify ports instead of letting the kernel
> cycle through for a free port..:)

Better would be probably to change the kernel to keep a limited
list of free ports in a free list. The grabbing a free port would
be an O(1) operation.

I'm not entirely sure it is worth it in this case. The locks are
probably the majority of the cost.

-Andi
-
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/