From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexei Starovoitov Subject: Re: [PATCH net-next v2] doc: document MSG_ZEROCOPY Date: Fri, 1 Sep 2017 09:12:08 -0700 Message-ID: References: <20170901160141.54616-1-willemdebruijn.kernel@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Cc: , , Willem de Bruijn To: Willem de Bruijn , Return-path: Received: from mx0b-00082601.pphosted.com ([67.231.153.30]:51887 "EHLO mx0a-00082601.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751945AbdIAQMZ (ORCPT ); Fri, 1 Sep 2017 12:12:25 -0400 In-Reply-To: <20170901160141.54616-1-willemdebruijn.kernel@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: On 9/1/17 9:01 AM, Willem de Bruijn wrote: > From: Willem de Bruijn > > Documentation for this feature was missing from the patchset. > Copied a lot from the netdev 2.1 paper, addressing some small > interface changes since then. > > Changes > v1 -> v2 > - change email discussion URL format > - clarify that u32 counter is per-syscall, unsigned and > wraps after UINT_MAX calls > - describe errno on send failure specific to MSG_ZEROCOPY > - a few very minor rewordings > > Signed-off-by: Willem de Bruijn Acked-by: Alexei Starovoitov