awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • weaveworks/weaveAvatar weaveworks

    weaveworks/weave

    6,614Vezi pe 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
    Vezi pe GitHub↗6,614
  • f-stack/f-stackAvatar F-Stack

    F-Stack/f-stack

    4,230Vezi pe GitHub↗

    f-stack este un framework kernel-bypass și un stack TCP/IP user-space conceput pentru a crește viteza de procesare a pachetelor și throughput-ul general. Utilizează DPDK pentru a ruta traficul de rețea direct către user space și integrează un stack de rețea FreeBSD transplantat pentru a gestiona protocoalele de transport și de rețea în afara sistemului de operare host. Proiectul oferă un strat de compatibilitate socket API care permite aplicațiilor de rețea standard să ruleze pe un backend de înaltă performanță fără a necesita modificări de cod. Include, de asemenea, un API de rețea bazat pe coroutine și o interfață de micro-threading pentru a gestiona IO-ul de rețea asincron și sarcinile stateful fără utilizarea unei logici complexe de callback. Framework-ul acoperă implementarea TCP/IP cu throughput ridicat, scalarea conexiunilor concurente și multiplexarea IO bazată pe evenimente. Include capabilități de configurare a rutării pentru a determina dacă traficul primit este gestionat de stack-ul user-space sau de stack-ul de rețea standard al kernel-ului.

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

    C
    Vezi pe GitHub↗4,230
  1. Home
  2. Operating Systems & Systems Programming
  3. Datapath Splits
  4. Kernel Bypass Datapaths