We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
uring
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
The text was updated successfully, but these errors were encountered:
when I enabled it, see error report I got spdk/spdk#3051
Sorry, something went wrong.
No branches or pull requests
try
see https://spdk.io/doc/jsonrpc.html#rpc_bdev_uring_create
The text was updated successfully, but these errors were encountered: