commit | 31ff6aa5c86f7564f0dd97c5b3e1404cad238d00 | [log] [tgz] |
---|---|---|
author | Kirill Tkhai <ktkhai@parallels.com> | Thu May 15 19:56:28 2014 +0400 |
committer | David S. Miller <davem@davemloft.net> | Fri May 16 16:04:03 2014 -0400 |
tree | 2be445d20551a71766a19aa3e0eff76385e73bd5 | |
parent | a188a54d11629bef2169052297e61f3767ca8ce5 [diff] |
net: unix: Align send data_len up to PAGE_SIZE 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>