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
Fix: handling case where RL is lower then expected (#1205)
1. Fix handling case where RL is lower then expected
2. Update ice driver to version 2.2.8
---------
Signed-off-by: Szumski, Tomasz<[email protected]>
Co-authored-by: Kasiewicz, Marek <[email protected]>
Copy file name to clipboardExpand all lines: doc/e810.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,41 +8,41 @@ The Media Transport Library relies on certain rate limit patches that are curren
8
8
9
9
> **Note:** Occasionally, after a system reboot, the operating system (Ubuntu) may automatically upgrade to a new kernel version. In such cases, it is important to remember to rebuild the driver to ensure compatibility with the new kernel version.
10
10
11
-
### 1.1. Download Driver Version 1.16.3
11
+
### 1.1. Download Driver Version 2.2.8
12
12
13
-
You can download the CVL 1.16.3 driver source code directly with the command:
13
+
You can download the CVL 2.2.8 driver source code directly with the command:
(As an alternative, you can also visit <https://www.intel.com/content/www/us/en/download/19630/intel-network-adapter-driver-for-e810-series-devices-under-linux.html> and select `Download ice-1.16.3.tar.gz`.
19
+
(As an alternative, you can also visit <https://www.intel.com/content/www/us/en/download/19630/intel-network-adapter-driver-for-e810-series-devices-under-linux.html> and select `Download ice-2.2.8.tar.gz`.
20
20
21
-
Make sure to select the 1.16.3 version from the available version options, as there may be newer versions available. It is important to note that version 1.16.3 is the latest version we have verified. Typically, we revisit driver version upgrades on a quarterly schedule.)
21
+
Make sure to select the 2.2.8 version from the available version options, as there may be newer versions available. It is important to note that version 2.2.8 is the latest version we have verified. Typically, we revisit driver version upgrades on a quarterly schedule.)
22
22
23
-
The steps are based on downloading the file `ice-1.16.3.tar.gz`.
23
+
The steps are based on downloading the file `ice-2.2.8.tar.gz`.
24
24
25
-
### 1.2. Unzip 1.16.3 Driver and Enter into the Source Code Directory
25
+
### 1.2. Unzip 2.2.8 Driver and Enter into the Source Code Directory
26
26
27
27
```bash
28
-
tar xvzf ice-1.16.3.tar.gz
29
-
cd ice-1.16.3
28
+
tar xvzf ice-2.2.8.tar.gz
29
+
cd ice-2.2.8
30
30
```
31
31
32
-
### 1.3. Patch 1.16.3 Driver with Rate Limit Patches
32
+
### 1.3. Patch 2.2.8 Driver with Rate Limit Patches
33
33
34
-
Apply all the patches placed in [directory for ice_driver](../patches/ice_drv/1.16.3/).
34
+
Apply all the patches placed in [directory for ice_driver](../patches/ice_drv/2.2.8/).
35
35
36
36
```bash
37
37
git init
38
38
git add .
39
-
git commit -m "init version 1.16.3"
40
-
git am $mtl_source_code/patches/ice_drv/1.16.3/*.patch
39
+
git commit -m "init version 2.2.8"
40
+
git am $mtl_source_code/patches/ice_drv/2.2.8/*.patch
41
41
```
42
42
43
43
Note: The variable `$mtl_source_code` should be set to the top directory of the Media Transport Library source code. Please ensure that it is correctly configured. Additionally, when running the `git am` command, please verify that it executes without any errors.
44
44
45
-
Use `git log` to check if the latest commit is `version: update to Kahawai_1.16.3_20250327`.
45
+
Use `git log` to check if the latest commit is `version: update to Kahawai_2.2.8`.
46
46
47
47
### 1.4. Build and Install the Driver
48
48
@@ -85,7 +85,7 @@ sudo dmesg | grep "Intel(R) Ethernet Connection E800 Series Linux Driver"
85
85
```
86
86
87
87
```text
88
-
ice: Intel(R) Ethernet Connection E800 Series Linux Driver - version Kahawai_1.16.3_20250327
88
+
ice: Intel(R) Ethernet Connection E800 Series Linux Driver - version Kahawai_2.2.8
89
89
```
90
90
91
91
Similar steps to confirm the DDP version.
@@ -150,7 +150,7 @@ A correct setup should have an output similar to the following:
0 commit comments