Registry / networking / dpdk-core

dpdk-core

JSON →
library0.1.5rscratesunverified

A wrapper around DPDK's core framework.

# Cargo.toml [dependencies] dpdk-core = "0.1.5"
INSTALL
IMPORT
SIG · DPDK-CORE
D
dpdk-core
networkingrustv0.1.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DpdkCore
use dpdk_core::DpdkCore;

Initializes the DPDK core framework.

use dpdk_core::DpdkCore; fn main() { let core = DpdkCore::new(); println!("DPDK core initialized"); }
Debug
Known issues
gotchaRequires DPDK libraries and headers installed on the system.
fix
Install DPDK development package (e.g., libdpdk-dev on Ubuntu).
affects: >=0.1.0
Upgrade
Version history
0.1.5latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
Amazon
1
OpenAI (training)
1
Resources
dpdk-core — cargo add dpdk-core · libregistry