Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 21961
b: refs/heads/master
c: bfef73f
h: refs/heads/master
i:
  21959: 4461c7d
v: v3
  • Loading branch information
Roland Dreier committed Mar 20, 2006
1 parent 7983135 commit 3f7cb9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 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: e10e271bfd295bf805dc294460868e1deb938211
refs/heads/master: bfef73fa78ca1e56175dcbd33aa11de4764f85a5
7 changes: 1 addition & 6 deletions trunk/drivers/infiniband/ulp/ipoib/ipoib_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -519,12 +519,7 @@ static void neigh_add_path(struct sk_buff *skb, struct net_device *dev)
be32_to_cpup((__be32 *) skb->dst->neighbour->ha));
} else {
neigh->ah = NULL;
if (skb_queue_len(&neigh->queue) < IPOIB_MAX_PATH_REC_QUEUE) {
__skb_queue_tail(&neigh->queue, skb);
} else {
++priv->stats.tx_dropped;
dev_kfree_skb_any(skb);
}
__skb_queue_tail(&neigh->queue, skb);

if (!path->query && path_rec_start(dev, path))
goto err;
Expand Down

0 comments on commit 3f7cb9d

Please sign in to comment.