Skip to content

Commit 2f2a792

Browse files
SakoramDawidWesierski4
authored andcommitted
Fix: Change DPDK version in docs, versions.env and scripts
Signed-off-by: Kasiewicz, Marek <[email protected]>
1 parent 57d7b19 commit 2f2a792

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/validation-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ on:
106106

107107
env:
108108
BUILD_TYPE: 'Release'
109-
DPDK_VERSION: '25.07'
109+
DPDK_VERSION: '25.11'
110110
DPDK_REBUILD: 'false'
111111

112112
permissions:

doc/build.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,13 +128,13 @@ export mtl_source_code=${PWD}/Media-Transport-Library
128128

129129
## 2. DPDK build and install
130130

131-
### 2.1. Get DPDK 25.07 source code
131+
### 2.1. Get DPDK 25.11 source code
132132

133133
```bash
134134
git clone https://github.com/DPDK/dpdk.git
135135
cd dpdk
136-
git checkout v25.07
137-
git switch -c v25.07
136+
git checkout v25.11
137+
git switch -c v25.11
138138
cd ..
139139
```
140140

@@ -144,7 +144,7 @@ Note: $mtl_source_code should be pointed to top source code tree of Media Transp
144144

145145
```bash
146146
cd dpdk
147-
git am $mtl_source_code/patches/dpdk/25.07/*.patch
147+
git am $mtl_source_code/patches/dpdk/25.11/*.patch
148148
```
149149

150150
### 2.3. Build and install DPDK library

versions.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
DPDK_VER=25.07
1+
DPDK_VER=25.11
22
ICE_VER=2.2.8
33
ICE_DMID=859252
44
ONE_API_GPU_VER=1.22.3

0 commit comments

Comments
 (0)