commit | 9d4dde5215779f4099730194ad30624fdba3d8b2 | [log] [tgz] |
---|---|---|
author | Ian Campbell <Ian.Campbell@citrix.com> | Thu Dec 22 23:39:14 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Dec 23 16:51:18 2011 -0500 |
tree | 5f0faa91f3359f3335f9063ebb1246db29c8289a | |
parent | f87ce5b254d4eb5b5ec2bfcc78d714fa0e249288 [diff] |
net: only use a single page of slop in MAX_SKB_FRAGS 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>