net: unix: Align send data_len up to PAGE_SIZE
authorKirill Tkhai <ktkhai@parallels.com>
Thu, 15 May 2014 15:56:28 +0000 (19:56 +0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 16 May 2014 20:04:03 +0000 (16:04 -0400)
Using whole of allocated pages reduces requested skb->data size.
This is just a little more thriftily allocation.

netperf does not show difference with the current performance.

Signed-off-by: Kirill Tkhai <ktkhai@parallels.com>
Acked-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found