Re: svn commit: r285731 - stable/10/sys/dev/ixgbe

2015-07-21 Thread Steven Hartland
The only documented version is the sysctl, this fixes the miss-match from that and the tunable, hence only those that have edited the source to find the mistake would be using the invalid setting, everyone will be just not getting the value they have requested. I would however suggest adding a

Re: svn commit: r285731 - stable/10/sys/dev/ixgbe

2015-07-20 Thread Hiren Panchasara
On 07/21/15 at 09:27P, Andrey V. Elsukov wrote: > On 21.07.2015 03:31, Hiren Panchasara wrote: > > Author: hiren > > Date: Tue Jul 21 00:31:13 2015 > > New Revision: 285731 > > URL: https://svnweb.freebsd.org/changeset/base/285731 > > > > Log: > > Fix a typo in r285668. Replace hw.ixgbe.* with c

Re: svn commit: r285731 - stable/10/sys/dev/ixgbe

2015-07-20 Thread Andrey V. Elsukov
On 21.07.2015 03:31, Hiren Panchasara wrote: > Author: hiren > Date: Tue Jul 21 00:31:13 2015 > New Revision: 285731 > URL: https://svnweb.freebsd.org/changeset/base/285731 > > Log: > Fix a typo in r285668. Replace hw.ixgbe.* with correct hw.ix.* for a couple > of > sysctls. This looks like

svn commit: r285731 - stable/10/sys/dev/ixgbe

2015-07-20 Thread Hiren Panchasara
Author: hiren Date: Tue Jul 21 00:31:13 2015 New Revision: 285731 URL: https://svnweb.freebsd.org/changeset/base/285731 Log: Fix a typo in r285668. Replace hw.ixgbe.* with correct hw.ix.* for a couple of sysctls. Approved by: re (gjb) Sponsored by: Limelight Networks Modified: stabl