diff --git a/P4_tutorial.pdf b/P4_tutorial.pdf index b63b76b..6281868 100644 Binary files a/P4_tutorial.pdf and b/P4_tutorial.pdf differ diff --git a/exercises/load_balance/README.md b/exercises/load_balance/README.md index 07e74dc..6e75802 100644 --- a/exercises/load_balance/README.md +++ b/exercises/load_balance/README.md @@ -129,4 +129,4 @@ mn -c ## Next Steps -Congratulations, your implementation works and you have finished the tutorial! +Congratulations, your implementation works! Move on to [Multi-Hop Route Inspection](../mri). diff --git a/exercises/calc/Makefile b/exercises/other/calc/Makefile similarity index 100% rename from exercises/calc/Makefile rename to exercises/other/calc/Makefile diff --git a/exercises/calc/README.md b/exercises/other/calc/README.md similarity index 97% rename from exercises/calc/README.md rename to exercises/other/calc/README.md index 4b6d92b..d827287 100644 --- a/exercises/calc/README.md +++ b/exercises/other/calc/README.md @@ -104,9 +104,4 @@ correct result: > 1+1 2 > -``` - -## Next Steps - -Congratulations, your implementation works! Move on to -[Load Balancer](../load_balance). +``` \ No newline at end of file diff --git a/exercises/calc/calc.p4 b/exercises/other/calc/calc.p4 similarity index 100% rename from exercises/calc/calc.p4 rename to exercises/other/calc/calc.p4 diff --git a/exercises/calc/calc.py b/exercises/other/calc/calc.py similarity index 100% rename from exercises/calc/calc.py rename to exercises/other/calc/calc.py diff --git a/exercises/calc/s1-runtime.json b/exercises/other/calc/s1-runtime.json similarity index 100% rename from exercises/calc/s1-runtime.json rename to exercises/other/calc/s1-runtime.json diff --git a/exercises/calc/solution/calc.p4 b/exercises/other/calc/solution/calc.p4 similarity index 100% rename from exercises/calc/solution/calc.p4 rename to exercises/other/calc/solution/calc.p4 diff --git a/exercises/calc/topology.json b/exercises/other/calc/topology.json similarity index 100% rename from exercises/calc/topology.json rename to exercises/other/calc/topology.json diff --git a/exercises/ecn/Makefile b/exercises/other/ecn/Makefile similarity index 100% rename from exercises/ecn/Makefile rename to exercises/other/ecn/Makefile diff --git a/exercises/ecn/README.md b/exercises/other/ecn/README.md similarity index 97% rename from exercises/ecn/README.md rename to exercises/other/ecn/README.md index 8aebb81..59f0b02 100644 --- a/exercises/ecn/README.md +++ b/exercises/other/ecn/README.md @@ -190,9 +190,3 @@ these instances: ```bash make stop ``` - -## Next Steps - -Congratulations, your implementation works! Move on to the next -exercise: [Multi-Hop Route Inspection](../mri), which identifies which -link is the source of congestion. diff --git a/exercises/ecn/ecn.p4 b/exercises/other/ecn/ecn.p4 similarity index 100% rename from exercises/ecn/ecn.p4 rename to exercises/other/ecn/ecn.p4 diff --git a/exercises/ecn/receive.py b/exercises/other/ecn/receive.py similarity index 100% rename from exercises/ecn/receive.py rename to exercises/other/ecn/receive.py diff --git a/exercises/ecn/s1-runtime.json b/exercises/other/ecn/s1-runtime.json similarity index 100% rename from exercises/ecn/s1-runtime.json rename to exercises/other/ecn/s1-runtime.json diff --git a/exercises/ecn/s2-runtime.json b/exercises/other/ecn/s2-runtime.json similarity index 100% rename from exercises/ecn/s2-runtime.json rename to exercises/other/ecn/s2-runtime.json diff --git a/exercises/ecn/s3-runtime.json b/exercises/other/ecn/s3-runtime.json similarity index 100% rename from exercises/ecn/s3-runtime.json rename to exercises/other/ecn/s3-runtime.json diff --git a/exercises/ecn/send.py b/exercises/other/ecn/send.py similarity index 100% rename from exercises/ecn/send.py rename to exercises/other/ecn/send.py diff --git a/exercises/ecn/setup.png b/exercises/other/ecn/setup.png similarity index 100% rename from exercises/ecn/setup.png rename to exercises/other/ecn/setup.png diff --git a/exercises/ecn/solution/ecn.p4 b/exercises/other/ecn/solution/ecn.p4 similarity index 100% rename from exercises/ecn/solution/ecn.p4 rename to exercises/other/ecn/solution/ecn.p4 diff --git a/exercises/ecn/topology.json b/exercises/other/ecn/topology.json similarity index 100% rename from exercises/ecn/topology.json rename to exercises/other/ecn/topology.json diff --git a/exercises/source_routing/README.md b/exercises/source_routing/README.md index 7a17203..34c4f7c 100644 --- a/exercises/source_routing/README.md +++ b/exercises/source_routing/README.md @@ -143,5 +143,5 @@ mn -c ## Next Steps -Congratulations, your implementation works! Move on to -[Calculator](../calc). +Congratulations, your implementation works! Move on to +[Load Balance](../load_balance).