Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73873
b: refs/heads/master
c: 7de6af0
h: refs/heads/master
i:
  73871: fb6fa4a
v: v3
  • Loading branch information
Divy Le Ray authored and David S. Miller committed Nov 15, 2007
1 parent 260b3b9 commit 5932fc3
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: 6452a5fde03717c55dbb8b6b0b5bfab510ad38d5
refs/heads/master: 7de6af0f23b25df8da9719ecae1916b669d0b03d
2 changes: 1 addition & 1 deletion trunk/drivers/net/chelsio/sge.c
Original file line number Diff line number Diff line change
Expand Up @@ -1379,11 +1379,11 @@ static void sge_rx(struct sge *sge, struct freelQ *fl, unsigned int len)
}
__skb_pull(skb, sizeof(*p));

skb->dev->last_rx = jiffies;
st = per_cpu_ptr(sge->port_stats[p->iff], smp_processor_id());
st->rx_packets++;

skb->protocol = eth_type_trans(skb, adapter->port[p->iff].dev);
skb->dev->last_rx = jiffies;
if ((adapter->flags & RX_CSUM_ENABLED) && p->csum == 0xffff &&
skb->protocol == htons(ETH_P_IP) &&
(skb->data[9] == IPPROTO_TCP || skb->data[9] == IPPROTO_UDP)) {
Expand Down

0 comments on commit 5932fc3

Please sign in to comment.