From: Alexey <alukardd-2mZicLuE2MBg9hUCZPvPmw@public.gmane.org>
To: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: QLogic driver problem (ib_qib)
Date: Thu, 16 Jul 2015 18:31:56 +0300 [thread overview]
Message-ID: <82fd80bcd97dae02558e4122b7c6964f@alukardd.org> (raw)
Hello.
I have issue with stuck ib_srp module because ib_qib driver is too old.
From dmesg about srp_daemon:
[Mon Jul 13 18:16:01 2015] srp_daemon D ffff880be35fa8f0 0
20491 1 0x00000000
[Mon Jul 13 18:16:01 2015] ffff880be35fa8f0 0000000000000000
ffff880c097ae150 0000000000013b40
[Mon Jul 13 18:16:01 2015] 0000000000013b40 ffff880be35fa8f0
ffff8800bad5ffd8 0000000000000000
[Mon Jul 13 18:16:01 2015] 7fffffffffffffff 7fffffffffffffff
0000000000000002 ffff8818047ba870
[Mon Jul 13 18:16:01 2015] Call Trace:
[Mon Jul 13 18:16:01 2015] [<ffffffff813e20e6>] ?
console_conditional_schedule+0xf/0xf
[Mon Jul 13 18:16:01 2015] [<ffffffff813e2102>] ?
schedule_timeout+0x1c/0xec
[Mon Jul 13 18:16:01 2015] [<ffffffff813e28d7>] ?
_raw_spin_lock_irq+0xa/0x15
[Mon Jul 13 18:16:01 2015] [<ffffffff813e0e9c>] ?
__wait_for_common+0x124/0x163
[Mon Jul 13 18:16:01 2015] [<ffffffff81069d57>] ?
try_to_wake_up+0x1a8/0x1a8
[Mon Jul 13 18:16:01 2015] [<ffffffff813e2903>] ?
_raw_spin_unlock_irqrestore+0xc/0xd
[Mon Jul 13 18:16:01 2015] [<ffffffffa04f4e9b>] ?
srp_destroy_qp+0xe5/0xee [ib_srp]
[Mon Jul 13 18:16:01 2015] [<ffffffffa04f54d4>] ?
srp_free_ch_ib+0x97/0x14f [ib_srp]
[Mon Jul 13 18:16:01 2015] [<ffffffffa04f923b>] ?
srp_create_target+0xa2c/0xac5 [ib_srp]
[Mon Jul 13 18:16:01 2015] [<ffffffff811394fc>] ?
path_cleanup+0x1a/0x33
[Mon Jul 13 18:16:01 2015] [<ffffffff8113d370>] ?
path_openat+0x418/0x46d
[Mon Jul 13 18:16:01 2015] [<ffffffff81121361>] ? __kmalloc+0xe5/0xf7
[Mon Jul 13 18:16:01 2015] [<ffffffff81186a25>] ?
kernfs_fop_write+0x60/0x128
[Mon Jul 13 18:16:01 2015] [<ffffffff81186aa1>] ?
kernfs_fop_write+0xdc/0x128
[Mon Jul 13 18:16:01 2015] [<ffffffff811323f2>] ? vfs_write+0x9c/0x11e
[Mon Jul 13 18:16:01 2015] [<ffffffff8113263c>] ? SyS_write+0x51/0x85
[Mon Jul 13 18:16:01 2015] [<ffffffff813e2ce9>] ?
system_call_fastpath+0x12/0x17
Bart Van Assche help us and resulting patch you can see below:
diff --git a/drivers/infiniband/ulp/srp/ib_srp.c
b/drivers/infiniband/ulp/srp/ib_srp.c
index c5af67a..470eb54 100644
--- a/drivers/infiniband/ulp/srp/ib_srp.c
+++ b/drivers/infiniband/ulp/srp/ib_srp.c
@@ -59,6 +59,7 @@
#include "../../../../include/scsi/scsi_transport_srp.h"
#include "ib_srp.h"
+#include <linux/delay.h>
#define DRV_NAME "ib_srp"
#define PFX DRV_NAME ": "
@@ -621,11 +622,7 @@ static void srp_destroy_qp(struct srp_rdma_ch *ch)
if (ret)
goto out;
- init_completion(&ch->done);
- ret = ib_post_recv(ch->qp, &wr, &bad_wr);
- WARN_ONCE(ret, "ib_post_recv() returned %d\n", ret);
- if (ret == 0)
- wait_for_completion(&ch->done);
+ msleep(100);
out:
ib_destroy_qp(ch->qp);
But with mlx driver all works fine.
My current installation is:
linux 3.19.1
qib 1.11
ib_srp 2.0.32
InfiniBand: QLogic Corp. IBA7322 QDR InfiniBand HCA (rev 02)
I hope you can help fix ib_qib driver and we can remove this ugly patch
from our source of ib_srp.
Regards,
Alexey Mochkin
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next reply other threads:[~2015-07-16 15:31 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-16 15:31 Alexey [this message]
[not found] ` <82fd80bcd97dae02558e4122b7c6964f-2mZicLuE2MBg9hUCZPvPmw@public.gmane.org>
2015-07-16 20:15 ` QLogic driver problem (ib_qib) Marciniszyn, Mike
[not found] ` <32E1700B9017364D9B60AED9960492BC257631C5-RjuIdWtd+YbTXloPLtfHfbfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2015-07-16 20:27 ` Bart Van Assche
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=82fd80bcd97dae02558e4122b7c6964f@alukardd.org \
--to=alukardd-2mziclue2mbg9huczpvpmw@public.gmane.org \
--cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox