Skip to content

Commit

Permalink
Fix wrong word in allowed word list. (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
r12f authored Dec 6, 2023
1 parent 2b1584b commit 275f1d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,6 @@ TcpSynPacket
TDI
Teamd
teardown
techonology
templating
TEP
testbed
Expand Down
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 @@ -61,7 +61,7 @@ DASH-SAI pipeline is designed to work as a general purpose network function pipe
DASH-SAI APIs are designed to be generic, with the intent to set up the data path in different ways as needed.

- The simplest way to set up the data path is to use the DASH-SAI APIs to create your pipeline and offload all your policy to ASIC.
- If your application requires more advanced policy, then the techonology provider could also provide a inbox data plane app to implement these policies. And still, this is transparent to the upper layer, everything is hidden under the SAI level.
- If your application requires more advanced policy, then the technology provider could also provide a inbox data plane app to implement these policies. And still, this is transparent to the upper layer, everything is hidden under the SAI level.
- If even more customized or complicated pipelines are needed for certain traffic, we could also provide our own customized data plane app and use the DASH policy to instruct the ASIC to trap these packets up when they shows up.

## 3. Packet Structure
Expand Down

0 comments on commit 275f1d2

Please sign in to comment.