V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
Distributions
Ubuntu
Fedora
CentOS
中文资源站
网易开源镜像站
efi
V2EX  ›  Linux

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

  •  
  •   efi ·
    newfag · Jan 15, 2017 · 5233 views
    This topic created in 3390 days ago, the information mentioned may be changed or developed.

    可以很轻松地把内核网络栈直接拿到用户态运行,创意很好,可以结合用户态工具轻松配制若干变种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 replies    2017-03-26 13:18:41 +08:00
    hjc4869
        1
    hjc4869  
       Jan 15, 2017 via Android
    用户态配置 vpn 可以用 lwip 之类的协议栈,没必要把内核里的拿来用。
    Remember
        2
    Remember  
       Mar 24, 2017
    可以拿来跑 BBR 加速
    est
        3
    est  
       Mar 25, 2017
    openvz 那边是 @jackybao 用 user-mode-linux 做的
    JackyBao
        4
    JackyBao  
       Mar 26, 2017 via Android
    lkl 可以在不支持 tap/tun 的环境下使用,否则其实还是 uml 方便。
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5144 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 45ms · UTC 05:41 · PVG 13:41 · LAX 22:41 · JFK 01:41
    ♥ Do have faith in what you're doing.