-
Hi everyone:
I want to do something about SRv6, specifically using BMV2 to implement SRv6, but I found that the function `net.setIntfIp()` cannot set the IPv6 address for host. How should I solv…
-
When sai implementation is generated, functions is added:
```c
176 static sai_status_t dash_sai_create_dash_acl_rule(
177 _Out_ sai_object_id_t *dash_acl_rule_id,
178 _In_ sai_o…
-
I'd expect these failures are related. Both tests expect some bits of the packet to be high but get all zeroes instead.
-
Looks like a bug with unions (either validity or deserialization) causing it to print multiple members.
```
union1-bmv2.p4.
Expected:
01666666
Received:
012345666666
```
-
Some combination of p4c and BMv2 simple_switch impose the restriction that for P4_16 plus the v1model architecture, type parameter `H` must be a struct that contains only members with type header, hea…
-
Hi all,
After long start(in other words, configure the bmv2, p4ofagent and oftest), I configured the switch with `--with-of --with-bmv2` then make it successfully. Then I tried to run openflow test…
-
In compiling burstradar I am getting the following warning:
`burstradar.p4(192): [--Wwarn=unsupported] warning: clone3: clone with non-empty argument not supported`
A Google search pointed me to…
-
I'm not sure what's going on with this, but see examples/checker_tests/good/issue995-bmv2.p4 for an example.
-
`examples/checker_tests/bad/issue2230-1-bmv2.p4`
This test is enforcing nominal equality for structs, which is not how we do type equality.
-
It was added to P4_16 spec early in 2018, but I don't think there are yet any test P4_16 programs using this feature for p4pktgen yet. My guess is that at least a few changes to p4pktgen will be need…