Skip to content

Commit b9c8664

Browse files
committed
readme: callout minimum supported driver versions
Signed-off-by: Andrea Panattoni <[email protected]>
1 parent 641b7b1 commit b9c8664

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ The SR-IOV Network Metrics Exporter is designed with the Kubernetes SR-IOV stack
99
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.
1010

1111
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
1316

1417
To check your current driver version run: `modinfo <driver> | grep ^version` where driver is `i40e` or `ice`\
1518
i40e drivers: [Intel Download Center](https://downloadcenter.intel.com/download/18026/), [Source Forge](https://sourceforge.net/projects/e1000/files/i40e%20stable/)\

0 commit comments

Comments
 (0)