Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 351433
b: refs/heads/master
c: bc6c47b
h: refs/heads/master
i:
  351431: 553e711
v: v3
  • Loading branch information
Vipul Pandya authored and David S. Miller committed Jan 17, 2013
1 parent 5313ae5 commit ed6e6dd
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: 512613d7dde7b679597485e9335bd64e90df78fa
refs/heads/master: bc6c47b50c67db420d1fe969351b5d196c0c43c4
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/chelsio/cxgb3/sge.c
Original file line number Diff line number Diff line change
Expand Up @@ -1278,7 +1278,7 @@ netdev_tx_t t3_eth_xmit(struct sk_buff *skb, struct net_device *dev)
}

/* update port statistics */
if (skb->ip_summed == CHECKSUM_COMPLETE)
if (skb->ip_summed == CHECKSUM_PARTIAL)
qs->port_stats[SGE_PSTAT_TX_CSUM]++;
if (skb_shinfo(skb)->gso_size)
qs->port_stats[SGE_PSTAT_TSO]++;
Expand Down

0 comments on commit ed6e6dd

Please sign in to comment.