File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,7 @@ P4 build artifacts for sample.p4:
20
20
* sample.conf
21
21
* p4info.txt
22
22
* tdi.json
23
- * pipe/context.json
24
- * pipe/sample.spec
25
-
23
+ * context.json
26
24
27
25
The P4 compiler (P4C) backend supports both PSA and PNA architectures. The
28
26
compiler emits the pipeline name based on the architecture used in the P4
@@ -35,7 +33,7 @@ program:
35
33
36
34
The pipeline name is referenced as:
37
35
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
39
37
* p4_pipeline_name in the sample.conf file
40
38
41
39
Networking recipe assumes pipeline name is defaulted to "pipe".
@@ -156,7 +154,7 @@ Example:
156
154
157
155
.. code-block :: bash
158
156
159
- p4rt-ctl set -pipe br0
157
+ p4rt-ctl get -pipe br0
160
158
161
159
Add table entry (rule) to forwarding pipeline
162
160
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments