Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 369210
b: refs/heads/master
c: 09bf1c1
h: refs/heads/master
v: v3
  • Loading branch information
Sebastian Hesselbarth authored and David S. Miller committed Apr 11, 2013
1 parent fb55b3e commit 33a78fb
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: c0317998c340203204ee7622d75a59f41ac13bc6
refs/heads/master: 09bf1c1072a94468760f7e2bf945512d53522b07
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/marvell/mv643xx_eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ static int rxq_process(struct rx_queue *rxq, int budget)
lro_receive_skb(&rxq->lro_mgr, skb, (void *)cmd_sts);
lro_flush_needed = 1;
} else
netif_receive_skb(skb);
napi_gro_receive(&mp->napi, skb);

continue;

Expand Down

0 comments on commit 33a78fb

Please sign in to comment.