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
2024 Aug updates to vm ubuntu 20.04 and ubuntu 24.04 (#628)
* Support negative-valued action parameters
by converting them in the Python helper code into a positive value
whose bit pattern is the 2's complement representation of the negative
value.
* Update README.md and user-dev-bootstrap.sh files to 2024-Aug-01
versions of open source P4 tool source code.
---------
Co-authored-by: jafinger <jafinger@cisco.com>
Copy file name to clipboardExpand all lines: vm-ubuntu-20.04/README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,7 @@ cd build
129
129
make -j2 check |& tee make-check-out.txt
130
130
```
131
131
132
-
As of 2023-07-01, the p4c compiler passes all of its included tests,
132
+
As of 2024-08-01, the p4c compiler passes all of its included tests,
133
133
except for some of the p4testgen tests (if those are enabled).
134
134
135
135
@@ -169,8 +169,8 @@ them again.
169
169
170
170
For the particular case of creating the VM named:
171
171
172
-
+ 'P4 Tutorial Development 2023-07-01'
173
-
+ created on July 1, 2023
172
+
+ 'P4 Tutorial Development 2024-08-01'
173
+
+ created on August 1, 2024
174
174
175
175
here were the host OS details, in case it turns out that matters to
176
176
the finished VM image for some reason:
@@ -182,7 +182,7 @@ the finished VM image for some reason:
182
182
In the VirtualBox GUI interface:
183
183
184
184
+ Choose menu item File -> Export Appliance ...
185
-
+ Select the VM named 'P4 Tutorial Development 2023-07-01' and click
185
+
+ Select the VM named 'P4 Tutorial Development 2024-08-01' and click
186
186
Continue button
187
187
188
188
+ Format
@@ -191,7 +191,7 @@ In the VirtualBox GUI interface:
191
191
+ Open Virtualization Format 0.9
192
192
+ Open Virtualization Format 2.0
193
193
+ Target file
194
-
+ I used: /Users/andy/Documents/P4 Tutorials Development 2023-07-01.ova
194
+
+ I used: /Users/andy/Documents/P4 Tutorials Development 2024-08-01.ova
195
195
+ Mac Address Policy
196
196
+ I used: Include only NAT network adapter MAC addresses
197
197
+ Other available options were:
@@ -205,16 +205,16 @@ Clicked "Continue" button.
205
205
206
206
Virtual system settings:
207
207
208
-
+ Name: P4 Tutorial 2023-07-01
208
+
+ Name: P4 Tutorial 2024-08-01
209
209
+ Product: I left this blank
210
210
+ Product-URL: I left this blank
211
211
+ Vendor: P4.org - P4 Language Consortium
212
212
+ Vendor-URL: https://p4.org
213
-
+ Version: 2023-07-01
213
+
+ Version: 2024-08-01
214
214
+ Description:
215
215
216
216
```
217
-
Open source P4 development tools built from latest source code as of 2023-Jul-01 and packaged into an Ubuntu 20.04 Desktop Linux VM for the AMD64 architecture.
217
+
Open source P4 development tools built from latest source code as of 2024-Aug-01 and packaged into an Ubuntu 20.04 Desktop Linux VM for the AMD64 architecture.
Copy file name to clipboardExpand all lines: vm-ubuntu-24.04/README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -160,7 +160,7 @@ make -j2 check |& tee out1.txt
160
160
sudo PATH=${PATH} VIRTUAL_ENV=${VIRTUAL_ENV}${P4GUIDE_SUDO_OPTS} make -j2 recheck |& tee out2.txt
161
161
```
162
162
163
-
As of 2024-05-30, the p4c compiler passes all but about 15 of its
163
+
As of 2024-08-01, the p4c compiler passes all but about 15 of its
164
164
included tests when built using the steps above.
165
165
166
166
@@ -200,8 +200,8 @@ them again.
200
200
201
201
For the particular case of creating the VM named:
202
202
203
-
+ 'P4 Tutorial Development 2024-06-01'
204
-
+ created on June 1, 2024
203
+
+ 'P4 Tutorial Development 2024-08-01'
204
+
+ created on August 1, 2024
205
205
206
206
here were the host OS details, in case it turns out that matters to
207
207
the finished VM image for some reason:
@@ -213,7 +213,7 @@ the finished VM image for some reason:
213
213
In the VirtualBox GUI interface:
214
214
215
215
+ Choose menu item File -> Export Appliance ...
216
-
+ Select the VM named 'P4 Tutorial Development 2024-06-01' and click
216
+
+ Select the VM named 'P4 Tutorial Development 2024-08-01' and click
217
217
Continue button
218
218
219
219
+ Format
@@ -222,7 +222,7 @@ In the VirtualBox GUI interface:
222
222
+ Open Virtualization Format 0.9
223
223
+ Open Virtualization Format 2.0
224
224
+ Target file
225
-
+ I used: /Users/andy/Documents/P4 Tutorials Development 2024-06-01.ova
225
+
+ I used: /Users/andy/Documents/P4 Tutorials Development 2024-08-01.ova
226
226
+ Mac Address Policy
227
227
+ I used: Include only NAT network adapter MAC addresses
228
228
+ Other available options were:
@@ -236,16 +236,16 @@ Clicked "Continue" button.
236
236
237
237
Virtual system settings:
238
238
239
-
+ Name: P4 Tutorial 2024-06-01
239
+
+ Name: P4 Tutorial 2024-08-01
240
240
+ Product: I left this blank
241
241
+ Product-URL: I left this blank
242
242
+ Vendor: P4.org - P4 Language Consortium
243
243
+ Vendor-URL: https://p4.org
244
-
+ Version: 2024-06-01
244
+
+ Version: 2024-08-01
245
245
+ Description:
246
246
247
247
```
248
-
Open source P4 development tools built from latest source code as of 2024-Jun-01 and packaged into an Ubuntu 24.04 Desktop Linux VM for the AMD64 architecture.
248
+
Open source P4 development tools built from latest source code as of 2024-Aug-01 and packaged into an Ubuntu 24.04 Desktop Linux VM for the AMD64 architecture.
0 commit comments