svn commit: r357203 - head/sys/compat/linux

Edward Napierala trasz at freebsd.org
Thu Jan 30 14:01:53 UTC 2020


On Tue, 28 Jan 2020 at 18:55, Gleb Smirnoff <glebius at freebsd.org> wrote:
>
> On Tue, Jan 28, 2020 at 01:57:25PM +0000, Edward Tomasz Napierala wrote:
> E> Author: trasz
> E> Date: Tue Jan 28 13:57:24 2020
> E> New Revision: 357203
> E> URL: https://svnweb.freebsd.org/changeset/base/357203
> E>
> E> Log:
> E>   Add TCP_CORK support to linux(4).  This fixes one of the things Nginx
> E>   trips over.
> E>
> E>   MFC after: 2 weeks
> E>   Sponsored by:      The FreeBSD Foundation
> E>   Differential Revision:     https://reviews.freebsd.org/D23171
>
> Again, out of curiosity: what is any good reason to run linux nginx
> binary on FreeBSD? To lose all the nice features of FreeBSD kernel
> that nginx supports?

Docker, obviously.

Seriously though - Nginx, or whatever other application you can see in my
commit messages, is not the goal itself; it's more of a test case, so I can
easily reproduce/retest it in the future, should I need to.  The goal is fixing
TCP_CORK, for whatever Linux app that needs it.


More information about the svn-src-all mailing list