Skip to content

Commit 84efca6

Browse files
authored
Upate p4rt-ctl page with correct info (#22)
Signed-off-by: Sabeel Ansari <[email protected]>
1 parent a4907ea commit 84efca6

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/clients/p4rt-ctl.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ P4 build artifacts for sample.p4:
2020
* sample.conf
2121
* p4info.txt
2222
* tdi.json
23-
* pipe/context.json
24-
* pipe/sample.spec
25-
23+
* context.json
2624

2725
The P4 compiler (P4C) backend supports both PSA and PNA architectures. The
2826
compiler emits the pipeline name based on the architecture used in the P4
@@ -35,7 +33,7 @@ program:
3533

3634
The pipeline name is referenced as:
3735

38-
* p4_pipeline_name in /usr/share/stratum/target_skip_p4_no_bsp.conf
36+
* p4_pipeline_name in /usr/share/stratum/<target>/<target>_skip_p4.conf
3937
* p4_pipeline_name in the sample.conf file
4038

4139
Networking recipe assumes pipeline name is defaulted to "pipe".
@@ -156,7 +154,7 @@ Example:
156154

157155
.. code-block:: bash
158156
159-
p4rt-ctl set-pipe br0
157+
p4rt-ctl get-pipe br0
160158
161159
Add table entry (rule) to forwarding pipeline
162160
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)