git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a188a54
)
net: unix: Align send data_len up to PAGE_SIZE
author
Kirill Tkhai
<ktkhai@parallels.com>
Thu, 15 May 2014 15:56:28 +0000
(19:56 +0400)
committer
David 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