mitosis-core
mitosis-core copied to clipboard
An OS kernel module for fast **remote** fork using advanced datacenter networking (RDMA).
Hi, really excellent work! The research we were doing wanted to perform a performance comparison with mitosis, but we found that it had some Rust dependency issues that prevented it...
Even though we used nightly-2022-02-04-x86_64-unknown-linux-gnu as the toolchain, cargo still failed due to version incompatibility when building third-party dependencies(crates.io). some of errors like: error[E0658]: `cfg(target_has_atomic)` is experimental and subject to...
作者您好,当我执行make km,其编译rust-kernel-module时,出现错误,其报错信息如下,我自己找到build.rs文件,在其中添加打印语句,发现报错位置貌似发生在let bindings = builder.generate().expect("Unable to generate bindings");这一句。而且报错会发生在编译rust-kernel-linux-util时,报错语句也是相同的位置,希望您能给出一些建议指明报错原因以及如何修改。 (base) crow@crow-H310M-T-PRO:~/mitosis-core$ make km cd mitosis-kms ; python build.py fork + [fork] + [RUNNING] ['make', '-C', '/home/crow/mitosis-core/mitosis-kms', 'TEST_NAME=fork', 'TEST_PATH=fork'] make[1]: Entering directory...
I loaded fork.ko successfully in both parent and child machine: [15379.285688] src/lib.rs@29: [INFO ] - Remote fork kernel module assigned ID=0 [15379.285692] /root/mitosis-core/mitosis/src/startup.rs@49: [INFO ] - Try to start MITOSIS...
作者你好,我想问一下,如何能使用你们提供的机器和系统去做相关实验?