DragonFly BSD
DragonFly submit List (threaded) for 2005-04
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: IPIQ messaging patch #1 for SMP


From: Joerg Sonnenberger <joerg@xxxxxxxxxxxxxxxxx>
Date: Sun, 10 Apr 2005 14:46:42 +0200
Mail-followup-to: submit@crater.dragonflybsd.org

On Sun, Apr 10, 2005 at 12:01:33AM -0700, Matthew Dillon wrote:
>     * Implement a passive IPI message that does not signal the target cpu
>       at all.  The target cpu will process the message the next time it
>       polls the queue (no less often then once a tick).  Adjust the
>       slab free() code to use this new API when freeing blocks owned by 
>       a different cpu.  Such messages have huge target latencies (obviously)
>       but cost virtually nothing on either the originating or target cpus
>       because no hardware IPI is generated for the message.

How does this affect low memory situations?

Joerg



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]