summary refs log tree commit diff
path: root/pkgs/os-specific/linux/odp-dpdk
Commit message (Collapse)AuthorAge
* odp-dpdk: 1.27.0.0_DPDK_19.11 -> 1.30.1.0_DPDK_19.11Jörg Thalheim2021-07-23
|
* odp-dpdk: 1.22.0.0_DPDK_18.11 -> 1.27.0.0_DPDK_19.11Jörg Thalheim2021-05-24
|
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | 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.
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* linuxPackages.odp-dpdk: fix buildMaximilian Bosch2020-01-05
| | | | https://hydra.nixos.org/build/109478283
* odp-dpdk: fix buildOrivej Desh2019-12-30
|
* odp-dpdk: 1.19.0.0_DPDK_17.11 -> 1.22.0.0_DPDK_18.11Florian Klink2019-11-17
| | | | Build with dpdk 18.11.5 instead of 17.11.9
* odp-dpdk: internal dpdk 17.11.6 -> 17.11.9 (security)Robert Scott2019-11-17
| | | | addressing CVE-2019-14818
* ofp-dpdk: use dpdk 17.11.6 LTSmagenbluten2019-10-15
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* treewide: http -> httpsRyan Mulligan2018-06-23
|
* dpdk: install files in the standard layoutOrivej Desh2018-05-21
|
* linuxPackages.odp-dpdk: 1.15.0.0 -> 1.19.0.0_DPDK_17.11Orivej Desh2018-05-19
|
* odp-dpdk: 1.12.0.0 -> 1.15.0.0Ruslan Babayev2017-09-08
|
* odp-dpdk: 2016-08-16 -> 1.12.0.0Ruslan Babayev2016-12-31
|
* odp-dpdk: 10.10.1.0 -> 2016-08-16Joachim Fasting2016-09-03
| | | | | | | | | | | | 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.
* dpdk: pktgen: odp-dpdk: upgrades (#16585)Ruslan Babayev2016-06-29
| | | | | | | | | | | | * 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
* odp-dpdk: init at 1.8.0.0Ruslan Babayev2016-06-15
Signed-off-by: Ruslan Babayev <ruslan@babayev.com>