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

NVMe Over Fabric get error #11

Open
cocalele opened this issue Mar 15, 2017 · 4 comments
Open

NVMe Over Fabric get error #11

cocalele opened this issue Mar 15, 2017 · 4 comments

Comments

@cocalele
Copy link

While testing NoF with softiwarp, the initiator get following error

# nvme discover -t rdma -a 127.0.0.1 -s 1023
Failed to write to /dev/nvme-fabrics: Connection refused

# dmesg
nvme nvme0: rdma_resolve_addr wait failed (-111).
@cocalele
Copy link
Author

cocalele commented Mar 15, 2017

The reason is becauses ofa_dev->alloc_mr is not implemented in function siw_device_create.

But I have no idea on how to implement this function :(

@BernardMetzler
Copy link
Member

right. will look into it. have to understand & enable it for newer kernels.

@cocalele
Copy link
Author

map_mr_sg is also require by NoF but not implemented.

@BernardMetzler
Copy link
Member

I opened a development branch 'dev-siw.mem_ext'. It implements mentioned memory management extensions. I tested with NVMeF (both initiator and target). Please treat that code as purely experimental - stability and performance will improve over time. It runs on kernels 4.8 and 4.10.

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