From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751890AbdFGVLH (ORCPT ); Wed, 7 Jun 2017 17:11:07 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55450 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751454AbdFGVLF (ORCPT ); Wed, 7 Jun 2017 17:11:05 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com D29B280C11 Authentication-Results: ext-mx02.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx02.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=dhowells@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com D29B280C11 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <149685280179.8474.3836343127280242150.stgit@warthog.procyon.org.uk> References: <149685280179.8474.3836343127280242150.stgit@warthog.procyon.org.uk> Cc: dhowells@redhat.com, netdev@vger.kernel.org, linux-afs@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH net-next 0/3] rxrpc: Tx length parameter MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <21314.1496869863.1@warthog.procyon.org.uk> Date: Wed, 07 Jun 2017 22:11:03 +0100 Message-ID: <21315.1496869863@warthog.procyon.org.uk> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.26]); Wed, 07 Jun 2017 21:11:05 +0000 (UTC) To: unlisted-recipients:; (no To-header on input) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org David Howells wrote: > (3) Introduce the RXRPC_TX_LENGTH cmsg. This can be provided on the first > sendmsg() that contributes data to a client call request or a service > call reply. If provided, the user must provide exactly that amount of > data or an error will be incurred. I forgot to change struct rxrpc_send_params::tx_total_len from u64 to s64. Will repost. David