> More platforms and higher bitrate tests (I've left the previous post in
> comment):

I finally was able to figure out the culprid:

CONFIG_SLOB=y

instead of 

CONFIG_SLAB=y

--------
CONFIG_SLAB:

Disabling this replaces the advanced SLAB allocator and
kmalloc support with the drastically simpler SLOB allocator.
SLOB is more space efficient but does not scale well and is
more susceptible to fragmentation. 
--------

I was expecting a lower DMM performance but wasn't expecting such a
drain on kernel/network load.

The original reason for this change was a fixed flashmap and a increased
2.6 kernel that didn't fit in this region (backwards compatible).

-- 
  greetz, marc
I feel like I had a spiritual enema.
        Jool - Losing Time
chiana 2.6.18-4-ixp4xx #1 Tue Mar 27 18:01:56 BST 2007 GNU/Linux

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Linuxppc-dev mailing list
[email protected]
https://ozlabs.org/mailman/listinfo/linuxppc-dev

Reply via email to