Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor correction to qos readme #624

Merged
merged 35 commits into from
Jul 7, 2024
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
d29d65a
Support negative-valued action parameters
jafingerhut Oct 3, 2022
dc83264
Merge branch 'master' of https://github.com/p4lang/tutorials
jafingerhut Feb 22, 2023
128a865
Merge branch 'master' of https://github.com/p4lang/tutorials
jafingerhut Mar 19, 2023
a7bd6cb
Merge branch 'master' of https://github.com/p4lang/tutorials
jafingerhut Jun 24, 2023
5bc171a
Merge branch 'master' of https://github.com/p4lang/tutorials
jafingerhut Jun 24, 2023
5986d23
Merge branch 'master' of https://github.com/p4lang/tutorials
jafingerhut Jun 24, 2023
7683b11
Merge branch 'master' of https://github.com/p4lang/tutorials
jafingerhut Jun 24, 2023
391ce61
Merge branch 'master' of https://github.com/p4lang/tutorials
jafingerhut Jun 25, 2023
3fbd7af
Merge branch 'master' of https://github.com/p4lang/tutorials
jafingerhut Jul 1, 2023
e6cebed
Merge branch 'master' of https://github.com/p4lang/tutorials
jafingerhut Aug 1, 2023
747a8ae
Merge branch 'master' of https://github.com/p4lang/tutorials
jafingerhut Feb 5, 2024
27640ad
Merge branch 'master' of https://github.com/p4lang/tutorials
jafingerhut Feb 28, 2024
5c55222
Merge branch 'master' of https://github.com/p4lang/tutorials
jafingerhut Mar 1, 2024
157f621
Merge branch 'master' of https://github.com/p4lang/tutorials
jafingerhut Mar 6, 2024
3679cce
Merge branch 'master' of https://github.com/p4lang/tutorials
jafingerhut Mar 6, 2024
e0ec0dd
Merge branch 'master' of github.com:jafingerhut/tutorials
jafingerhut Mar 9, 2024
e7f3641
Merge branch 'master' of https://github.com/p4lang/tutorials
jafingerhut Mar 9, 2024
da3a1c6
Merge branch 'master' of https://github.com/p4lang/tutorials
jafingerhut Apr 1, 2024
aa96582
Merge branch 'master' of https://github.com/p4lang/tutorials
jafingerhut Apr 12, 2024
feb5886
Merge branch 'master' of https://github.com/p4lang/tutorials
jafingerhut Apr 17, 2024
58800e9
Merge branch 'master' of https://github.com/p4lang/tutorials
jafingerhut Apr 21, 2024
fea3d94
Merge branch 'master' of github.com:jafingerhut/tutorials
jafingerhut Apr 21, 2024
368230c
Merge branch 'master' of https://github.com/p4lang/tutorials
jafingerhut Apr 22, 2024
380f8ce
Merge branch 'master' of https://github.com/p4lang/tutorials
jafingerhut Apr 22, 2024
e1c983d
Merge branch 'master' of https://github.com/p4lang/tutorials
jafingerhut Apr 22, 2024
f3c3c2e
Merge branch 'master' of github.com:jafingerhut/tutorials
jafingerhut Apr 22, 2024
cb45b33
Merge branch 'master' of https://github.com/p4lang/tutorials
jafingerhut May 1, 2024
ed85db3
Merge branch 'master' of https://github.com/p4lang/tutorials
jafingerhut May 31, 2024
0ac97ce
Merge branch 'master' of https://github.com/p4lang/tutorials
jafingerhut May 31, 2024
53f049b
Merge branch 'master' of https://github.com/p4lang/tutorials
jafingerhut Jun 19, 2024
57a4a76
Merge branch 'master' of github.com:jafingerhut/tutorials
jafingerhut Jun 19, 2024
bae4d3a
Merge branch 'master' of https://github.com/p4lang/tutorials
jafingerhut Jun 19, 2024
593ae75
Merge branch 'master' of https://github.com/p4lang/tutorials
Jul 1, 2024
1a2b937
Merge branch 'master' of https://github.com/p4lang/tutorials
Jul 7, 2024
432a85c
Make qos/README.md text consistent with the P4 solution
Jul 7, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions exercises/qos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ missing piece.

First we have to change the ipv4_t header by splitting the TOS field
into DiffServ and ECN fields. Remember to update the checksum block
accordingly. Then, in the egress control block we must compare the
accordingly. Then, in the ingress control block we must compare the
protocol in IP header with IP protocols. Based on the traffic classes
and priority, the `diffserv` flag will be set.

Expand Down Expand Up @@ -178,4 +178,4 @@ The documentation for P4_16 and P4Runtime is available [here](https://p4.org/spe

All excercises in this repository use the v1model architecture, the documentation for which is available at:
1. The BMv2 Simple Switch target document accessible [here](https://github.com/p4lang/behavioral-model/blob/master/docs/simple_switch.md) talks mainly about the v1model architecture.
2. The include file `v1model.p4` has extensive comments and can be accessed [here](https://github.com/p4lang/p4c/blob/master/p4include/v1model.p4).
2. The include file `v1model.p4` has extensive comments and can be accessed [here](https://github.com/p4lang/p4c/blob/master/p4include/v1model.p4).