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.tar.xz | 0009048728 8.63 MB | |
dpdk-thunderx.changes | 0000015959 15.6 KB | |
dpdk-thunderx.spec | 0000009049 8.84 KB | |
dpdk.changes | 0000015959 15.6 KB | |
dpdk.spec | 0000008866 8.66 KB | |
pre_checkin.sh | 0000000570 570 Bytes |
Revision 28 (latest revision is 172)
Nirmoy Das (ndas)
accepted
request 454432
from
Nirmoy Das (ndas)
(revision 28)
- Update to version 16.11(fate#321541). Some of the new features are listed below: * Added software parser for packet type. * Improved offloads support in mbuf. * Added vhost-user dequeue zero copy support. * Added vhost-user indirect descriptors support. * Added vhost PMD xstats. * Added virtio NEON support for ARM. * Updated the ixgbe base driver. * Added APIs for VF management to the ixgbe PMD. * Updated the enic driver. * Added openssl PMD. * Added support for new gcc -march option. Detailed changes can be obtained from http://dpdk.org/doc/guides/rel_notes/release_16_11.html - Resolved fixes in the updated versions are : enic: Fixed several flow director issues. enic: Fixed inadvertent setting of L4 checksum ptype on ICMP packets. enic: Fixed high driver overhead when servicing Rx queues beyond the first. - Update to version 16.11(fate#321541). Some of the new features are listed below: * Added software parser for packet type. * Improved offloads support in mbuf. * Added vhost-user dequeue zero copy support. * Added vhost-user indirect descriptors support. * Added vhost PMD xstats. * Added virtio NEON support for ARM. * Updated the ixgbe base driver. * Added APIs for VF management to the ixgbe PMD. * Updated the enic driver. * Added openssl PMD. * Added support for new gcc -march option.
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.