-
Notifications
You must be signed in to change notification settings - Fork 123
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
Any plans on roadmap to add support for DPDK blobfs/blobstore #143
Comments
What a coincidence! We began studying this specific issue just an hour ago. And we'll come back when we have an answer. |
@aley1 |
@lihuiba |
Is it an open-source project? |
No, it's not. |
I assume that you know we have already ported RocksDB to photon, do you? |
And we'll also support user-space ext4, both read and write. |
Not yet but will definitely do it later. Currently development is still early stage and done on standard rocksdb
Ok great, hopefully it has same or close performance to bypassing filesystem but less complexity |
You can checkout our work and see whether it works.
I'm not clear about its performance. We are doing it primarily for compatibility with kernel storage. |
Hope you guys will give SPDK blobfs serious consideration as well. |
Yes, we'll integrate them as long as it's not difficult. |
@aley1 And we are unfortunately running short of hands these days, so we can not work on SPDK and blobfs at present. |
I may not be able to attempt to do it this year, as there are other priorities, but may do so in early 2024. |
That's cool!. All kinds of contributions are welcome! |
Hi PhotonLib Authors,
Just want to commend you guys for adding DPDK support via F-Stack. This does make life much easier for us who want high-performance networking but may not have the know how / time to integrate these libraries.
Will like to know if there are plans to add support for DPDK nvme driver via blobfs/blobstore to read/write append only files?
The text was updated successfully, but these errors were encountered: