From 81234d80aa894967864ad0cebe9cfa76f410bc42 Mon Sep 17 00:00:00 2001 From: "Georgios P. Katsikas" <gkatsikas@ubitech.eu> Date: Mon, 4 Nov 2024 09:42:01 +0000 Subject: [PATCH] doc: final improvements in P4 L1 fwd instructions --- src/tests/p4-fwd-l1/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/p4-fwd-l1/README.md b/src/tests/p4-fwd-l1/README.md index e5b7bb9e1..122d505a6 100644 --- a/src/tests/p4-fwd-l1/README.md +++ b/src/tests/p4-fwd-l1/README.md @@ -39,7 +39,7 @@ In the `./mininet/` directory there are different mininet topology examples. The ## P4 artifacts -In the `./p4/` directory there are the compiled p4 artefacts that contain the pipeline that will be pushed to the p4 switch, along with the p4-runtime definitions. +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. ## Latency probe -- GitLab