added resubmit example

This commit is contained in:
Antonin Bas
2015-12-17 11:54:22 -08:00
parent 97b2a77733
commit 6d8a0232dc
6 changed files with 206 additions and 1 deletions

View File

@@ -13,7 +13,8 @@ included:
- `register`: how to use registers in P4 and read / write the state from the
control plane
- `counter`: how to use counters in P4
- `action_profile`: how to use action profiles in P4, using ECMP has support
- `action_profile`: how to use action profiles in P4, using ECMP as support
- `resubmit`: how to resubmit packets to the ingress pipelines
All examples are orgranized the same way, with a `p4src` directory containing
the P4 source code, and a `README` file describing the P4 program and explaining