-
https://github.com/OpenMPDK/xNVMe/blob/main/README.md
Mac M1 에서 SPDK 빌드는 안되어도, xNVMe 빌드는 된다고 함. poseidonos-rtype이 xNVMe 기반으로 UBlockDevice 구현체를 하나 만들 수 있다면, 추후 SPDK 연동 장벽도 낮출 수 있고, Fake Device 구현에 …
-
# Sighting report
in RDMA sync mode,endless loop in `nvme_transport_ctrir_connect_qpair`
```
(Thread 0x7f53027fc640 (LWP 21) "reactor-4"):
0x000000000188268a in nvme_transport_ctrir_connect_qpair(…
-
## Is your improvement request related to a feature? Please describe (👍 if you like this request)
1. Besides checking huge page using `/proc/meminfo`, also need to check the hugepage-2Mi fields…
-
In nvme-of discovery(https://github.com/ceph/ceph-nvmeof/issues/63), we choose libspdk_nvmf to implement DS. The thread of spdk is always cpu bonding, so we need to solve this problem .
There's an ex…
-
After upgrading dpdk/spdk, the src/lib/core unit test failed.
Debug output
```
(base) fengggli@ribbit5(:):~/WorkSpace/comanche/build$gdb ./src/lib/core/unit_test/core-test1
GNU gdb (Ubuntu 8.1-0…
-
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 run…
-
Link: https://github.com/timberland-sig/edk2/blob/timberland_1.0_final/MdePkg/Include/Protocol/NvmeOFPassthru.h
1. Protocol structure definition is not compliant with all other protocol definitions…
-
With the following:
- https://github.com/oracle/qemu/tree/vfio-user-v0.9
- https://github.com/nutanix/libvfio-user/pull/553
- https://review.spdk.io/gerrit/c/spdk/spdk/+/7617/10
NVMf/vfio-user…
-
# Sighting report
Running a large 128k sequential write workload on rdma loop back, the bdevperf job sometimes fails to start and _nvme_fabric_qpair_connect_poll return -ECANCEL. It seems to be be…
-
try
```
diff --git a/Dockerfile b/Dockerfile
index c26d562..0104202 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -14,10 +14,10 @@ RUN git clone https://github.com/spdk/spdk --branch ${TAG} --dept…