From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next 0/2] udp msg_zerocopy Date: Sat, 24 Nov 2018 17:57:59 -0800 (PST) Message-ID: <20181124.175759.738802782362476751.davem@davemloft.net> References: <20181124192431.32037-1-willemdebruijn.kernel@gmail.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, willemb@google.com To: willemdebruijn.kernel@gmail.com Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:59858 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726722AbeKYMrx (ORCPT ); Sun, 25 Nov 2018 07:47:53 -0500 In-Reply-To: <20181124192431.32037-1-willemdebruijn.kernel@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Willem de Bruijn Date: Sat, 24 Nov 2018 14:24:29 -0500 > From: Willem de Bruijn > > Enable MSG_ZEROCOPY for udp sockets > > Patch 1/2 is the main patch, a rebase from RFC patch > http://patchwork.ozlabs.org/patch/899630/ > more details in the patch commit message > > Patch 2/2 runs the already existing udp zerocopy tests > as part of kselftest > > See also recent Linux Plumbers presentation > https://linuxplumbersconf.org/event/2/contributions/106/attachments/104/128/willemdebruijn-lpc2018-udpgso-presentation-20181113.pdf Series looks good, just one coding style to fix up, I'll reply to patch #1.