DPDK is a set of libraries and drivers for fast packet processing
DPDK is the Data Plane Development Kit that consists of libraries to accelerate packet processing workloads running on a wide variety of CPU architectures.
Designed to run on x86, POWER and ARM processors, it runs mostly in Linux userland, with a FreeBSD port available for a subset of DPDK features. DPDK is licensed under the Open Source BSD License.
- Devel package for openSUSE:Factory
-
3
derived packages
- Links to openSUSE:Factory / dpdk
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout network/dpdk && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
0001-vhost-fix-possible-denial-of-service-on-SET_V |
0000002108 2.06 KB | |
0002-fix-cpu-compatibility.patch | 0000002189 2.14 KB | |
0002-vhost-fix-possible-denial-of-service-by-leaki |
0000010711 10.5 KB | |
_constraints | 0000000361 361 Bytes | |
_link | 0000000124 124 Bytes | |
_multibuild | 0000000057 57 Bytes | |
dpdk-18.11.3.tar.xz | 0011377388 10.9 MB | |
dpdk.changes | 0000041956 41 KB | |
dpdk.spec | 0000011934 11.7 KB | |
preamble | 0000000082 82 Bytes |
Revision 111 (latest revision is 172)
Tomáš Chvátal (scarabeus_iv)
accepted
request 749659
from
Jaime Caamaño Ruiz (jaicaa)
(revision 111)
- Add version to the PMD driver directory to avoid loading previous version drivers (bsc#1157179). - Update to 18.11.3 (bsc#1156146). For a list of fixes check: * https://doc.dpdk.org/guides-18.11/rel_notes/release_18_11.html#fixes - Add patches to fix vulnerability where malicious container can trigger a denial of service (CVE-2019-14818, bsc#1156146) * 0001-vhost-fix-possible-denial-of-service-on-SET_VRING_NU.patch * 0002-vhost-fix-possible-denial-of-service-by-leaking-FDs.patch - Removed patrches already included upstream: * dpdk-fix-implicit-fallthrough-warning.patch
Comments 4
Does dpdk stay on LTS releases?
@alois I would say it does unless there is a very specific requirement for other release.
No, it's ok. I just wondered.
Can someone update to latest? DPDK 22.11.2 (LTS) was released on 2022 May 6. More than a year ago.