readme: Update logs path (#448)
* readme: remove trailing whitespaces Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org> * readme: update path to log files Fixes: #447 Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
This commit is contained in:
parent
1fc826aa43
commit
ccc5693807
@ -169,7 +169,7 @@ implementation or forwarding rules.
|
|||||||
|
|
||||||
3. `basic_tunnel.p4` might compile, and the control plane rules might be
|
3. `basic_tunnel.p4` might compile, and the control plane rules might be
|
||||||
installed, but the switch might not process packets in the desired way. The
|
installed, but the switch might not process packets in the desired way. The
|
||||||
`/tmp/p4s.<switch-name>.log` files contain detailed logs that describing how
|
`logs/sX.log` files contain detailed logs that describing how
|
||||||
each switch processes each packet. The output is detailed and can help pinpoint
|
each switch processes each packet. The output is detailed and can help pinpoint
|
||||||
logic errors in your implementation.
|
logic errors in your implementation.
|
||||||
|
|
||||||
|
@ -170,7 +170,7 @@ There are several ways that problems might manifest:
|
|||||||
implementation.
|
implementation.
|
||||||
3. `ecn.p4` compiles, and the control plane rules are installed, but
|
3. `ecn.p4` compiles, and the control plane rules are installed, but
|
||||||
the switch does not process packets in the desired way. The
|
the switch does not process packets in the desired way. The
|
||||||
`/tmp/p4s.<switch-name>.log` files contain trace messages
|
`logs/sX.log` files contain trace messages
|
||||||
describing how each switch processes each packet. The output is
|
describing how each switch processes each packet. The output is
|
||||||
detailed and can help pinpoint logic errors in your implementation.
|
detailed and can help pinpoint logic errors in your implementation.
|
||||||
The `build/<switch-name>-<interface-name>.pcap` also contains the
|
The `build/<switch-name>-<interface-name>.pcap` also contains the
|
||||||
|
@ -113,7 +113,7 @@ fix your `load_balance.p4` implementation.
|
|||||||
|
|
||||||
3. `load_balance.p4` compiles, and the control plane rules are
|
3. `load_balance.p4` compiles, and the control plane rules are
|
||||||
installed, but the switch does not process packets in the desired way.
|
installed, but the switch does not process packets in the desired way.
|
||||||
The `/tmp/p4s.<switch-name>.log` files contain trace messages
|
The `logs/sX.log` files contain trace messages
|
||||||
describing how each switch processes each packet. The output is
|
describing how each switch processes each packet. The output is
|
||||||
detailed and can help pinpoint logic errors in your implementation.
|
detailed and can help pinpoint logic errors in your implementation.
|
||||||
|
|
||||||
|
@ -220,7 +220,7 @@ There are several ways that problems might manifest:
|
|||||||
|
|
||||||
3. `mri.p4` compiles, and the control plane rules are installed, but
|
3. `mri.p4` compiles, and the control plane rules are installed, but
|
||||||
the switch does not process packets in the desired way. The
|
the switch does not process packets in the desired way. The
|
||||||
`/tmp/p4s.<switch-name>.log` files contain trace messages
|
`logs/sX.log` files contain trace messages
|
||||||
describing how each switch processes each packet. The output is
|
describing how each switch processes each packet. The output is
|
||||||
detailed and can help pinpoint logic errors in your implementation.
|
detailed and can help pinpoint logic errors in your implementation.
|
||||||
The `build/<switch-name>-<interface-name>.pcap` also contains the
|
The `build/<switch-name>-<interface-name>.pcap` also contains the
|
||||||
|
@ -148,7 +148,7 @@ There are several ways that problems might manifest:
|
|||||||
implementation.
|
implementation.
|
||||||
3. `qos.p4` compiles, and the control plane rules are installed, but
|
3. `qos.p4` compiles, and the control plane rules are installed, but
|
||||||
the switch does not process packets in the desired way. The
|
the switch does not process packets in the desired way. The
|
||||||
`/tmp/p4s.<switch-name>.log` files contain trace messages
|
`logs/sX.log` files contain trace messages
|
||||||
describing how each switch processes each packet. The output is
|
describing how each switch processes each packet. The output is
|
||||||
detailed and can help pinpoint logic errors in your implementation.
|
detailed and can help pinpoint logic errors in your implementation.
|
||||||
The `build/<switch-name>-<interface-name>.pcap` also contains the
|
The `build/<switch-name>-<interface-name>.pcap` also contains the
|
||||||
|
@ -66,7 +66,7 @@ bring up a network in Mininet to test its behavior.
|
|||||||
|
|
||||||
The message was not received because each switch is programmed with
|
The message was not received because each switch is programmed with
|
||||||
`source_routing.p4`, which drops all packets on arrival. You can
|
`source_routing.p4`, which drops all packets on arrival. You can
|
||||||
verify this by looking at `/tmp/p4s.s1.log`. Your job is to extend
|
verify this by looking at `logs/s1.log`. Your job is to extend
|
||||||
the P4 code so packets are delivered to their destination.
|
the P4 code so packets are delivered to their destination.
|
||||||
|
|
||||||
## Step 2: Implement source routing
|
## Step 2: Implement source routing
|
||||||
@ -123,7 +123,7 @@ There are several ways that problems might manifest:
|
|||||||
Do you have another instance of mininet running? Did the previous
|
Do you have another instance of mininet running? Did the previous
|
||||||
run of mininet crash? if yes, check "Cleaning up Mininet" bellow.
|
run of mininet crash? if yes, check "Cleaning up Mininet" bellow.
|
||||||
3. `source_routing.p4` compiles but the switch does not process
|
3. `source_routing.p4` compiles but the switch does not process
|
||||||
packets in the desired way. The `/tmp/p4s.<switch-name>.log`
|
packets in the desired way. The `logs/sX.log`
|
||||||
files contain trace messages describing how each switch processes
|
files contain trace messages describing how each switch processes
|
||||||
each packet. The output is detailed and can help pinpoint logic
|
each packet. The output is detailed and can help pinpoint logic
|
||||||
errors in your implementation. The
|
errors in your implementation. The
|
||||||
|
Loading…
x
Reference in New Issue
Block a user