summary refs log tree commit diff
path: root/pkgs/os-specific/linux/dpdk
Commit message (Collapse)AuthorAge
* dpdk: Support building example programsZhaofeng Li2021-07-22
|
* dpdk: make myself maintainerJörg Thalheim2021-06-28
|
* dpdk: 21.02 -> 21.05R. RyanTM2021-06-23
|
* Merge pull request #122588 from Mic92/dpdkJörg Thalheim2021-05-24
|\ | | | | dpdk: 20.05 -> 21.02
| * dpdk: 20.05 -> 21.02Jörg Thalheim2021-05-24
| |
* | dpdk: don't manually enableParallelBuildingAlyssa Ross2021-05-12
|/ | | | This is automatic for Meson builds.
* remove myself from a bunch of software I no longer use/maintainDomen Kožar2021-03-03
|
* 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: De-inline uses of lib.boolToStringMalte Brandy2020-10-14
| | | | This commit should not change eval results
* dpdk: 19.11 -> 20.05Jörg Thalheim2020-06-30
| | | | support for newer kernels (5.7)
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* linuxPackages.dpdk: fix buildOrivej Desh2019-12-30
|
* dpdk: 19.08.2 -> 19.11Orivej Desh2019-12-30
|
* dpdk: build with mesonFlorian Klink2019-11-17
|
* dpdk: 19.08 -> 19.08.2 (security)Robert Scott2019-11-17
| | | | addressing CVE-2019-14818
* dpdk: 19.05 -> 19.08ajs1242019-10-15
|
* dpdk: 17.11.2 -> 19.05magenbluten2019-10-15
|
* treewide: http -> https sources (#42676)Silvan Mosberger2018-06-28
| | | | | | | | | * treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
* dpdk: support static/shared build mode switchOrivej Desh2018-05-21
| | | | The default is false because upstream default is false (for performance).
* dpdk: install files in the standard layoutOrivej Desh2018-05-21
|
* dpdk: extract from linuxPackages.dpdkOrivej Desh2018-05-21
| | | | | | | DPDK kernel modules are optional and its libraries do not reference them. This allows to move the packages that depend on DPDK out of linuxPackages, since they do not depend on kernel version.
* linuxPackages.dpdk: 17.05.1 -> 17.11.2Orivej Desh2018-05-19
|
* linuxPackages.dpdk: needs libelf from kernel.moduleBuildDependenciesadisbladis2018-01-08
|
* misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2017-09-21
| | | | Only acts on one-line dependency lists.
* odp-dpdk: fix a typoRuslan Babayev2017-09-12
|
* dpdk: drop examples output; simplify install phaseRuslan Babayev2017-09-08
|
* dpdk: 16.07.2 -> 17.05.1Tim Steinbach2017-07-23
|
* dpdk: 16.07 -> 16.07.2Ruslan Babayev2016-12-31
|
* dpdk: 16.04 -> 16.07, fix build against linux 4.7 (#18256)Joachim F2016-09-03
| | | Tested build against linux_latest and linux_grsec_nixos.
* Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-07-15
|\
| * 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
* | Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-06-10
|\|
| * dpdk: make primary output usable as RTE_SDKRuslan Babayev2016-06-02
| |
| * dpdk: separate kernel modulesRuslan Babayev2016-06-02
| |
| * dpdk: move apps to examples outputRuslan Babayev2016-06-02
| |
| * dpdk: install examples to binRuslan Babayev2016-06-02
| |
| * dpdk: add dependencies for vm_power_mgr exampleRuslan Babayev2016-06-02
| |
* | linuxPackages.dpdk: disable pic hardeningRobin Gloster2016-05-31
|/
* linuxPackages.dpdk: force deterministic arch yet againNikolay Amiantov2016-05-19
|
* dpdk: set NIX_ENFORCE_NO_NATIVE = 0 to fix buildDomen Kožar2016-05-18
| | | | | | | Since 0c6db0ca48612f18e5c2b744dfa385ba8eecc950 the build would fail since it relies on sse instructions. cc @abbradar to be sure this is correct fix
* rename iElectric to domenkozar to match GitHubDomen Kožar2016-05-17
|
* evalDomen Kožar2016-04-20
|
* linuxPackages.dpdk: fix buildDomen Kožar2016-04-20
| | | | | (cherry picked from commit a56a9d1b590eb3dcadecf5b65ecabb46ae818d31) Signed-off-by: Domen Kožar <domen@dev.si>
* add linuxPackages.dpdk: libs and drivers for fast packet processingDomen Kožar2016-04-20