Re: wm_intr may lead wm_start unexpectedly

2014-06-30 Thread Ryota Ozaki
On Mon, Jun 30, 2014 at 1:17 PM, Ryota Ozaki wrote: > On Wed, Jun 25, 2014 at 10:58 PM, Ryota Ozaki wrote: >> On Wed, Jun 25, 2014 at 6:57 PM, Manuel Bouyer >> wrote: >>> On Wed, Jun 25, 2014 at 06:51:06PM +0900, Ryota Ozaki wrote: >> Any comments? > > why not change in6_if_link_

Re: Obtaining list of created sockets

2014-06-30 Thread Iain Hibbert
On Mon, 30 Jun 2014, Johnny Billquist wrote: > On 2014-06-30 08:29, Will Dignazio wrote: > > Hi, > > > > I've dug through the so* code, and haven't found any table or list > > dedicated to created sockets. The exception only seems to be fsocreate, > > which attaches a file descriptor that could be

Re: Obtaining list of created sockets

2014-06-30 Thread Johnny Billquist
On 2014-06-30 08:52, Johnny Billquist wrote: On 2014-06-30 08:29, Will Dignazio wrote: Hi, I've dug through the so* code, and haven't found any table or list dedicated to created sockets. The exception only seems to be fsocreate, which attaches a file descriptor that could be used to find the a

Re: Obtaining list of created sockets

2014-06-30 Thread Johnny Billquist
On 2014-06-30 08:29, Will Dignazio wrote: Hi, I've dug through the so* code, and haven't found any table or list dedicated to created sockets. The exception only seems to be fsocreate, which attaches a file descriptor that could be used to find the assigned socket. I'm working on a module where

Obtaining list of created sockets

2014-06-30 Thread Will Dignazio
Hi, I've dug through the so* code, and haven't found any table or list dedicated to created sockets. The exception only seems to be fsocreate, which attaches a file descriptor that could be used to find the assigned socket. I'm working on a module where I would like to expose the list of created

Re: Add operation vcache_rekey

2014-06-30 Thread J. Hannken-Illjes
On 26 Jun 2014, at 05:33, David Holland wrote: > On Wed, Jun 25, 2014 at 09:46:16AM +, Taylor R Campbell wrote: >> Also, I wonder whether any file systems will ever change the length of >> the key for a vnode. Probably not. > > As I recall from when I was looking at this a couple weeks ago

Re: RFC: mpsafe bridge and NIC drivers (vioif and wm)

2014-06-30 Thread Ryota Ozaki
Hi, http://www.netbsd.org/~ozaki-r/mpsafe-ifq-wm.diff I've updated the patch. The changes include: - Make callouts MPSAFE - Reduce splnet as much as possible - Make ifconfig up/down work correctly under load if_wm is now MPSAFEd as much as possible at this point. Thanks, ozaki-r