login
Header Space

 
 

Re: migrating proc from zone to objcache

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <kernel@...>
Date: Monday, March 31, 2008 - 7:11 pm

:Could we please not move to kmalloc, but instead try to move all fast
:path allocations to objcache?  I don't like the idea of allocating
:everything with kmalloc.  Caching struct procs is not a bad thing itself.=
:
:
:cheers
:  simon

    I will state for the record that I'm fine with either objcache or
    kmalloc.  I agree with Jeff that using objcache for struct proc
    probably isn't necessary but I also agree that it would not hurt either,
    and if the intent is to optimize the initialization of the proc
    structure in the future then moving to objcache now would save us
    from having to do it later.

    So whichever method Nicolas wants to use is fine with me.

						-Matt
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: migrating proc from zone to objcache, Matthew Dillon, (Mon Mar 31, 7:11 pm)
Re: migrating proc from zone to objcache, Nicolas Thery, (Tue Apr 1, 3:05 am)
Re: migrating proc from zone to objcache, Nicolas Thery, (Tue Apr 1, 1:52 pm)
speck-geostationary