-
Hello,
We can call `clone()` in P4 program via using `mirroring_add ` simple_switch_CLI's command line on simple_switch targets. I'd like to do this on simple_switch_grpc targets, however, this co…
-
Add support for digest from data plane in P4 runtime.
-
This is the current p4runtime.proto message to run an entry in an indirect counter?
```
message CounterEntry {
uint32 counter_id = 1;
int64 index = 2;
CounterData data = 3;
}
```
How to …
-
Hi all,
I appear to be having issues with the GRPC client in Python with the latest updates.
PI is built with `./configure --with-bmv2 --with-proto --with-cli --with-sysrepo` and the python librar…
b3n-l updated
6 years ago
-
I believe that the following snippets are illegal P4_16 code:
```
header {
bit label;
bit tc;
bit bos;
bit ttl;
}[10] mpls;
```
or
```
struct {
bit f1;
} my_struct;
``…
-
I can't seem to generate a P4Info file with Extern or ExternInstance messages in it. Am I missing something?
Given the P4_16 program `extern_test.p4`
```
#include
#include
typedef bit mac_a…
-
Here is the P4 program:
```
#include
#include
struct Headers {}
struct Meta {}
parser p(packet_in b, out Headers h,
inout Meta m, inout standard_metadata_t sm) {
state sta…
-
Should we make this a requirement in order to have a canonical representation of ternary matches?
The P4Runtime server would be require to reject the `TableEntry` with an `INVALID_ARGUMENT` error.
-
We had a discussion on this a while back and I think we agreed on these 2 statements:
1. when the Write RPC returns, all operations in the Write batch have been committed to HW
2. the P4 Runtime imp…
-
As p4c-bm2-ss is now, when compiling P4_16 programs, controlPlaneName returns names like foo when foo is a table or extern or control instantiated directly inside of any top-level control block (and p…