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-kni-define-HAVE_VF_VLAN_PROTO-for-SLES12SP3.p |
0000001208 1.18 KB | |
0003-kni-define-HAVE_TRANS_START_HELPER-for-SLES12 |
0000000965 965 Bytes | |
0004-net-thunderx-sync-mailbox-definitions-with-Li |
0000003316 3.24 KB | |
0005-kni-fix-build-with-gcc-7.1.patch | 0000000462 462 Bytes | |
_constraints | 0000000286 286 Bytes | |
_link | 0000000124 124 Bytes | |
dpdk-16.11.2.tar.xz | 0009056664 8.64 MB | |
dpdk-thunderx.changes | 0000025565 25 KB | |
dpdk-thunderx.spec | 0000011002 10.7 KB | |
dpdk.changes | 0000025565 25 KB | |
dpdk.spec | 0000010829 10.6 KB | |
pre_checkin.sh | 0000000618 618 Bytes | |
preamble | 0000000082 82 Bytes |
Revision 51 (latest revision is 172)
Markos Chandras (markoschandras)
accepted
request 505232
from
Nirmoy Das (ndas)
(revision 51)
- Updated to 16.11.2 which provide bug fixes as below(fate#321541): * mbuf: fix missing includes in exported header * eal: fix debug macro redefinition * net/nfp: fix packet/data length conversion * net/i40e: fix setup when bulk is disabled * pci: fix device registration on FreeBSD * net/i40e: ensure vector mode is not used with QinQ * nic_uio: fix device binding at boot * net/bnx2x: fix transmit queue free threshold * net/vmxnet3: fix queue size changes * kni: fix build with kernel 4.11 * kni: fix possible memory leak * kni: fix crash caused by freeing mempool * net/i40e: fix allocation check * net/virtio: fix crash when closing twice * net/ixgbevf: set xstats id values * net/i40e: fix hash input set on X722 * eal/linux: fix build with glibc 2.25 * net/i40e: fix incorrect packet index reference * net/thunderx: fix 32-bit build * net/thunderx: fix build on FreeBSD * net/thunderx: fix deadlock in Rx path * net/ixgbe: fix setting MTU on stopped device * vfio: fix secondary process start * net/virtio-user: fix address on 32-bit system * net/virtio: fix MSI-X for modern devices * net/virtio: fix link status always down * net/ixgbe: fix multi-queue mode check in SRIOV mode * net/i40e/base: fix potential out of bound array access * vhost: fix false sharing
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.