Return-Path: Received: from mail-pf0-f196.google.com ([209.85.192.196]:35464 "EHLO mail-pf0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933253AbcJUVNF (ORCPT ); Fri, 21 Oct 2016 17:13:05 -0400 Message-ID: <1477084383.7065.87.camel@edumazet-glaptop3.roam.corp.google.com> Subject: Re: [PATCH net-next v6 1/3] net/socket: factor out helpers for memory and queue manipulation From: Eric Dumazet To: Paolo Abeni Cc: netdev@vger.kernel.org, "David S. Miller" , James Morris , Trond Myklebust , Alexander Duyck , Daniel Borkmann , Eric Dumazet , Tom Herbert , Hannes Frederic Sowa , Edward Cree , linux-nfs@vger.kernel.org Date: Fri, 21 Oct 2016 14:13:03 -0700 In-Reply-To: <14784e6382342c2184929ef2959e7c11faf8ff8e.1477043395.git.pabeni@redhat.com> References: <14784e6382342c2184929ef2959e7c11faf8ff8e.1477043395.git.pabeni@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Sender: linux-nfs-owner@vger.kernel.org List-ID: On Fri, 2016-10-21 at 13:55 +0200, Paolo Abeni wrote: > Basic sock operations that udp code can use with its own > memory accounting schema. No functional change is introduced > in the existing APIs. > > v4 -> v5: > - avoid whitespace changes > > v2 -> v4: > - avoid exporting __sock_enqueue_skb > > v1 -> v2: > - avoid export sock_rmem_free > > Acked-by: Hannes Frederic Sowa > Signed-off-by: Paolo Abeni > --- Acked-by: Eric Dumazet