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-enic-fix-Type-punning-and-strict-aliasing-war |
0000001141 1.11 KB | |
0002-examples-ip_pipeline-fix-implicit-declaration |
0000000946 946 Bytes | |
0003-mk-fix-external-shared-library-dependencies-o |
0000005053 4.93 KB | |
0004-54f9e32-vhost-handle-dirty-pages-logging-requ |
0000005235 5.11 KB | |
0005-d293dac-vhost-claim-support-of-guest-announce |
0000001189 1.16 KB | |
0006-d639996-vhost-enable-log_shmfd-protocol-featu |
0000001322 1.29 KB | |
0007-ixgbe-fix-VLAN-filter-missing-brackets.patch | 0000001175 1.15 KB | |
0099-mk-fix-gcc-5-version-on-suse.patch | 0000001644 1.61 KB | |
dpdk-stable-2.2.0.tar.gz | 0016160932 15.4 MB | |
dpdk.changes | 0000002839 2.77 KB | |
dpdk.spec | 0000008749 8.54 KB |
Revision 2 (latest revision is 172)
Nirmoy Das (ndas)
accepted
request 395036
from
Markos Chandras (markoschandras)
(revision 2)
- Create DPDK packages for 32 bit x86(bsc#977639). - Add upstream patch for the ixgbe driver * 0007-ixgbe-fix-VLAN-filter-missing-brackets.patch: Fix VLAN filtering logic by adding the missing brackets in the 'if' statement. - DPDK is most common vhost-user backend, Adding upstream patches to help qemu vm live migration with vhost-user (fate#320713). [+ 0004-54f9e32-vhost-handle-dirty-pages-logging-request.patch + 0005-d293dac-vhost-claim-support-of-guest-announce.patch + 0006-d639996-vhost-enable-log_shmfd-protocol-feature.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.