Skip to content

Conversation

@Krien
Copy link
Owner

@Krien Krien commented May 23, 2023

What is the intent of this PR?

Demonstration of io_uring with NVMe passthrough.
It is currently not stable enough to merge, it will be merged once it is clean.

Checklist

  • all tests complete. Make sure you have -DTESTING=1 and make test completes.
  • code is formatted. This includes ALL code. For now, this can be done with:
mkdir -p build && cd build
cmake -DTESTING=1 -DSZD_TOOLS="szdcli; reset_perf" ..
make format

.iouring_sqthread = false,
.iouring_fixed = false,
};
SZDStatus s = FromStatus(szd_init(manager_, &opts, SZD::SZD_IO_BACKEND_IO_URING));
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Allow switching between backends

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

Successfully merging this pull request may close these issues.

2 participants