You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,10 @@ The SR-IOV Network Metrics Exporter is designed with the Kubernetes SR-IOV stack
9
9
The sysfs collector for Virtual Function telemetry supports NICs with drivers that implement the SR-IOV sysfs management interface e.g. ice, i40e, mlnx_en and mlnx_ofed.
10
10
11
11
The netlink collector relies on driver support and a kernel version of 4.4 or higher.
12
-
To support netlink, we recommend these driver versions: an i40e driver of 2.11+ or higher for Intel® 700 series NICs and ice driver 1.2+ for Intel® 800 series NICs.
12
+
To support netlink, we recommend these driver versions:
13
+
-`i40e` - 2.11+ for Intel® 700 series NICs
14
+
-`ice` - 1.2+ for Intel® 800 series NICs
15
+
-`mlx5_core` - 5.15+ for Mellanox NICs
13
16
14
17
To check your current driver version run: `modinfo <driver> | grep ^version` where driver is `i40e` or `ice`\
0 commit comments