-
I insert a entry into table successfully, And I want to get entry info :
![image](https://user-images.githubusercontent.com/29660460/75306218-5ea43000-5883-11ea-9627-dd410471bb3a.png)
but I get the …
-
With commit #4952, p4c-dpdk supports many operations on 128-bit values.
The one known remaining omission is that it does not support 128-bit constant literal values, which are used by the current D…
-
**I created 3 vhost-users and VMs, and I tried to add p4 pipeline binary package to the running IPDK container infrap4d switch. But it failed.**
```
root@f7f2e82ffdeb:~# p4rt-ctl set-pipe br0 /roo…
-
What is the status of direct meters and counters when entries get added and removed?
-
The current draft of the PSA spec (https://p4.org/p4-spec/docs/psa-working-draft-html-version.html#sec-match-kinds) has defined a match type: Optional
The spec defines the optional match kind as eith…
-
Hi all!
I am able to get tofino-model and stratum to work together perfectly fine but I can't connect stratum to my physical switch.
I installed stratum on NATIVE switch and I run tna_exact_match o…
-
Hi,
i am wondering could we directly read the results value from the register to extern python program for a further evaluation?
i notice that in SwitchTree, you counted the number of detected attac…
-
I am trying to build the behavioural model on the MacOS I have tried the following things
git clone https://github.com/p4lang/behavioral-model.git
`#!/bin/bash
set -e
#### Set PKG_CONFIG_PATH …
-
See this PR: https://github.com/p4lang/p4c/pull/1736
This issue is filed to complete the work so that p4c generates type_info for table MatchField and Action param in p4info. This work needs more …
-
When the switch receives a batch of updates, the P4RT spec says that the switch must behave as if it executed all the updates in a particular order (which order is up to the switch). Therefore, if we …