Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95754
b: refs/heads/master
c: 655aa31
h: refs/heads/master
v: v3
  • Loading branch information
Rusty Russell committed May 2, 2008
1 parent 71dc26e commit 0b6c636
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5ef827526fc01820a7a80827802e9fad3f34f937
refs/heads/master: 655aa31f028c4498e8896576571ee1ea68dd26e0
2 changes: 1 addition & 1 deletion trunk/drivers/net/virtio_net.c
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ static void free_old_xmit_skbs(struct virtnet_info *vi)
while ((skb = vi->svq->vq_ops->get_buf(vi->svq, &len)) != NULL) {
pr_debug("Sent skb %p\n", skb);
__skb_unlink(skb, &vi->send);
vi->dev->stats.tx_bytes += len;
vi->dev->stats.tx_bytes += skb->len;
vi->dev->stats.tx_packets++;
kfree_skb(skb);
}
Expand Down

0 comments on commit 0b6c636

Please sign in to comment.