File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 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"
96103 stdenv . cc . cc . lib
97104 zlib
98105 libxml2
106+ pciutils # for broadcom niccli
99107 ] ;
100108 } ;
101109
Original file line number Diff line number Diff line change 5656 gcc
5757 automake
5858 gnumake
59- gnumake42
59+ # gnumake42 # Removed to avoid version conflict with gnumake
6060 # cmake
6161 pkg-config
6262
Original file line number Diff line number Diff line change 5252 tshark
5353 perf-tools
5454 linuxPackages_latest . perf
55+
56+ rdma-core # ibv_devinfo, rdma
57+ pciutils
58+ libpciaccess
5559 ] ;
5660}
5761
You can’t perform that action at this time.
0 commit comments