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

2017-01-28 Thread Sean Bruno
>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >> --- sys/net/iflib.c (revision 312909) >> +++ sys/net/iflib.c (working copy) >> @@ -1536,8 +1536,8 @@ >> goto fail; >> } >> } >> +#endif >> } >> -#endif >

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

2017-01-28 Thread Cy Schubert
rotected-headers="v1" > From: Sean Bruno > To: Cy Schubert > Cc: src-committ...@freebsd.org, svn-src-all@freebsd.org, > svn-src-h...@freebsd.org > Message-ID: <6db0fa21-aaf0-6e0d-5b90-5b0c58fd3...@freebsd.org> > Subject: Re: svn commit: r312905 - head/sys/net >

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

2017-01-28 Thread Cy Schubert
rotected-headers="v1" > From: Sean Bruno > To: Cy Schubert > Cc: src-committ...@freebsd.org, svn-src-all@freebsd.org, > svn-src-h...@freebsd.org > Message-ID: <6db0fa21-aaf0-6e0d-5b90-5b0c58fd3...@freebsd.org> > Subject: Re: svn commit: r312905 - head/sys/net >

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

2017-01-28 Thread Sean Bruno
>> /export/home/cy/freebsd/svn/ip6-cksum/sys/net/iflib.c:2363:1: error: >> function definition is not allowed here >> { >> ^ >> fatal error: too many errors emitted, stopping now [-ferror-limit=] > > My initial email about this was correct. It does fail when building i386 > only. (It builds for

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

2017-01-28 Thread Cy Schubert
Cy Schubert writes: > In message <201701272308.v0rn86fx040...@repo.freebsd.org>, Sean Bruno > writes: > > Author: sbruno > > Date: Fri Jan 27 23:08:06 2017 > > New Revision: 312905 > > URL: https://svnweb.freebsd.org/changeset/base/312905 > > > > Log: > > IFLIB updates: > > We found routing p

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

2017-01-27 Thread hiren panchasara
On 01/27/17 at 11:19P, Cy Schubert wrote: > Really? Just a copyright notice? > > The reason I ask is because of this: > > ===> ae (all) > --- iflib.o --- > /export/home/cy/freebsd/svn/ip6-cksum/sys/net/iflib.c:1561:1: error: > function definition is not allowed here > { > Should these 2 lines b

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

2017-01-27 Thread Cy Schubert
In message <201701280719.v0s7jnmf087...@slippy.cwsent.com>, Cy Schubert writes: > In message <201701272308.v0rn86fx040...@repo.freebsd.org>, Sean Bruno > writes: > > Author: sbruno > > Date: Fri Jan 27 23:08:06 2017 > > New Revision: 312905 > > URL: https://svnweb.freebsd.org/changeset/base/31290

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

2017-01-27 Thread Cy Schubert
In message <201701272308.v0rn86fx040...@repo.freebsd.org>, Sean Bruno writes: > Author: sbruno > Date: Fri Jan 27 23:08:06 2017 > New Revision: 312905 > URL: https://svnweb.freebsd.org/changeset/base/312905 > > Log: > IFLIB updates: > We found routing performance dropped significantly when co

svn commit: r312905 - head/sys/net

2017-01-27 Thread Sean Bruno
Author: sbruno Date: Fri Jan 27 23:08:06 2017 New Revision: 312905 URL: https://svnweb.freebsd.org/changeset/base/312905 Log: IFLIB updates: We found routing performance dropped significantly when configuring FreeBSD as a router, we are applying the following changes in order to resolve th