V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
Distributions
Ubuntu
Fedora
CentOS
中文资源站
网易开源镜像站
efi
V2EX  ›  Linux

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

  •  
  •   efi ·
    newfag · 2017-01-15 05:24:34 +08:00 · 4254 次点击
    这是一个创建于 2651 天前的主题,其中的信息可能已经有所发展或是发生改变。

    可以很轻松地把内核网络栈直接拿到用户态运行,创意很好,可以结合用户态工具轻松配制若干变种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

    4 条回复    2017-03-26 13:18:41 +08:00
    hjc4869
        1
    hjc4869  
       2017-01-15 12:54:21 +08:00 via Android
    用户态配置 vpn 可以用 lwip 之类的协议栈,没必要把内核里的拿来用。
    Remember
        2
    Remember  
       2017-03-24 06:41:39 +08:00
    可以拿来跑 BBR 加速
    est
        3
    est  
       2017-03-25 00:13:11 +08:00
    openvz 那边是 @jackybao 用 user-mode-linux 做的
    JackyBao
        4
    JackyBao  
       2017-03-26 13:18:41 +08:00 via Android
    lkl 可以在不支持 tap/tun 的环境下使用,否则其实还是 uml 方便。
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2748 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 420ms · UTC 12:52 · PVG 20:52 · LAX 05:52 · JFK 08:52
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.