Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211092
b: refs/heads/master
c: 7e96dc7
h: refs/heads/master
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Sep 21, 2010
1 parent 6984594 commit 3a7671d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: 8df8fd27123054b02007361bd5483775db84b4a8
refs/heads/master: 7e96dc7045bff8758804b047c0dfb6868f182500
3 changes: 0 additions & 3 deletions trunk/drivers/net/netxen/netxen_nic_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -1540,7 +1540,6 @@ netxen_process_rcv(struct netxen_adapter *adapter,
if (pkt_offset)
skb_pull(skb, pkt_offset);

skb->truesize = skb->len + sizeof(struct sk_buff);
skb->protocol = eth_type_trans(skb, netdev);

napi_gro_receive(&sds_ring->napi, skb);
Expand Down Expand Up @@ -1602,8 +1601,6 @@ netxen_process_lro(struct netxen_adapter *adapter,

skb_put(skb, lro_length + data_offset);

skb->truesize = skb->len + sizeof(struct sk_buff) + skb_headroom(skb);

skb_pull(skb, l2_hdr_offset);
skb->protocol = eth_type_trans(skb, netdev);

Expand Down

0 comments on commit 3a7671d

Please sign in to comment.