Return-Path: Received: from shards.monkeyblade.net ([184.105.139.130]:45948 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754877AbcJVUug (ORCPT ); Sat, 22 Oct 2016 16:50:36 -0400 Date: Sat, 22 Oct 2016 16:50:28 -0400 (EDT) Message-Id: <20161022.165028.1826469214601163183.davem@davemloft.net> To: pabeni@redhat.com Cc: netdev@vger.kernel.org, jmorris@namei.org, trond.myklebust@primarydata.com, aduyck@mirantis.com, daniel@iogearbox.net, edumazet@google.com, tom@herbertland.com, hannes@stressinduktion.org, ecree@solarflare.com, linux-nfs@vger.kernel.org Subject: Re: [PATCH net-next v6 0/3] udp: refactor memory accounting From: David Miller In-Reply-To: References: Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Sender: linux-nfs-owner@vger.kernel.org List-ID: From: Paolo Abeni Date: Fri, 21 Oct 2016 13:55:44 +0200 > This patch series refactor the udp memory accounting, replacing the > generic implementation with a custom one, in order to remove the needs for > locking the socket on the enqueue and dequeue operations. The socket backlog > usage is dropped, as well. ... Series applied, thank you.