-
@jafingerhut: run RESAIL in latest compiler version to see if the weird stage allocation is persistent
-
Currently the Scrimlet PERST assertion is not passed through to TF2 to prevent trashing the SRIS configuration (oxidecomputer/hardware-sidecar#764). This covers setting that up in the TF2 EPROM and r…
-
The spec talks about uninitialized values in [section 8.22](https://p4.org/p4-spec/docs/P4-16-v1.2.2.html#sec-uninitialized-values-and-writing-invalid-headers), but given the amount of information, th…
-
In [8.18](https://p4.org/p4-spec/docs/P4-16-v1.2.2.html#sec-expr-hu), the spec illustrates with an example that assigning an invalid header to a union member is the same as setting the union member to…
-
I noticed all this working on branch "dap/nexus-inventory-2". Commit 376a37bb21d8bab98a2c4cd8747fc3a5ee3140d3 is sync'd up with "main" from this morning. From there, I ran a full test suite run that…
-
After the thermal loop shut it down (#1441), @bnaecker couldn't power the Sidecar back up:
```
ben@drteeth ~ $ pilot sp ls -t sidecar
MAC SERIAL TYPE IMAGE IP
a8…
-
v8.0 was released 2 months ago which includes new colour maps, see below. Just as a hint in case you want to include them!
![image](https://github.com/JuliaGraphics/ColorSchemes.jl/assets/25530332/…
-
**Reviewer's comments:**
_Furthermore, I found the following statement to be concerning:
However, these works do not satisfy either generality or accuracy goals. They rely on a control plane that…
-
Hello, I am a little confused about the relationship between the p4 program and the use of stage. Can we use the p4 program to control the use of the stage? I saw that some of the previous questions s…
-
Given the following enum..
```
#[derive(Copy, Clone, PartialEq, Eq, FromPrimitive, AsBytes)]
#[repr(u32)]
pub enum DirectBarSegment {
Bar0 = 0,
Msi = 1