-
Notifications
You must be signed in to change notification settings - Fork 28
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
How to use klibc library imported orther kv into kernel? #9
Comments
Thanks for the note! The relevant code is in the ftfs directory, although it is somewhat mixed with the "northbound" and "southbound" code. I doubt it will work with another KV store. Let us know if you have more specific questions! |
Specifically, the library supports the bare minimum to get our kv store
running. You would likely have to extend it to get other programs to
work. But it might serve as a useful starting point.
Best,
Rob
…On Mon, Jan 28, 2019 at 11:15 PM Don Porter ***@***.***> wrote:
Thanks for the note!
The relevant code is in the ftfs directory, although it is somewhat mixed
with the "northbound" and "southbound" code.
I doubt it will work with another KV store.
Let us know if you have more specific questions!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#9 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ADnSxSPSEGtf4hd7iFWTuAA2agDpvt2bks5vH3Z3gaJpZM4aP_q8>
.
--
Trying to schedule a meeting with me? See my availability
<https://outlook.office365.com/owa/calendar/6f96a6bc8cd740afa006a520ec299037@vmware.com/892b630ddf8e4be7bf264f11f1d5702d16976125187034398791/calendar.html>
.
|
@donporter Thank you very much! I would learn the source code about southbound file system. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Wonderful research! I am very interested in klibc library. Could you provide some detailed tutorial about importing the TokuDB into kernel with klibc since I just got few information from google? And I want to know if I can use klibc to imported other kv into kernel.
Thank you very much.
The text was updated successfully, but these errors were encountered: