Re: [ovs-dev] [PATCH] rtbsd: Make rtbsd module thread-safe.

2014-06-02 Thread YAMAMOTO Takashi
t;>, > "dev@openvswitch.org<mailto:dev@openvswitch.org>" > mailto:dev@openvswitch.org>> > Subject: Re: [ovs-dev] [PATCH] rtbsd: Make rtbsd module thread-safe. > > Working on setting up a NetBSD environment now, will report back with the > results soo

Re: [ovs-dev] [PATCH] rtbsd: Make rtbsd module thread-safe.

2014-06-02 Thread Ryan Wilson 76511
ff mailto:b...@nicira.com>>, Alex Wang mailto:al...@nicira.com>> Cc: YAMAMOTO Takashi mailto:yamam...@valinux.co.jp>>, Ryan Wilson mailto:wr...@nicira.com>>, "dev@openvswitch.org<mailto:dev@openvswitch.org>" mailto:dev@openvswitch.org>> Subject: Re: [ovs-dev]

Re: [ovs-dev] [PATCH] rtbsd: Make rtbsd module thread-safe.

2014-05-29 Thread YAMAMOTO Takashi
> Due to patch fe83f8 (netdev: Remove netdev from global shash when > the user is changing interface configuration), netdevs can be > destructed and deallocated by revalidator and RCU threads. When > netdevs with class bsd are destroyed, the rtbsd notifier is > unregistered, possibly causing memory

Re: [ovs-dev] [PATCH] rtbsd: Make rtbsd module thread-safe.

2014-05-29 Thread Ryan Wilson 76511
n Wilson mailto:wr...@nicira.com>>, "dev@openvswitch.org<mailto:dev@openvswitch.org>" mailto:dev@openvswitch.org>> Subject: Re: [ovs-dev] [PATCH] rtbsd: Make rtbsd module thread-safe. Did either of you build test it on BSD? Ideally, we would (but I don't have a BSD s

Re: [ovs-dev] [PATCH] rtbsd: Make rtbsd module thread-safe.

2014-05-29 Thread Ben Pfaff
Did either of you build test it on BSD? Ideally, we would (but I don't have a BSD setup myself). On May 29, 2014 10:32 PM, "Alex Wang" wrote: > > Acked-by: Alex Wang > > Hey Yamamoto, > > FYI, this patch is bsd related. > > I'll apply it soon, > > Thanks, > Alex Wang, > > ___

Re: [ovs-dev] [PATCH] rtbsd: Make rtbsd module thread-safe.

2014-05-29 Thread Alex Wang
Acked-by: Alex Wang Hey Yamamoto, FYI, this patch is bsd related. I'll apply it soon, Thanks, Alex Wang, ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [PATCH] rtbsd: Make rtbsd module thread-safe.

2014-05-29 Thread Ryan Wilson
Due to patch fe83f8 (netdev: Remove netdev from global shash when the user is changing interface configuration), netdevs can be destructed and deallocated by revalidator and RCU threads. When netdevs with class bsd are destroyed, the rtbsd notifier is unregistered, possibly causing memory to be fre