Re: svn commit: r286700 - in head: sbin/ifconfig sys/net

2017-01-22 Thread Lakshmi Narasimhan Sundararajan
reebsd.org> > > Date: 2017-01-18, Wednesday at 14:38 > > To: Alan Somers , , > , > > Cc: "src-committ...@freebsd.org" , " > svn-src-...@freebsd.org" , " > svn-src-head@freebsd.org" > > Subject: Re: svn commit: r286700 - in head: sbi

Re: svn commit: r286700 - in head: sbin/ifconfig sys/net

2017-01-20 Thread Ravi Pokala
-Original Message- > From: on behalf of Hiren Panchasara > > Date: 2017-01-18, Wednesday at 14:38 > To: Alan Somers , , > , > Cc: "src-committ...@freebsd.org" , > "svn-src-...@freebsd.org" , > "svn-src-head@freebsd.org" >

Re: svn commit: r286700 - in head: sbin/ifconfig sys/net

2017-01-18 Thread Hiren Panchasara
Adding the submitter and other reviewers for their comments. On 01/18/17 at 03:03P, Alan Somers wrote: > Is the change to lacp_port_create correct? The comment indicates that > fast is configurable, but it's actually constant. Later on, there's > some dead code that depends on the value of fast

Re: svn commit: r286700 - in head: sbin/ifconfig sys/net

2017-01-18 Thread Alan Somers
Is the change to lacp_port_create correct? The comment indicates that fast is configurable, but it's actually constant. Later on, there's some dead code that depends on the value of fast (it was dead before this commit, too). CID: 1305734 CID: 1305692 -Alan On Wed, Aug 12, 2015 at 2:21 PM, Hir

svn commit: r286700 - in head: sbin/ifconfig sys/net

2015-08-12 Thread Hiren Panchasara
Author: hiren Date: Wed Aug 12 20:21:04 2015 New Revision: 286700 URL: https://svnweb.freebsd.org/changeset/base/286700 Log: Make LAG LACP fast timeout tunable through IOCTL. Differential Revision:D3300 Submitted by: LN Sundararajan Reviewed by: wblock, smh, gn