Re: ioctls for MPLS pseudowire interface config

2019-02-25 Thread David Gwynne
On Mon, Feb 25, 2019 at 03:28:58PM +1000, David Gwynne wrote: > On Mon, Feb 25, 2019 at 10:37:40AM +1000, David Gwynne wrote: > > > > > > > On 22 Feb 2019, at 05:01, Martin Pieuchot wrote: > > > > > > On 21/02/19(Thu) 07:35, David Gwynne wrote: > > >>> On 20 Feb 2019, at 11:21 pm, Martin

Re: ioctls for MPLS pseudowire interface config

2019-02-24 Thread David Gwynne
On Mon, Feb 25, 2019 at 10:37:40AM +1000, David Gwynne wrote: > > > > On 22 Feb 2019, at 05:01, Martin Pieuchot wrote: > > > > On 21/02/19(Thu) 07:35, David Gwynne wrote: > >>> On 20 Feb 2019, at 11:21 pm, Martin Pieuchot wrote: > >>> > >>> On 20/02/19(Wed) 14:44, David Gwynne wrote: >

Re: ioctls for MPLS pseudowire interface config

2019-02-24 Thread David Gwynne
> On 22 Feb 2019, at 05:01, Martin Pieuchot wrote: > > On 21/02/19(Thu) 07:35, David Gwynne wrote: >>> On 20 Feb 2019, at 11:21 pm, Martin Pieuchot wrote: >>> >>> On 20/02/19(Wed) 14:44, David Gwynne wrote: Index: sys/net/if.c

Re: ioctls for MPLS pseudowire interface config

2019-02-21 Thread Martin Pieuchot
On 21/02/19(Thu) 07:35, David Gwynne wrote: > > On 20 Feb 2019, at 11:21 pm, Martin Pieuchot wrote: > > > > On 20/02/19(Wed) 14:44, David Gwynne wrote: > >> Index: sys/net/if.c > >> === > >> RCS file: /cvs/src/sys/net/if.c,v > >>

Re: ioctls for MPLS pseudowire interface config

2019-02-20 Thread David Gwynne
> On 20 Feb 2019, at 11:21 pm, Martin Pieuchot wrote: > > On 20/02/19(Wed) 14:44, David Gwynne wrote: >> Index: sys/net/if.c >> === >> RCS file: /cvs/src/sys/net/if.c,v >> retrieving revision 1.571 >> diff -u -p -r1.571 if.c >>

Re: ioctls for MPLS pseudowire interface config

2019-02-20 Thread Martin Pieuchot
On 20/02/19(Wed) 14:44, David Gwynne wrote: > Index: sys/net/if.c > === > RCS file: /cvs/src/sys/net/if.c,v > retrieving revision 1.571 > diff -u -p -r1.571 if.c > --- sys/net/if.c 9 Jan 2019 01:14:21 - 1.571 > +++

Re: ioctls for MPLS pseudowire interface config

2019-02-19 Thread David Gwynne
jsg@ pointed out that stsp sniped the ioctl numbers i was using. this diff moves them into 220-212. On Wed, Feb 20, 2019 at 01:33:00PM +1000, David Gwynne wrote: > This splits up the mpw config ioctl so the same functionality is > implemented in a bunch of smaller and more specific ioctls. This

ioctls for MPLS pseudowire interface config

2019-02-19 Thread David Gwynne
This splits up the mpw config ioctl so the same functionality is implemented in a bunch of smaller and more specific ioctls. This simplifies configuration of an interface cos you can incrementally configure it instead of having to line up all the bits correctly for the jumbo ioctl. It also allows