Re: [PATCH net-next v6 0/3] udp: refactor memory accounting

2016-10-22 Thread David Miller
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 drop

[PATCH net-next v6 0/3] udp: refactor memory accounting

2016-10-21 Thread Paolo Abeni
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. The first patch factor out pieces of some queue and