Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287473
b: refs/heads/master
c: 48c3883
h: refs/heads/master
i:
  287471: 3ebbb00
v: v3
  • Loading branch information
Wei Yongjun authored and David S. Miller committed Feb 1, 2012
1 parent 4e94e0d commit f5a5342
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: a7ed07d51c8abdb407be454c6cb6cfad613759d9
refs/heads/master: 48c3883999cb06246911e29356d194f96f1c75ef
2 changes: 1 addition & 1 deletion trunk/drivers/net/hyperv/netvsc_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ int netvsc_recv_callback(struct hv_device *device_obj,
skb->ip_summed = CHECKSUM_NONE;

net->stats.rx_packets++;
net->stats.rx_bytes += skb->len;
net->stats.rx_bytes += packet->total_data_buflen;

/*
* Pass the skb back up. Network stack will deallocate the skb when it
Expand Down

0 comments on commit f5a5342

Please sign in to comment.