Re: svn commit: r293439 - in head: lib/libc/sys sys/dev/ti sys/kern sys/sys usr.bin/netstat

2016-01-12 Thread Shawn Webb
On Sat, Jan 09, 2016 at 07:41:57PM +, Antoine Brodin wrote: > On Fri, Jan 8, 2016 at 8:34 PM, Gleb Smirnoff wrote: > > Author: glebius > > Date: Fri Jan 8 20:34:57 2016 > > New Revision: 293439 > > URL: https://svnweb.freebsd.org/changeset/base/293439 > > > > Log: > >

Re: svn commit: r293439 - in head: lib/libc/sys sys/dev/ti sys/kern sys/sys usr.bin/netstat

2016-01-12 Thread Adrian Chadd
Has this been addressed yet? -a On 12 January 2016 at 07:37, Shawn Webb wrote: > On Sat, Jan 09, 2016 at 07:41:57PM +, Antoine Brodin wrote: >> On Fri, Jan 8, 2016 at 8:34 PM, Gleb Smirnoff wrote: >> > Author: glebius >> > Date: Fri Jan 8

Re: svn commit: r293439 - in head: lib/libc/sys sys/dev/ti sys/kern sys/sys usr.bin/netstat

2016-01-12 Thread Gleb Smirnoff
Antoine said that he is going to handle it. On Tue, Jan 12, 2016 at 08:19:54AM -0800, Adrian Chadd wrote: A> Has this been addressed yet? A> A> A> -a A> A> A> On 12 January 2016 at 07:37, Shawn Webb wrote: A> > On Sat, Jan 09, 2016 at 07:41:57PM +, Antoine

Re: svn commit: r293439 - in head: lib/libc/sys sys/dev/ti sys/kern sys/sys usr.bin/netstat

2016-01-09 Thread Gleb Smirnoff
Antoine, On Sat, Jan 09, 2016 at 07:41:57PM +, Antoine Brodin wrote: A> On Fri, Jan 8, 2016 at 8:34 PM, Gleb Smirnoff wrote: A> > Author: glebius A> > Date: Fri Jan 8 20:34:57 2016 A> > New Revision: 293439 A> > URL: https://svnweb.freebsd.org/changeset/base/293439 A>

Re: svn commit: r293439 - in head: lib/libc/sys sys/dev/ti sys/kern sys/sys usr.bin/netstat

2016-01-09 Thread Antoine Brodin
On Fri, Jan 8, 2016 at 8:34 PM, Gleb Smirnoff wrote: > Author: glebius > Date: Fri Jan 8 20:34:57 2016 > New Revision: 293439 > URL: https://svnweb.freebsd.org/changeset/base/293439 > > Log: > New sendfile(2) syscall. A joint effort of NGINX and Netflix from 2013 and >

Re: svn commit: r293439 - in head: lib/libc/sys sys/dev/ti sys/kern sys/sys usr.bin/netstat

2016-01-09 Thread hiren panchasara
I'd also stress on having important details in commit-log itself. On 01/08/16 at 01:32P, Gleb Smirnoff wrote: > I'm writing status report on this right now. Looking forward to it. > > Also there is slideshare: > http://www.slideshare.net/facepalmtarbz2/new-sendfile-in-english Thanks. Cheers,

Re: svn commit: r293439 - in head: lib/libc/sys sys/dev/ti sys/kern sys/sys usr.bin/netstat

2016-01-08 Thread Gleb Smirnoff
On Fri, Jan 08, 2016 at 12:37:14PM -0800, Bryan Drewery wrote: B> > The new syscalls is a drop in replacement. No modifications are required B> > to applications. One can take nginx binary for stable/10 and run it B> > successfully on head. Although SF_NODISKIO lost its original sense, as

svn commit: r293439 - in head: lib/libc/sys sys/dev/ti sys/kern sys/sys usr.bin/netstat

2016-01-08 Thread Gleb Smirnoff
Author: glebius Date: Fri Jan 8 20:34:57 2016 New Revision: 293439 URL: https://svnweb.freebsd.org/changeset/base/293439 Log: New sendfile(2) syscall. A joint effort of NGINX and Netflix from 2013 and up to now. The new sendfile is the code that Netflix uses to send their multiple tens

Re: svn commit: r293439 - in head: lib/libc/sys sys/dev/ti sys/kern sys/sys usr.bin/netstat

2016-01-08 Thread Gleb Smirnoff
On Fri, Jan 08, 2016 at 01:22:45PM -0800, NGie Cooper wrote: N> > 1) The review requests were sent continuosly to arch@ during last 1.5 years. N> > N> > https://lists.freebsd.org/pipermail/freebsd-arch/2014-May/015385.html N> > N> > 2) Team of engineers at Netflix has a lot of code build on

Re: svn commit: r293439 - in head: lib/libc/sys sys/dev/ti sys/kern sys/sys usr.bin/netstat

2016-01-08 Thread Gleb Smirnoff
On Fri, Jan 08, 2016 at 12:44:32PM -0800, NGie Cooper wrote: N> > Log: N> > New sendfile(2) syscall. A joint effort of NGINX and Netflix from 2013 and N> > up to now. N> > N> > The new sendfile is the code that Netflix uses to send their multiple tens N> > of gigabits of data per second. The

Re: svn commit: r293439 - in head: lib/libc/sys sys/dev/ti sys/kern sys/sys usr.bin/netstat

2016-01-08 Thread NGie Cooper
> On Jan 8, 2016, at 13:10, Gleb Smirnoff wrote: > > On Fri, Jan 08, 2016 at 12:44:32PM -0800, NGie Cooper wrote: > N> > Log: > N> > New sendfile(2) syscall. A joint effort of NGINX and Netflix from 2013 > and > N> > up to now. > N> > > N> > The new sendfile is the

Re: svn commit: r293439 - in head: lib/libc/sys sys/dev/ti sys/kern sys/sys usr.bin/netstat

2016-01-08 Thread Bryan Drewery
On 1/8/2016 12:34 PM, Gleb Smirnoff wrote: > Author: glebius > Date: Fri Jan 8 20:34:57 2016 > New Revision: 293439 > URL: https://svnweb.freebsd.org/changeset/base/293439 > > Log: > New sendfile(2) syscall. A joint effort of NGINX and Netflix from 2013 and > up to now. > > The new

Re: svn commit: r293439 - in head: lib/libc/sys sys/dev/ti sys/kern sys/sys usr.bin/netstat

2016-01-08 Thread NGie Cooper
> On Jan 8, 2016, at 12:34, Gleb Smirnoff wrote: > > Author: glebius > Date: Fri Jan 8 20:34:57 2016 > New Revision: 293439 > URL: https://svnweb.freebsd.org/changeset/base/293439 > > Log: > New sendfile(2) syscall. A joint effort of NGINX and Netflix from 2013 and > up

Re: svn commit: r293439 - in head: lib/libc/sys sys/dev/ti sys/kern sys/sys usr.bin/netstat

2016-01-08 Thread Bryan Drewery
On 1/8/2016 1:10 PM, Gleb Smirnoff wrote: > 1) The review requests were sent continuosly to arch@ during last 1.5 years. > >https://lists.freebsd.org/pipermail/freebsd-arch/2014-May/015385.html > > 2) Team of engineers at Netflix has a lot of code build on top of that code, >e.g.