From daf66fe68ad9ae744ba49d1e1209516c21c4cbf6 Mon Sep 17 00:00:00 2001 From: "Georgios P. Katsikas" <gkatsikas@ubitech.eu> Date: Mon, 4 Nov 2024 09:43:17 +0000 Subject: [PATCH] doc: final improvements in P4 L1 fwd instructions --- src/tests/p4-fwd-l1/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tests/p4-fwd-l1/README.md b/src/tests/p4-fwd-l1/README.md index 122d505a6..b7da0fd88 100644 --- a/src/tests/p4-fwd-l1/README.md +++ b/src/tests/p4-fwd-l1/README.md @@ -37,10 +37,10 @@ Check the `./tests/Objects.py` file before running the experiment to make sure t In the `./mininet/` directory there are different mininet topology examples. The current `./tests/Objects.py` file corresponds to the `./mininet/8switch3path.py` topology. Additionally there is a backup file `./tests/topologies/6switchObjects.py` which corresponds to the `./mininet/6switch2path.py`. -## P4 artifacts +## P4 artefacts In the `./p4/` directory there are compiled p4 artefacts of the pipeline that will be pushed to the p4 switch, along with the p4-runtime definitions. -The `./setup.sh` script copies from this directory. So if you need to change p4 program, make sure to put the compiled artefacts here. +The `./setup.sh` script copies from this directory. So if you need to change p4 program, make sure to put the compiled artefacts there. ## Latency probe -- GitLab