Search Criteria
Package Details: dpdk 21.02-1
Git Clone URL: | https://aur.archlinux.org/dpdk.git (read-only, click to copy) |
---|---|
Package Base: | dpdk |
Description: | A set of libraries and drivers for fast packet processing |
Upstream URL: | http://dpdk.org |
Licenses: | |
Submitter: | anatolik |
Maintainer: | anatolik |
Last Packager: | anatolik |
Votes: | 4 |
Popularity: | 0.001406 |
First Submitted: | 2015-11-09 22:06 |
Last Updated: | 2021-02-26 17:44 |
Dependencies (11)
- dtc (dtc-git)
- jansson (jansson-git)
- libbpf (libbpf-git)
- libbsd (libbsd-git)
- libelf (elfutils-git, libelf-minimal-git)
- libpcap (libpcap-git)
- numactl (numactl-git, numactl-stable)
- linux-headers (linux-surfacepro3-git-headers, linux-aarch64-rock64-bin-headers, linux-ec2-headers, linux-galliumos-headers, linux-zest-git-headers, linux-lts49-kallsyms-headers, linux-bootsplash-headers, linux-odroid-headers, linux-phicomm-n1-headers) (make)
- meson (meson-git) (make)
- ninja (ninja-git, ninja-samurai, ninja-mem, ninja-kitware, ninja-bin) (make)
- python-pyelftools (python-pyelftools-git) (make)
Required by (1)
- redpanda (make)
Latest Comments
1 2 Next › Last »
anatolik commented on 2020-11-05 03:27
version has been bumped to 20.08
It changes the build system to meson+ninja. In case if you see any issues with this version (e.g. missing drivers) please report it here.
h313 commented on 2020-11-01 05:31
it's 20.08.0 now
hexhu commented on 2019-11-12 03:12
it's 19.08 now
davvore33 commented on 2018-05-21 11:32
it's 18.02 now
enihcam commented on 2017-05-01 00:54
Please also add dependency of python-pyelftools
enihcam commented on 2017-05-01 00:53
Please add dependency of pciutils. Thanks.
anatolik commented on 2017-04-22 07:58
@nextAaron please provide a patch for this change
nextAaron commented on 2017-04-22 05:35
Should disable the strip option. Otherwise it can't be used in SPDK.
anatolik commented on 2016-06-16 20:18
It is an upstream compilation issue. Please contact upstream and provide them the issue information.
rayonix commented on 2016-06-16 18:49
/tmp/yaourt-tmp/aur-dpdk/src/dpdk-16.04/build/build/lib/librte_eal/linuxapp/kni/ixgbe_82599.c: In function ‘ixgbe_setup_mac_link_82599’:
/tmp/yaourt-tmp/aur-dpdk/src/dpdk-16.04/build/build/lib/librte_eal/linuxapp/kni/ixgbe_82599.c:870:3: error: this ‘if’ clause does not guard... [-Werror=misleading-indentation]
if (speed & IXGBE_LINK_SPEED_10GB_FULL)
^~