Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SoftRoce cannot work with NVMe-oF target #70

Open
optimistyzy opened this issue Sep 28, 2017 · 1 comment
Open

SoftRoce cannot work with NVMe-oF target #70

optimistyzy opened this issue Sep 28, 2017 · 1 comment

Comments

@optimistyzy
Copy link

Test SPDK NVMe-oF target with Software Roce. While increasing the queue depth, we always have the following issue while calling ibv_poll_cq:
nvmf_tgt.c: 255:spdk_nvmf_startup: NOTICE: Acceptor running on core 0 on socket 0
rdma.c:1707:spdk_nvmf_rdma_qpair_poll: ERROR: CQ error on CQ 0x1a69230, Request 0x27695128 (12): transport retry counter exceeded

@divyanks
Copy link

divyanks commented Feb 7, 2018

I was setting up SPDK NVMe-OF with softRoCE on linux kernel 4.15.0.
I am not able to discover the nvme target from another linux client.
However, I can see that its getting discovered on nvme target ie using same initiator as the target
very well.
Used the following conf
======snip====
NQN nqn.2016-06.io.spdk:cnode2
Listen RDMA 192.168.106.163:4420
AllowAnyHost Yes
Host nqn.2016-06.io.spdk:init
SN SPDK00000000000002
Namespace Malloc0
Namespace Malloc1
Namespace AIO0
Namespace AIO1

===snip

Error am getting at the client side is
root@amit-VirtualBox:/RCoE/targets/nvme-cli# ./nvme discover -t rdma -a 192.168.106.163 -s 4420
Failed to write to /dev/nvme-fabrics: Connection reset by peer

But request did not reach the nvme target as I had started it in debug mode.
Any help would be appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants