You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@teaclave.apache.org by GitBox <gi...@apache.org> on 2021/06/24 06:24:32 UTC

[GitHub] [incubator-teaclave] jyizheng opened a new issue #513: Is it possible to run rusty-leveldb on top of teaclave-sgx-sdk

jyizheng opened a new issue #513:
URL: https://github.com/apache/incubator-teaclave/issues/513


   I am wondering if it is possible to run rusty-leveldb on top of teaclave-sgx-sdk.
   Since teaclave can run rusty-leveldb as its storage service, I guess it should not be very hard to run rusty-leveldb
   over teaclave-sgx-sdk directly. I am wondering if there are any steps to follow to port rustly-leveldb to teaclave-sgx-sdk.
   
   Thanks for your help in advance.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave] mssun closed issue #513: Is it possible to run rusty-leveldb on top of teaclave-sgx-sdk

Posted by GitBox <gi...@apache.org>.
mssun closed issue #513:
URL: https://github.com/apache/incubator-teaclave/issues/513


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave] mssun commented on issue #513: Is it possible to run rusty-leveldb on top of teaclave-sgx-sdk

Posted by GitBox <gi...@apache.org>.
mssun commented on issue #513:
URL: https://github.com/apache/incubator-teaclave/issues/513#issuecomment-868703197


   I'm closing this issue. Feel free to reopen or create a new one if needed. Thanks!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave] jyizheng commented on issue #513: Is it possible to run rusty-leveldb on top of teaclave-sgx-sdk

Posted by GitBox <gi...@apache.org>.
jyizheng commented on issue #513:
URL: https://github.com/apache/incubator-teaclave/issues/513#issuecomment-867967928


   @mssun , thank you so much for the pointer. 
   
   I am wondering what sgx sdk, rusty-leveldb is using?
   
   According to the Cargo.toml file, it seems it uses mesalock_sgx, instead of teaclave-sgx-sdk (https://github.com/apache/incubator-teaclave-sgx-sdk), correct? 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave] jyizheng commented on issue #513: Is it possible to run rusty-leveldb on top of teaclave-sgx-sdk

Posted by GitBox <gi...@apache.org>.
jyizheng commented on issue #513:
URL: https://github.com/apache/incubator-teaclave/issues/513#issuecomment-867972224


   Thanks for your clarification. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave] mssun commented on issue #513: Is it possible to run rusty-leveldb on top of teaclave-sgx-sdk

Posted by GitBox <gi...@apache.org>.
mssun commented on issue #513:
URL: https://github.com/apache/incubator-teaclave/issues/513#issuecomment-867939152


   Yes, absolutely.
   
   Here is an example of how we use `rusty-leveldb` in SGX:
   
   https://github.com/apache/incubator-teaclave/blob/master/services/storage/enclave/Cargo.toml#L36


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave] mssun commented on issue #513: Is it possible to run rusty-leveldb on top of teaclave-sgx-sdk

Posted by GitBox <gi...@apache.org>.
mssun commented on issue #513:
URL: https://github.com/apache/incubator-teaclave/issues/513#issuecomment-867970023


   We have ported the `rusty-leveldb` into SGX hosted here: https://github.com/apache/incubator-teaclave/tree/master/common/rusty_leveldb_sgx.
   
   For the SGX SDK, we are using vendored Teaclave SGX SDK version 1.1.2.
   
   > According to the Cargo.toml file, it seems it uses mesalock_sgx, instead of teaclave-sgx-sdk (https://github.com/apache/incubator-teaclave-sgx-sdk), correct?
   
   They are same one actually.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org