awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
DPDK avatar

DPDK/dpdk

0
View on GitHub↗
4,277 estrellas·1,479 forks·C·5 vistas

Dpdk

DPDK es un framework de procesamiento de paquetes y librería de red de bypass de kernel diseñada para acelerar el rendimiento del plano de datos de red. Proporciona una pila de red en espacio de usuario que mueve los datos de red directamente desde la tarjeta de interfaz de red al espacio de usuario, eliminando la sobrecarga del kernel del sistema operativo para lograr un alto rendimiento y baja latencia.

El framework utiliza una arquitectura de controlador de modo de sondeo (poll mode driver) que reemplaza la red impulsada por interrupciones con un mecanismo de sondeo constante. Este enfoque permite la implementación de funciones y protocolos de red fuera del kernel.

El proyecto cubre capacidades para el procesamiento de paquetes de alto rendimiento, virtualización de funciones de red y el desarrollo de dispositivos de red personalizados como firewalls y balanceadores de carga.

Features

  • Packet Processing Frameworks - Provides a high-performance framework for accelerating packet processing by moving network data directly from the NIC to user space.
  • Poll-Mode Drivers - Employs a poll-mode driver architecture that continuously checks hardware for packets to eliminate interrupt latency.
  • Network Stack Bypasses - Implements a networking library that bypasses the standard kernel network stack to achieve high throughput.
  • User-Space Network Interface Access - Moves network driver logic from the kernel to user space to achieve faster data transfer.
  • High-Performance Packet Processing - Handles massive volumes of network traffic by bypassing the OS kernel to reduce latency and CPU overhead.
  • User-Space Packet Processing - Provides high-speed network packet manipulation by bypassing standard kernel overhead.
  • Direct I/O Access - Provides direct I/O access to move network traffic from hardware to user-space memory, bypassing the kernel.
  • User-Space Implementations - Provides tools for implementing network protocols in user space to maximize throughput and avoid kernel context switches.
  • Zero-Copy Buffers - Implements zero-copy buffer management by passing pointers to packet data across processing stages.
  • Single-Producer Single-Consumer Queues - Implements single-producer single-consumer lockless ring buffers for high-speed data exchange between CPU cores.
  • Network Appliance Frameworks - Provides a framework for building specialized network appliances such as firewalls and load balancers.
  • Hugepage Allocations - Implements hugepage-based memory allocation to improve memory access speed and reduce TLB misses for packet buffers.
  • Virtualization Networking - Enables the creation of virtualized network services that process packets at near-wire speed.
  • Run-To-Completion Models - Uses a run-to-completion model by assigning a packet to a single CPU core for all processing steps.
  • Librerías de redes - Libraries and drivers for fast packet processing.

Historial de estrellas

Gráfico del historial de estrellas de dpdk/dpdkGráfico del historial de estrellas de dpdk/dpdk

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Dpdk

Proyectos open-source similares, clasificados según cuántas características comparten con Dpdk.
  • f-stack/f-stackAvatar de F-Stack

    F-Stack/f-stack

    4,230Ver en GitHub↗

    f-stack is a kernel-bypass framework and user-space TCP/IP stack designed to increase packet processing speeds and overall throughput. It utilizes DPDK to route network traffic directly to user space and integrates a transplanted FreeBSD network stack to handle transport and network layer protocols outside of the host operating system. The project provides a socket API compatibility layer that allows standard network applications to run on a high-performance backend without requiring code changes. It also features a coroutine-based network API and micro-threading interface to manage asynchron

    C
    Ver en GitHub↗4,230
  • openvswitch/ovsAvatar de openvswitch

    openvswitch/ovs

    3,904Ver en GitHub↗

    Open vSwitch is a software-defined network switch and high-performance data plane engine. It functions as a virtual layer 2 switch and network orchestrator, implementing the OpenFlow protocol to decouple the control plane from the data plane for programmable network forwarding. The project distinguishes itself through a userspace-kernel datapath split and the use of poll-mode drivers for kernel-bypass acceleration. It provides a network tunneling gateway to extend virtual networks across physical hosts and utilizes a transactional, schema-based configuration database with state replication fo

    C
    Ver en GitHub↗3,904
  • cloudius-systems/osvAvatar de cloudius-systems

    cloudius-systems/osv

    4,253Ver en GitHub↗

    OSV is a unikernel operating system and cloud-native execution environment designed to run as a secure microVM on hypervisors such as KVM, Firecracker, Xen, and VMware. It functions as a Linux binary compatible runtime, allowing unmodified Linux binaries to be executed as secure microVMs without requiring recompilation. The project distinguishes itself through its ability to package applications into minimal bootable images and its provide of a virtual machine management API. This REST interface enables remote monitoring of system health, management of execution traces, and control over guest

    C
    Ver en GitHub↗4,253
  • fortra/impacketAvatar de fortra

    fortra/impacket

    15,467Ver en GitHub↗

    Impacket is a collection of Python classes designed for the construction, manipulation, and analysis of low-level network packets and services. It functions as a framework for building custom network tools, providing a programmatic interface to interact with communication protocols and service architectures. The library provides primitives for managing authentication, session state, and remote procedure calls within network environments. By offering a modular class hierarchy, it allows for the assembly of network packets and the implementation of specialized communication stacks. The project

    Pythondcerpcdcomimpacket
    Ver en GitHub↗15,467
Ver las 30 alternativas a Dpdk→

Preguntas frecuentes

¿Qué hace dpdk/dpdk?

DPDK es un framework de procesamiento de paquetes y librería de red de bypass de kernel diseñada para acelerar el rendimiento del plano de datos de red. Proporciona una pila de red en espacio de usuario que mueve los datos de red directamente desde la tarjeta de interfaz de red al espacio de usuario, eliminando la sobrecarga del kernel del sistema operativo para lograr un alto rendimiento y baja latencia.

¿Cuáles son las características principales de dpdk/dpdk?

Las características principales de dpdk/dpdk son: Packet Processing Frameworks, Poll-Mode Drivers, Network Stack Bypasses, User-Space Network Interface Access, High-Performance Packet Processing, User-Space Packet Processing, Direct I/O Access, User-Space Implementations.

¿Qué alternativas de código abierto existen para dpdk/dpdk?

Las alternativas de código abierto para dpdk/dpdk incluyen: f-stack/f-stack — f-stack is a kernel-bypass framework and user-space TCP/IP stack designed to increase packet processing speeds and… openvswitch/ovs — Open vSwitch is a software-defined network switch and high-performance data plane engine. It functions as a virtual… cloudius-systems/osv — OSV is a unikernel operating system and cloud-native execution environment designed to run as a secure microVM on… fortra/impacket — Impacket is a collection of Python classes designed for the construction, manipulation, and analysis of low-level… game1024/openspeedy — OpenSpeedy is a network acceleration utility designed to optimize data transmission between applications and remote… cilium/cilium — Cilium is a networking, security, and observability platform for containerized environments that leverages…