Registry / networking / dpdk-sys

dpdk-sys

JSON →
library0.1.5rscratesunverified

dpdk-sys

# Cargo.toml [dependencies] dpdk-sys = "0.1.5"
INSTALL
IMPORT
SIG · DPDK-SYS
D
dpdk-sys
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.

rte_eal_init
use dpdk_sys::rte_eal_init;

Initializes the DPDK Environment Abstraction Layer (EAL).

use dpdk_sys::rte_eal_init; let args: Vec<CString> = vec![]; unsafe { rte_eal_init(args.len() as i32, args.as_ptr() as *mut *mut i8); }
Debug
Known issues
gotchaRequires DPDK to be installed and configured on the system.
fix
Install DPDK and set appropriate environment variables (e.g., RTE_SDK).
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-sys — cargo add dpdk-sys · libregistry