Skip to content

Commit 0269c57

Browse files
broadcom rocev2
1 parent 9f56370 commit 0269c57

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

desktop/l2/configuration.nix

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,13 @@
6767
"amdgpu"
6868
];
6969

70+
kernelModules = [
71+
"bnxt_en" # Ethernet
72+
"bnxt_re" # RoCEv2 RDMA provider
73+
"ib_uverbs" # RDMA verbs
74+
"rdma_ucm"
75+
];
76+
7077
blacklistedKernelModules = [
7178
"nouveau"
7279
#"i915"
@@ -96,6 +103,7 @@
96103
stdenv.cc.cc.lib
97104
zlib
98105
libxml2
106+
pciutils # for broadcom niccli
99107
];
100108
};
101109

desktop/l2/home.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
gcc
5757
automake
5858
gnumake
59-
gnumake42
59+
# gnumake42 # Removed to avoid version conflict with gnumake
6060
# cmake
6161
pkg-config
6262

desktop/l2/systemPackages.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@
5252
tshark
5353
perf-tools
5454
linuxPackages_latest.perf
55+
56+
rdma-core # ibv_devinfo, rdma
57+
pciutils
58+
libpciaccess
5559
];
5660
}
5761

0 commit comments

Comments
 (0)