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:
f87ce5b
)
net: only use a single page of slop in MAX_SKB_FRAGS
author
Ian Campbell
<Ian.Campbell@citrix.com>
Thu, 22 Dec 2011 23:39:14 +0000
(23:39 +0000)
committer
David S. Miller
<davem@davemloft.net>
Fri, 23 Dec 2011 21:51:18 +0000
(16:51 -0500)
In order to accommodate a 64K buffer we need 64K/PAGE_SIZE plus one more page
in order to allow for a buffer which does not start on a page boundary.
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found