awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesKernel Bypass Datapaths

Offloads packet forwarding to kernel-level mechanisms like Open vSwitch or fast user-space I/O for low-latency performance.

Distinct from Datapath Splits: Distinct from Datapath Splits: focuses on kernel bypass for packet forwarding performance, not control-plane/data-plane architectural separation.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Kernel Bypass Datapaths. Refine with filters or upvote what's useful.

Awesome Kernel Bypass Datapaths GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • weaveworks/weaveweaveworks 的头像

    weaveworks/weave

    6,614在 GitHub 上查看↗

    Weave is a multi-host container networking tool that connects containers running on different physical machines into a single virtual network. It creates a software-defined overlay network spanning multiple hosts, enabling containers to communicate directly with each other as if they were on the same local switch. The system provides automatic service discovery, resolving container names to network addresses across hosts without manual configuration. Traffic between containers on different hosts is secured through encrypted tunnels, preventing eavesdropping and tampering. Weave also includes

    Offloads packet forwarding to kernel-level mechanisms for low-latency performance.

    Go
    在 GitHub 上查看↗6,614
  • f-stack/f-stackF-Stack 的头像

    F-Stack/f-stack

    4,230在 GitHub 上查看↗

    f-stack 是一个内核旁路(kernel-bypass)框架和用户态 TCP/IP 协议栈,旨在提高数据包处理速度和整体吞吐量。它利用 DPDK 将网络流量直接路由到用户态,并移植了 FreeBSD 网络栈,从而在宿主操作系统之外处理传输层和网络层协议。 该项目提供了一个 Socket API 兼容层,允许标准网络应用程序在高性能后端上运行,而无需修改代码。它还具有基于协程的网络 API 和微线程接口,用于管理异步网络 IO 和有状态任务,无需复杂的异步回调逻辑。 该框架涵盖了高吞吐量 TCP/IP 实现、并发连接扩展和事件驱动的 IO 多路复用。它还包含路由配置功能,可确定传入流量是由用户态协议栈还是标准内核网络栈处理。

    Connects software services to a high-performance network backend via kernel-bypass datapaths.

    C
    在 GitHub 上查看↗4,230
  1. Home
  2. Operating Systems & Systems Programming
  3. Datapath Splits
  4. Kernel Bypass Datapaths