Re: [PATCH 1/1] network memory allocator.

From: Evgeniy Polyakov
Date: Mon Aug 14 2006 - 15:40:07 EST


On Mon, Aug 14, 2006 at 10:46:17AM -0700, Rick Jones (rick.jones2@xxxxxx) wrote:
> >Benchmarks with trivial epoll based web server showed noticeble (more
> >than 40%) imrovements of the request rates (1600-1800 requests per
> >second vs. more than 2300 ones). It can be described by more
> >cache-friendly freeing algorithm, by tighter objects packing and thus
> >reduced cache line ping-pongs, reduced lookups into higher-layer caches
> >and so on.
>
> Is that an hypothesis, or did you get a chance to gather cache stats
> with something like http://www.hp.com/go/Caliper or the like on the
> platform(s) you were testing?

It is theory based on code observation, design comparison and logic.

> rick jones

--
Evgeniy Polyakov
-
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/