about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/odp-dpdk
AgeCommit message (Collapse)AuthorFilesLines
2024-03-22odp-dpdk: 1.42.0.0_DPDK_22.11 -> 1.44.0.0_DPDK_22.11Wim de With1-11/+7
2024-03-11odp-dpdk: use elfutils instead of abandoned libelfPhilip Taron1-2/+4
I'm not sure why I needed to add `zstd` here.
2023-10-24odp-dpdk: 1.41.0.0_DPDK_22.11 -> 1.42.0.0_DPDK_22.11Jörg Thalheim1-2/+2
2023-05-12odp-dpdk: 1.37.0.0_DPDK_19.11 -> 1.41.0.0_DPDK_22.11Martin Weinelt1-18/+21
https://github.com/OpenDataPlane/odp/releases/tag/v1.38.0.0 https://github.com/OpenDataPlane/odp/releases/tag/v1.39.0.0 https://github.com/OpenDataPlane/odp/releases/tag/v1.40.0.0 https://github.com/OpenDataPlane/odp/releases/tag/v1.41.0.0
2023-04-10odp-dpdk: fix build (missing libnl)Vladimír Čunát1-0/+2
When libpcap is *statically* linked against, it newly needs libnl-genl-3.0
2023-02-22treewide: move NIX_CFLAGS_COMPILE to the env attrsetArtturin1-1/+1
with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists in env cause a eval failure
2023-02-22treewide: use toString on list NIX_CFLAGS_COMPILEArtturin1-1/+1
with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper
2023-01-27treewide: add gcc12 flagsFabián Heredia Montiel1-0/+7
2022-12-04odp-dpdk: 1.35.0.0_DPDK_19.11 -> 1.37.0.0_DPDK_19.11Jörg Thalheim1-2/+2
2022-04-29odp-dpdk: 1.30.1.0_DPDK_19.11 -> 1.35.0.0_DPDK_19.11Jean-François Roche1-5/+5
Fixing failing build
2021-07-23odp-dpdk: 1.27.0.0_DPDK_19.11 -> 1.30.1.0_DPDK_19.11Jörg Thalheim1-2/+5
2021-05-24odp-dpdk: 1.22.0.0_DPDK_18.11 -> 1.27.0.0_DPDK_19.11Jörg Thalheim1-18/+8
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-01-05linuxPackages.odp-dpdk: fix buildMaximilian Bosch1-0/+2
https://hydra.nixos.org/build/109478283
2019-12-30odp-dpdk: fix buildOrivej Desh1-1/+3
2019-11-17odp-dpdk: 1.19.0.0_DPDK_17.11 -> 1.22.0.0_DPDK_18.11Florian Klink1-18/+32
Build with dpdk 18.11.5 instead of 17.11.9
2019-11-17odp-dpdk: internal dpdk 17.11.6 -> 17.11.9 (security)Robert Scott1-2/+2
addressing CVE-2019-14818
2019-10-15ofp-dpdk: use dpdk 17.11.6 LTSmagenbluten1-5/+13
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-06-23treewide: http -> httpsRyan Mulligan1-1/+1
2018-05-21dpdk: install files in the standard layoutOrivej Desh1-1/+1
2018-05-19linuxPackages.odp-dpdk: 1.15.0.0 -> 1.19.0.0_DPDK_17.11Orivej Desh3-65/+11
2017-09-08odp-dpdk: 1.12.0.0 -> 1.15.0.0Ruslan Babayev3-4/+58
2016-12-31odp-dpdk: 2016-08-16 -> 1.12.0.0Ruslan Babayev1-9/+3
2016-09-03odp-dpdk: 10.10.1.0 -> 2016-08-16Joachim Fasting1-6/+6
Fixes build against dpdk 16.06 Tested build against linux, linux_latest, linux_3_18, linux_4_1, linux_4_6, linux_grsec_nixos, linux_chromiumos_3_18. While this is pre-release, the delta since 10.10.1.0 seems to contain primarily fixes or internal improvements. Also cleanup build inputs while we're at it.
2016-06-29dpdk: pktgen: odp-dpdk: upgrades (#16585)Ruslan Babayev1-4/+4
* dpdk: fix a typo * dpdk: separate configure phase * odp-dpdk: 1.8.0.0 -> 1.10.1.0 * pktgen: 3.0.00 -> 3.0.04 * pktgen: add withGtk build option
2016-06-15odp-dpdk: init at 1.8.0.0Ruslan Babayev1-0/+40
Signed-off-by: Ruslan Babayev <ruslan@babayev.com>