Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 214334
b: refs/heads/master
c: ebc872c
h: refs/heads/master
v: v3
  • Loading branch information
Yevgeny Petrilin authored and David S. Miller committed Sep 7, 2010
1 parent 83230d8 commit 37f1e52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f6c9322c3a0cd50a6996094327347c87cd2f4bd8
refs/heads/master: ebc872c7bd7155bcc7db2343155729d13bf4a2ee
2 changes: 2 additions & 0 deletions trunk/drivers/net/mlx4/en_rx.c
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,8 @@ int mlx4_en_process_rx_cq(struct net_device *dev, struct mlx4_en_cq *cq, int bud
* - not an IP fragment */
if (dev->features & NETIF_F_GRO) {
struct sk_buff *gro_skb = napi_get_frags(&cq->napi);
if (!gro_skb)
goto next;

nr = mlx4_en_complete_rx_desc(
priv, rx_desc,
Expand Down

0 comments on commit 37f1e52

Please sign in to comment.