From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Borkmann Subject: Re: [PATCH 1/2 net-next] net: Export skb_zerocopy() to zerocopy from one skb to another Date: Fri, 08 Nov 2013 12:06:00 +0100 Message-ID: <527CC598.3040104@redhat.com> References: <107fca409db2405bf3c650a03ea2254d3d6b63dc.1383906944.git.tgraf@suug.ch> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Cc: dev-yBygre7rU0TnMu66kgdUjQ@public.gmane.org, netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org, eric.dumazet-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org To: Thomas Graf Return-path: In-Reply-To: <107fca409db2405bf3c650a03ea2254d3d6b63dc.1383906944.git.tgraf-G/eBtMaohhA@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dev-bounces-yBygre7rU0TnMu66kgdUjQ@public.gmane.org Errors-To: dev-bounces-yBygre7rU0TnMu66kgdUjQ@public.gmane.org List-Id: netdev.vger.kernel.org On 11/08/2013 11:47 AM, Thomas Graf wrote: > Make the skb zerocopy logic written for nfnetlink queue available for > use by other modules. > > Signed-off-by: Thomas Graf Reviewed-by: Daniel Borkmann