Re: svn commit: r253314 - head/sys/net

2013-07-15 Thread Adrian Chadd
Yup and they will be turned into per-interface ioctls before I merge it into -9. Thanks! -adrian On 15 July 2013 02:47, Gleb Smirnoff wrote: > On Sat, Jul 13, 2013 at 04:25:03AM +, Adrian Chadd wrote: > A> Author: adrian > A> Date: Sat Jul 13 04:25:03 2013 > A> New Revision: 253314 > A> UR

Re: svn commit: r253314 - head/sys/net

2013-07-15 Thread Gleb Smirnoff
On Sat, Jul 13, 2013 at 04:25:03AM +, Adrian Chadd wrote: A> Author: adrian A> Date: Sat Jul 13 04:25:03 2013 A> New Revision: 253314 A> URL: http://svnweb.freebsd.org/changeset/base/253314 A> A> Log: A> Bring over some link aggregation / LACP protocol improvements and debugging A> additio

Re: svn commit: r253314 - head/sys/net

2013-07-13 Thread Adrian Chadd
I'll double-check at work on Monday and commit an update. Thanks! -adrian On 13 July 2013 01:21, Mikolaj Golub wrote: > On Sat, Jul 13, 2013 at 04:25:03AM +, Adrian Chadd wrote: > >> +static int >> +lagg_sysctl_active(SYSCTL_HANDLER_ARGS) >> +{ >> + struct lagg_softc *sc = (struct lag

Re: svn commit: r253314 - head/sys/net

2013-07-13 Thread Mikolaj Golub
On Sat, Jul 13, 2013 at 04:25:03AM +, Adrian Chadd wrote: > +static int > +lagg_sysctl_active(SYSCTL_HANDLER_ARGS) > +{ > + struct lagg_softc *sc = (struct lagg_softc *)arg1; > + struct lagg_port *lp; > + int error; > + > + /* LACP tracks active links automatically, the others

svn commit: r253314 - head/sys/net

2013-07-12 Thread Adrian Chadd
Author: adrian Date: Sat Jul 13 04:25:03 2013 New Revision: 253314 URL: http://svnweb.freebsd.org/changeset/base/253314 Log: Bring over some link aggregation / LACP protocol improvements and debugging additions. * Add some new tracing events to aid in debugging. * Add in a debugging mod