#dpdk #tcp #udp #networking

dpdk-virtual-devices

A wrapper around DPDK's virtual devices framework

6 releases

Uses old Rust 2015

0.1.5 Aug 15, 2018
0.1.4 Aug 15, 2018
0.1.0 Jul 31, 2018

#3 in #mempool

Download history 15/week @ 2023-10-29 10/week @ 2023-11-05 9/week @ 2023-11-12 17/week @ 2023-11-19 34/week @ 2023-11-26 12/week @ 2023-12-03 12/week @ 2023-12-10 9/week @ 2023-12-17 19/week @ 2023-12-24 7/week @ 2023-12-31 6/week @ 2024-01-07 8/week @ 2024-01-14 19/week @ 2024-01-21 22/week @ 2024-01-28 15/week @ 2024-02-04 36/week @ 2024-02-11

92 downloads per month
Used in 2 crates (via dpdk-ethernet)

AGPL-3.0

125KB
2.5K SLoC

[](This file is part of .cargo. It is subject to the license terms in the COPYRIGHT file found in the top-level directory of this distribution and at https://raw.githubusercontent.com/lemonrock/.cargo/master/COPYRIGHT. No part of .cargo, including this file, may be copied, modified, propagated, or distributed except according to the terms contained in the COPYRIGHT file.) [](Copyright © 2016 The developers of .cargo. See the COPYRIGHT file in the top-level directory of this distribution and at https://raw.githubusercontent.com/lemonrock/.cargo/master/COPYRIGHT.)

.cargo

.cargo is a simple repository that contains common files useful when creating crates. It allows for a common style for formatting and clippy across projects. It is intended to be embedded as a submodule and various files symlinked into placed.

Licensing

The license for this project is MIT.


lib.rs:

#dpdk-virtual-devices Mid-level wrappers around the DPDK virtual devices framework.

Whilst DPDK is supported for Linux on AArch64, ARM v7, PowerPC 64-bit (recent) and x86-64, and FreeBSD on x86-64, only Linux x86-64 will compile.

Some work has been done to try to maintain compatibility with FreeBSD and other architectures but this is not maintained yet.

Dependencies

~0–4.5MB
~116K SLoC