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 | |
_constraints | 0000000286 286 Bytes | |
_link | 0000000124 124 Bytes | |
dpdk-16.11.1.tar.xz | 0009052212 8.63 MB | |
dpdk-thunderx.changes | 0000021729 21.2 KB | |
dpdk-thunderx.spec | 0000009915 9.68 KB | |
dpdk.changes | 0000021729 21.2 KB | |
dpdk.spec | 0000009742 9.51 KB | |
pre_checkin.sh | 0000000618 618 Bytes | |
preamble | 0000000082 82 Bytes |
Revision 36 (latest revision is 172)
Markos Chandras (markoschandras)
accepted
request 476754
from
Nirmoy Das (ndas)
(revision 36)
- Upgrade to LTS release of 16.11 which contains fixes below: * app/test: fix symmetric session free in crypto perf tests * app/testpmd: fix check for invalid ports * app/testpmd: fix static build link ordering * crypto/aesni_gcm: fix IV size in capabilities * crypto/aesni_gcm: fix J0 padding bytes * crypto/aesni_mb: fix incorrect crypto session * crypto/openssl: fix extra bytes written at end of data * crypto/openssl: fix indentation in guide * crypto/qat: fix IV size in capabilities * crypto/qat: fix to avoid buffer overwrite in OOP case * cryptodev: fix crash on null dereference * cryptodev: fix loop in device query * devargs: reset driver name pointer on parsing failure * drivers/crypto: fix different auth/cipher keys * ethdev: check maximum number of queues for statistics * ethdev: fix extended statistics name index * ethdev: fix port data mismatched in multiple process model * ethdev: fix port lookup if none * ethdev: remove invalid function from version map * examples/ethtool: fix driver information * examples/ethtool: fix querying non-PCI devices * examples/ip_pipeline: fix coremask limitation * examples/ip_pipeline: fix parsing of pass-through pipeline * examples/l2fwd-crypto: fix overflow * examples/vhost: fix calculation of mbuf count * examples/vhost: fix lcore initialization * mempool: fix API documentation * mempool: fix stack handler dequeue * net/af_packet: fix fd use after free
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.