Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 10715
b: refs/heads/master
c: 4b2d319
h: refs/heads/master
i:
  10713: 755ef5c
  10711: 06dbbfe
v: v3
  • Loading branch information
Roland Dreier committed Oct 18, 2005
1 parent 493b955 commit 58701d2
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 762a03e21ed08daa5170d9cd98e83539861e7692
refs/heads/master: 4b2d319b53810ab00ef3d8fdfc1c1ab0647ab0a7
7 changes: 5 additions & 2 deletions trunk/drivers/infiniband/ulp/ipoib/ipoib_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -637,8 +637,11 @@ static void ipoib_timeout(struct net_device *dev)
{
struct ipoib_dev_priv *priv = netdev_priv(dev);

ipoib_warn(priv, "transmit timeout: latency %ld\n",
jiffies - dev->trans_start);
ipoib_warn(priv, "transmit timeout: latency %d msecs\n",
jiffies_to_msecs(jiffies - dev->trans_start));
ipoib_warn(priv, "queue stopped %d, tx_head %u, tx_tail %u\n",
netif_queue_stopped(dev),
priv->tx_head, priv->tx_tail);
/* XXX reset QP, etc. */
}

Expand Down

0 comments on commit 58701d2

Please sign in to comment.