Skip to content

enable uring #39

Description

@glimchb

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions