dpdk-kmods: init at 2021-04-21

In the last release dpdk moved the uio_igb driver to a different package
Without it dpdk is not very useful.

(cherry picked from commit 0d2276ec343e8965c023eecc1780d3521276047f)
This commit is contained in:
Jörg Thalheim
2021-06-13 09:40:56 +00:00
committed by github-actions[bot]
parent 1f91fd1040
commit 21a1ba4fce
2 changed files with 37 additions and 1 deletions
+3 -1
View File
@@ -20512,7 +20512,9 @@ in
digimend = callPackage ../os-specific/linux/digimend { };
dpdk = callPackage ../os-specific/linux/dpdk { };
dpdk-kmods = callPackage ../os-specific/linux/dpdk-kmods { };
dpdk = throw "The dpdk driver has been renamed to dpdk-mods.";
exfat-nofuse = callPackage ../os-specific/linux/exfat { };