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

enable uring #39

Open
glimchb opened this issue Jun 9, 2023 · 1 comment
Open

enable uring #39

glimchb opened this issue Jun 9, 2023 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@glimchb
Copy link
Member

glimchb commented Jun 9, 2023

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} --depth 1 /root/spdk
 WORKDIR /root/spdk

 RUN git submodule update --init --depth 1 && \
-    ./scripts/pkgdep.sh --rdma
+    ./scripts/pkgdep.sh --rdma --uring

 RUN DEPS="no" LDFLAGS=" " \
-    ./rpmbuild/rpm.sh --target-arch=${ARCH} --without-uring --with-crypto \
+    ./rpmbuild/rpm.sh --target-arch=${ARCH} --with-uring --with-crypto \
     --without-fio --with-raid5f --with-vhost --without-rbd \
     --with-rdma --without-shared --with-iscsi-initiator --without-vtune --with-vfio-user

(END)

see https://spdk.io/doc/jsonrpc.html#rpc_bdev_uring_create

@glimchb
Copy link
Member Author

glimchb commented Jun 9, 2023

when I enabled it, see error report I got spdk/spdk#3051

@glimchb glimchb added the help wanted Extra attention is needed label Jun 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant