From owner-svn-src-all@freebsd.org Tue Jan 28 18:55:12 2020 Return-Path: Delivered-To: svn-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C16C6237CE0; Tue, 28 Jan 2020 18:55:12 +0000 (UTC) (envelope-from glebius@freebsd.org) Received: from cell.glebi.us (glebi.us [162.251.186.162]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "cell.glebi.us", Issuer "cell.glebi.us" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 486bQm3c6kz4NX3; Tue, 28 Jan 2020 18:55:11 +0000 (UTC) (envelope-from glebius@freebsd.org) Received: from cell.glebi.us (localhost [127.0.0.1]) by cell.glebi.us (8.15.2/8.15.2) with ESMTPS id 00SIt8qH043468 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Tue, 28 Jan 2020 10:55:08 -0800 (PST) (envelope-from glebius@freebsd.org) Received: (from glebius@localhost) by cell.glebi.us (8.15.2/8.15.2/Submit) id 00SIt8W2043467; Tue, 28 Jan 2020 10:55:08 -0800 (PST) (envelope-from glebius@freebsd.org) X-Authentication-Warning: cell.glebi.us: glebius set sender to glebius@freebsd.org using -f Date: Tue, 28 Jan 2020 10:55:08 -0800 From: Gleb Smirnoff To: Edward Tomasz Napierala Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r357203 - head/sys/compat/linux Message-ID: <20200128185508.GZ1268@FreeBSD.org> References: <202001281357.00SDvPZC055856@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202001281357.00SDvPZC055856@repo.freebsd.org> User-Agent: Mutt/1.12.2 (2019-09-21) X-Rspamd-Queue-Id: 486bQm3c6kz4NX3 X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-5.99 / 15.00]; NEURAL_HAM_MEDIUM(-0.99)[-0.995,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; REPLY(-4.00)[] X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jan 2020 18:55:12 -0000 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? Don't read me as if I'm against adding TCP_CORK support to linux(4). -- Gleb Smirnoff