svn commit: r253687 - head/sys/net

Gleb Smirnoff glebius at FreeBSD.org
Fri Apr 25 18:09:11 UTC 2014


On Fri, Apr 25, 2014 at 09:58:31AM -0600, Alan Somers wrote:
A> On Fri, Jul 26, 2013 at 1:41 PM, Adrian Chadd <adrian at freebsd.org> wrote:
A> > Author: adrian
A> > Date: Fri Jul 26 19:41:13 2013
A> > New Revision: 253687
A> > URL: http://svnweb.freebsd.org/changeset/base/253687
A> >
A> > Log:
A> >   Break out the static, global LACP debug options into a per-lagg unit
A> >   sysctl tree.
A> >
A> >   * Create a net.link.lagg.X.lacp node
A> 
A> I think this introduced a lock order reversal.
A> 
A> >   * Add a debug node under that for tx_test and rx_test
A> >   * Add lacp_strict_mode, defaulting to 1
A> >
A> >   tx_test and rx_test are still a bitmap of unit numbers for now.
A> >   At some point it would be nice to create child nodes of the lagg bundle
A> >   for each sub-interface, and then populate those with various knobs
A> >   and statistics.
A> >
A> >   Sponsored by: Netflix

Also, these sysctl nodes were promised to be removed soon:

http://lists.freebsd.org/pipermail/svn-src-head/2013-July/049602.html

-- 
Totus tuus, Glebius.


More information about the svn-src-all mailing list