LKL:内核代码以库形式用户态运行

2017-01-15 05:24:34 +08:00
 efi

可以很轻松地把内核网络栈直接拿到用户态运行,创意很好,可以结合用户态工具轻松配制若干变种VPN 。

但是运用到生产环境有如下问题

Main "architectural" issue: when attempting to run the kernel code in the user space, namely the need to preserve many "kernel" assumptions since the kernel code was meant to run in the kernel environment.

Assumptions: the existence of a kernel stack, the host vs the "kernel" threads, the kernel scheduler and how it conflicts with the host scheduler, IRQ handling and its various optimization,..., etc.

Preserving these assumptions, although allowing one to avoid changes to the generic kernel code, has resulted in significant performance overhead for LKL.

Limitations: linkage issue with the kernel code resulting in address collision with shared library objects, no SMP support, the complexity of allowing it seems to approach that of providing a fully virtualized environment for the kernel.

结论是 LKL 不一定比完全虚拟机好。

https://lwn.net/Articles/662953/ http://netdevconf.org/1.2/session.html?jerry-chu

4264 次点击
所在节点    Linux
4 条回复
hjc4869
2017-01-15 12:54:21 +08:00
用户态配置 vpn 可以用 lwip 之类的协议栈,没必要把内核里的拿来用。
Remember
2017-03-24 06:41:39 +08:00
可以拿来跑 BBR 加速
est
2017-03-25 00:13:11 +08:00
openvz 那边是 @jackybao 用 user-mode-linux 做的
JackyBao
2017-03-26 13:18:41 +08:00
lkl 可以在不支持 tap/tun 的环境下使用,否则其实还是 uml 方便。

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/334671

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX