Re: NET_MPSAFE [was Re: CVS commit: src/sys]

2017-02-04 Thread Nick Hudson
On 01/21/17 10:13, Nick Hudson wrote: On 01/20/17 03:34, Ryota Ozaki wrote: On Mon, Dec 12, 2016 at 5:24 PM, Nick Hudson wrote: On 11/28/16 09:43, Ryota Ozaki wrote: On Mon, Nov 28, 2016 at 4:29 PM, Nick Hudson wrote: This is hurting me again. FYI

Re: NET_MPSAFE [was Re: CVS commit: src/sys]

2017-01-21 Thread Nick Hudson
On 01/20/17 03:34, Ryota Ozaki wrote: On Mon, Dec 12, 2016 at 5:24 PM, Nick Hudson wrote: On 11/28/16 09:43, Ryota Ozaki wrote: On Mon, Nov 28, 2016 at 4:29 PM, Nick Hudson wrote: This is hurting me again. FYI

Re: NET_MPSAFE [was Re: CVS commit: src/sys]

2017-01-19 Thread Ryota Ozaki
On Mon, Dec 12, 2016 at 5:24 PM, Nick Hudson wrote: > On 11/28/16 09:43, Ryota Ozaki wrote: >> >> On Mon, Nov 28, 2016 at 4:29 PM, Nick Hudson wrote: > > >> This is hurting me again. > > > FYI > > > https://nxr.netbsd.org/xref/src/sys/dev/usb/if_axe.c#527 > >

Re: NET_MPSAFE [was Re: CVS commit: src/sys]

2016-12-14 Thread Roy Marples
On 2016-12-14 03:40, Ryota Ozaki wrote: That's one option though, migrating to dhcpcd is a pretty big task for us and we don't have time to do so :-/ Just using dhcpcd for IPv6 RS/RA handling should be straight-forward and that would be all that is required. I know you guys use something

Re: NET_MPSAFE [was Re: CVS commit: src/sys]

2016-12-13 Thread Ryota Ozaki
On Mon, Dec 12, 2016 at 10:41 PM, Roy Marples wrote: > On 2016-12-12 13:26, Ryota Ozaki wrote: >> >> On Tue, Nov 29, 2016 at 12:37 AM, Roy Marples wrote: >>> >>> On 28/11/2016 09:43, Ryota Ozaki wrote: (2) MP-ification of IPv6-specific stuffs

Re: NET_MPSAFE [was Re: CVS commit: src/sys]

2016-12-12 Thread Roy Marples
On 2016-12-12 13:26, Ryota Ozaki wrote: On Tue, Nov 29, 2016 at 12:37 AM, Roy Marples wrote: On 28/11/2016 09:43, Ryota Ozaki wrote: (2) MP-ification of IPv6-specific stuffs (nd_defrouter, nd_prefix, etc.) Rip the ND RA stuff out, let userland handle it entirely. Less

Re: NET_MPSAFE [was Re: CVS commit: src/sys]

2016-12-12 Thread Ryota Ozaki
On Mon, Dec 12, 2016 at 5:24 PM, Nick Hudson wrote: > On 11/28/16 09:43, Ryota Ozaki wrote: >> >> On Mon, Nov 28, 2016 at 4:29 PM, Nick Hudson wrote: > > >> This is hurting me again. > > > FYI > > > https://nxr.netbsd.org/xref/src/sys/dev/usb/if_axe.c#527 > >

Re: NET_MPSAFE [was Re: CVS commit: src/sys]

2016-12-12 Thread Ryota Ozaki
On Tue, Nov 29, 2016 at 12:37 AM, Roy Marples wrote: > On 28/11/2016 09:43, Ryota Ozaki wrote: >> (2) MP-ification of IPv6-specific stuffs >> (nd_defrouter, nd_prefix, etc.) > > Rip the ND RA stuff out, let userland handle it entirely. > Less work, less code, less bloat :)

Re: NET_MPSAFE [was Re: CVS commit: src/sys]

2016-12-12 Thread Nick Hudson
On 11/28/16 09:43, Ryota Ozaki wrote: On Mon, Nov 28, 2016 at 4:29 PM, Nick Hudson wrote: This is hurting me again. FYI https://nxr.netbsd.org/xref/src/sys/dev/usb/if_axe.c#527 I think we need NET_MPSAFE finished for netbsd-8 Nick

Re: NET_MPSAFE [was Re: CVS commit: src/sys]

2016-11-28 Thread Roy Marples
On 28/11/2016 09:43, Ryota Ozaki wrote: > (2) MP-ification of IPv6-specific stuffs > (nd_defrouter, nd_prefix, etc.) Rip the ND RA stuff out, let userland handle it entirely. Less work, less code, less bloat :) Roy

Re: NET_MPSAFE [was Re: CVS commit: src/sys]

2016-11-28 Thread Ryota Ozaki
On Mon, Nov 28, 2016 at 4:29 PM, Nick Hudson wrote: > On 08/13/16 14:27, Ryota Ozaki wrote: >> >> On Fri, Aug 12, 2016 at 11:04 PM, Nick Hudson wrote: >>> >>> On 07/28/16 10:03, Ryota Ozaki wrote: Module Name:src Committed By: ozaki-r

NET_MPSAFE [was Re: CVS commit: src/sys]

2016-11-27 Thread Nick Hudson
On 08/13/16 14:27, Ryota Ozaki wrote: On Fri, Aug 12, 2016 at 11:04 PM, Nick Hudson wrote: On 07/28/16 10:03, Ryota Ozaki wrote: Module Name:src Committed By: ozaki-r Date: Thu Jul 28 09:03:51 UTC 2016 Modified Files: src/sys/netinet: if_arp.c in.c