commit | 4ef67ebedffa44ed9939b34708ac2fee06d2f65f | [log] [tgz] |
---|---|---|
author | Jason Wang <jasowang@redhat.com> | Wed May 02 11:41:44 2012 +0800 |
committer | Michael S. Tsirkin <mst@redhat.com> | Wed May 02 18:22:19 2012 +0300 |
tree | eb563d26c7ef85a137a14accaa24a8f4a637d2f7 | |
parent | 3afc9621f15701c557e60f61eba9242bac2771dd [diff] |
macvtap: zerocopy: fix truesize underestimation As the skb fragment were pinned/built from user pages, we should account the page instead of length for truesize. Signed-off-by: Jason Wang <jasowang@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>