Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 139114
b: refs/heads/master
c: 1383bdb
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Mar 29, 2009
1 parent 7d170bb commit 5196d11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 4099e01224e2afcaeea439cd92db3e7cf6e0f84f
refs/heads/master: 1383bdb98c01bbd28d72336d1bf614ce79114d29
4 changes: 2 additions & 2 deletions trunk/drivers/net/tg3.c
Original file line number Diff line number Diff line change
Expand Up @@ -4392,7 +4392,7 @@ static void tg3_recycle_rx(struct tg3 *tp, u32 opaque_key,
#if TG3_VLAN_TAG_USED
static int tg3_vlan_rx(struct tg3 *tp, struct sk_buff *skb, u16 vlan_tag)
{
return vlan_hwaccel_receive_skb(skb, tp->vlgrp, vlan_tag);
return vlan_gro_receive(&tp->napi, tp->vlgrp, vlan_tag, skb);
}
#endif

Expand Down Expand Up @@ -4539,7 +4539,7 @@ static int tg3_rx(struct tg3 *tp, int budget)
desc->err_vlan & RXD_VLAN_MASK);
} else
#endif
netif_receive_skb(skb);
napi_gro_receive(&tp->napi, skb);

received++;
budget--;
Expand Down

0 comments on commit 5196d11

Please sign in to comment.