Re: udp mpsafe

2011-01-16 Thread Sepherosa Ziehau
On Mon, Jan 17, 2011 at 7:57 AM, Peter Avalos wrote: > On Tue, Jan 11, 2011 at 07:30:12PM -0800, Matthew Dillon wrote: >> :Hi all, >> : >> :Please review the devel^2 ~ devel^5 (inclusive) at: >> :http://gitweb.dragonflybsd.org/~sephe/dragonfly.git/shortlog/refs/heads/devel >> : >> :Best Regards, >

Re: udp mpsafe

2011-01-16 Thread Peter Avalos
On Tue, Jan 11, 2011 at 07:30:12PM -0800, Matthew Dillon wrote: > :Hi all, > : > :Please review the devel^2 ~ devel^5 (inclusive) at: > :http://gitweb.dragonflybsd.org/~sephe/dragonfly.git/shortlog/refs/heads/devel > : > :Best Regards, > :sephe > > I'm going to ask Peter to run your fixes on t

Re: udp mpsafe

2011-01-14 Thread Sepherosa Ziehau
On Fri, Jan 14, 2011 at 3:33 AM, Matthew Dillon wrote: > :Hi all, > : > :Please review the devel^2 ~ devel^5 (inclusive) at: > :http://gitweb.dragonflybsd.org/~sephe/dragonfly.git/shortlog/refs/heads/devel > : > :The modification/accessing to the udbinfo is protected by two mechanism: > :1) netisr

Re: udp mpsafe

2011-01-13 Thread Matthew Dillon
:Hi all, : :Please review the devel^2 ~ devel^5 (inclusive) at: :http://gitweb.dragonflybsd.org/~sephe/dragonfly.git/shortlog/refs/heads/devel : :The modification/accessing to the udbinfo is protected by two mechanism: :1) netisr barrier, which prevents code running in netisr from :accessing udbinf

Re: udp mpsafe

2011-01-11 Thread Matthew Dillon
:Hi all, : :Please review the devel^2 ~ devel^5 (inclusive) at: :http://gitweb.dragonflybsd.org/~sephe/dragonfly.git/shortlog/refs/heads/devel : :The modification/accessing to the udbinfo is protected by two mechanism: :1) netisr barrier, which prevents code running in netisr from :accessing udbinf

udp mpsafe

2010-12-27 Thread Sepherosa Ziehau
Hi all, Please review the devel^2 ~ devel^5 (inclusive) at: http://gitweb.dragonflybsd.org/~sephe/dragonfly.git/shortlog/refs/heads/devel The modification/accessing to the udbinfo is protected by two mechanism: 1) netisr barrier, which prevents code running in netisr from accessing udbinfo when t