commit | 5e6c355c47e75314fd2282d087616069d4093ecf | [log] [tgz] |
---|---|---|
author | Eric Dumazet <eric.dumazet@gmail.com> | Thu Oct 13 11:38:17 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Oct 13 22:25:21 2011 -0400 |
tree | 3d7942a388e8493b1dc5aaa685add4bb09f6b97e | |
parent | 5935f81c595897d213afcf756e3e41af7c704f0e [diff] |
vmxnet3: fix skb truesize underestimation vmxnet3 allocates a page per skb fragment. We must account PAGE_SIZE increments on skb->truesize, not the actual frag length. Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> CC: Shreyas Bhatewara <sbhatewara@vmware.com> Signed-off-by: David S. Miller <davem@davemloft.net>