Re: mbuf system with mutexes

2000-09-10 Thread Julian Elischer
Bosko Milekic wrote: > > For those interested, > > http://www.technokratis.com/code/mbuf/mbuf_mtx.patch Assuming we have a "my processor" index somewhere, how much work would it take to give each processor a separate cache of mbufs? Also, I've often wondered if the 'custer' special code mig

mbuf system with mutexes

2000-09-09 Thread Bosko Milekic
For those interested, I have a preliminary patch that will add mutex locking in the mbuf subsystem and get rid of the splimp()s. It also fixes some race conditions previously existing and in relation to tsleep() (i.e. the wait routines). The patch is rough and early, but watch the same