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
-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"
>
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
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
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