You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Support negative-valued action parameters
by converting them in the Python helper code into a positive value
whose bit pattern is the 2's complement representation of the negative
value.
* Make qos/README.md text consistent with the P4 solution
---------
Co-authored-by: jafinger <jafinger@cisco.com>
Copy file name to clipboardExpand all lines: exercises/qos/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ missing piece.
77
77
78
78
First we have to change the ipv4_t header by splitting the TOS field
79
79
into DiffServ and ECN fields. Remember to update the checksum block
80
-
accordingly. Then, in the egress control block we must compare the
80
+
accordingly. Then, in the ingress control block we must compare the
81
81
protocol in IP header with IP protocols. Based on the traffic classes
82
82
and priority, the `diffserv` flag will be set.
83
83
@@ -178,4 +178,4 @@ The documentation for P4_16 and P4Runtime is available [here](https://p4.org/spe
178
178
179
179
All excercises in this repository use the v1model architecture, the documentation for which is available at:
180
180
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.
181
-
2. The include file `v1model.p4` has extensive comments and can be accessed [here](https://github.com/p4lang/p4c/blob/master/p4include/v1model.p4).
181
+
2. The include file `v1model.p4` has extensive comments and can be accessed [here](https://github.com/p4lang/p4c/blob/master/p4include/v1model.p4).
0 commit comments