Port details |
- dpdk-22.11 DPDK: Software libraries for packet processing
- 22.11.2 net
=0 22.11.2Version of this port present on the latest quarterly branch.
- Maintainer: bruce.richardson@intel.com
- Port Added: 2023-11-18 09:30:26
- Last Update: 2023-12-30 07:16:41
- Commit Hash: 35b06fb
- Also Listed In: kld
- License: BSD3CLAUSE
- WWW:
- https://dpdk.org/
- Description:
- The Data Plane Development Kit (DPDK)
The DPDK is a set of software libraries to enable packet processing. It
consists of a set of polling mode drivers (PMD) which can be used to pull
network packets directly from a Network Interface Card (NIC), as well as
other libraries to assist in the processing of those packets. The additional
libraries include ones for:
* memory and buffer management
* packet classification
* software rings or FIFOs to allow packet transfer between cores
amongst others.
Applications written using the DPDK run in userspace. The devices used by a
DPDK application are removed from kernel control and are instead managed
directly by that application.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- dpdk22.11>0:net/dpdk-22.11
- No installation instructions:
- This port has been deleted.
- PKGNAME: dpdk22.11
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64
- distinfo:
- TIMESTAMP = 1687361326
SHA256 (dpdk-22.11.2.tar.xz) = af64bdda15087ff8d429894b9ea6cbbbb6ee7a932bdb344f82b0dc366379a2d4
SIZE (dpdk-22.11.2.tar.xz) = 15594000
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- objdump : devel/binutils
- py39-pyelftools>0 : devel/py-pyelftools@py39
- meson : devel/meson
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-pyelftools>0 : devel/py-pyelftools@py39
- py39-pyelftools>=0 : devel/py-pyelftools@py39
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.9 : lang/python39
- Library dependencies:
-
- libelf.so : devel/elfutils
- libjansson.so : devel/jansson
- libpcap.so.1 : net/libpcap
- libisal.so : devel/isa-l
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for dpdk22.11-22.11.2:
EXAMPLES=on: Build and/or install examples
TEST=off: Build and install automated unit test binary
TOOLS=on: Install tool scripts
===> Use 'make config' to modify these settings
- Options name:
- net_dpdk-22.11
- USES:
- kmod meson pkgconfig:both python shebangfix ssl tar:xz
- pkg-message:
- For install:
- The Intel(R) DPDK requires two kernel modules to be loaded in order to run.
To load these modules add loading lines to /boot/loader.conf
contigmem_load="YES"
nic_uio_load="YES"
The modules each take a number of parameters. These should be set in loader.conf
before the above two lines to load the module.
* The "contigmem" module is used to reserve contiguous blocks of physical memory
for packet buffer use. It takes parameters for the number and size of blocks
to be reserved. An example is below, reserving a single 1G block:
hw.contigmem.num_buffers=1
hw.contigmem.buffer_size=1073741824
* The "nic_uio" module is used to expose the network card (NIC) hardware
directly to userspace for use with the Intel(R) DPDK. If the NIC ports to be
used are in use by an existing driver, the nic_uio module can unbind the port
from its existing driver when requested to do so. This is done by passing the
relevant PCI bus, device and function settings to the driver as parameters.
For example:
hw.nic_uio.bdfs="2:0:0,2:0:1"
- Master Sites:
|
Port Moves |
- port moved to net/dpdk on 2023-12-30
REASON: Instead of expiring dpdk move dpdk-22.11 to dpdk
|
Number of commits found: 2
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
22.11.2 30 Dec 2023 07:16:41 |
Muhammad Moinur Rahman (bofh) |
net/dpdk: Move net/dpdk-22.11 to net/dpdk
net/dpdk was about to expire in lieu of net/dpdk-22.11. So move
net/dpdk-22.11 to dpdk.
When there are multiple versions in the ports tree always keep the most
latest stable version without the suffix/prefix and adjust accordingly
for other versions.
Approved by: portmgr (blanket) |
22.11.2 18 Nov 2023 09:24:50 |
Daniel Engberg (diizzy) Author: Bruce Richardson |
net/dpdk-22.11: New port: Data Plane Development Kit 22.11 (LTS)
DPDK is the open source Data Plane Development Kit that consists of
libraries to accelerate packet processing workloads running on a wide
variety of CPU architectures. It provides a set of data plane libraries
and network interface controller polling-mode drivers for offloading TCP
packet processing from the operating system kernel to processes running
in user space. This offloading achieves higher computing efficiency
and higher packet throughput than is possible using the
interrupt-driven processing provided in the kernel.
WWW: https://www.dpdk.org/
Changelog: https://doc.dpdk.org/guides/rel_notes/release_22_11.html
PR: 272133 |
Number of commits found: 2
|