From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Teigland Date: Fri, 29 May 2020 13:09:25 -0500 Subject: [Cluster-devel] [PATCH 1/4] sctp: add sctp_sock_set_nodelay In-Reply-To: <20200529120943.101454-2-hch@lst.de> References: <20200529120943.101454-1-hch@lst.de> <20200529120943.101454-2-hch@lst.de> Message-ID: <20200529180925.GB25942@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Fri, May 29, 2020 at 02:09:40PM +0200, Christoph Hellwig wrote: > Add a helper to directly set the SCTP_NODELAY sockopt from kernel space > without going through a fake uaccess. Ack, they look fine to me, thanks. Dave