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:
64d0988
)
macvtap: zerocopy: fix offset calculation when building skb
author
Jason Wang
<jasowang@redhat.com>
Wed, 2 May 2012 03:41:30 +0000
(11:41 +0800)
committer
Michael S. Tsirkin
<mst@redhat.com>
Wed, 2 May 2012 15:22:17 +0000
(18:22 +0300)
This patch fixes the offset calculation when building skb:
- offset1 were used as skb data offset not vector offset
- reset offset to zero only when we advance to next vector
Signed-off-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
No differences found