Skip to content

Commit

Permalink
spellcheck.
Browse files Browse the repository at this point in the history
  • Loading branch information
r12f committed Nov 12, 2023
1 parent df4f688 commit 4f45200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/general/dash-sai-pipeline-packet-flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ Or, with a slight change, we can implement another routing policy to enable a tu

#### 5.9.4. Action publishing

Each entry in the matching stages can specify a [routing type](#582-routing-type) that contains a list of the routing actions for specifying the packet transformations. Since each action is designed to be independent, the routing types can be defined as a bitset, where every bit is a different type of action. When an entry is matched in the matching stages, the actions will be merged into the metadata bus, and the actions will be applied when the packet reaches the action apply stage.
Each entry in the matching stages can specify a [routing type](#582-routing-type) that contains a list of the routing actions for specifying the packet transformations. Since each action is designed to be independent, the routing types can be defined as a bit set, where every bit is a different type of action. When an entry is matched in the matching stages, the actions will be merged into the metadata bus, and the actions will be applied when the packet reaches the action apply stage.

Populating the actions into the metadata bus are straightforward, which can be illustrated by the P4 code below:

Expand Down

0 comments on commit 4f45200

Please sign in to comment.