Skip to content

Commit

Permalink
Fix spelling check error
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyzhai committed Aug 20, 2024
1 parent 56ea32a commit ab68678
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions .wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ configs
Conntrack
Containerlab
CP
cpu
CPU
CreatedHalfOpenFlow
CreatedOtherFlow
CreatedTcpFlow
Expand All @@ -120,6 +122,7 @@ CurrentUdpFlow
customizable
Cx
cyberithub
dashsai
dashsubmodule
DASHOrch
dashorch
Expand All @@ -146,6 +149,7 @@ decap'ing
decaps
deliverables
DemoDays
dequeue
designator
DEST
dest
Expand All @@ -171,6 +175,8 @@ dockerized
DoS
DotNet
downcasting
dpapp
DPAPP
DPDK
DPU
dpu
Expand Down Expand Up @@ -220,6 +226,7 @@ enum
EPUs
EPYC
ethernet
EtherType
executables
ExpressRoute
extern
Expand All @@ -229,6 +236,7 @@ failovers
fakesai
FastPath
fc
FDio
FEC
ffe
FINPackets
Expand Down Expand Up @@ -315,6 +323,7 @@ Jinja
jitter
journaled
json
Junhua
keepalive
keepalives
Keysight
Expand Down Expand Up @@ -507,6 +516,7 @@ routable
RPC
RPCs
RPF
RSS
RST
RSTPackets
RSTs
Expand Down Expand Up @@ -695,6 +705,9 @@ vport
VPort
vPORT
VPorts
vpp
VPP
vppctl
VTEP
VTEPs
VxLAN
Expand Down Expand Up @@ -738,6 +751,7 @@ Gan
Ze
AppDBMemoryEstimation
Ivantsiv
Zhai
Zhixiong
Niu
validonly
Expand Down
6 changes: 3 additions & 3 deletions documentation/dataplane/dash-bmv2-data-plane-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Referring to the below figure from [HA API HLD], it greatly outlines the whole p

![packet flow in data plane](https://github.com/sonic-net/DASH/blob/main/documentation/high-avail/images/ha-bm-packet-flow.svg)

From the perspective of DPAPP, its core task in slow path is to create flow in flow table in case of flow miss in Flow (ConnTrack) lookup stage, and then maintain flow state. The sub sections will depict these functions around flow object.
From the perspective of DPAPP, its core task in slow path is to create flow in flow table in case of flow miss in flow (conntrack) lookup stage, and then maintain flow state. The sub sections will depict these functions around flow object.


### 6.1. DASH metadata
Expand Down Expand Up @@ -295,13 +295,13 @@ The below table lists all test cases, all of which must be scripted based on DAS
<ol>
<li>Same test steps as test case 1.2</li>
<li>Update outbound CA->PA mapping via SAI</li>
<li>Verify underly DIP is changed in CA entry of table outbound_ca_to_pa</li>
<li>Verify underlay DIP is changed in CA entry of table outbound_ca_to_pa</li>
<li>Get flow attr UNDERLAY_DIP via SAI flow get</li>
<li>Verify the above attr value unchanged</li>
<li>Send TCP DATA packet</li>
<li>Get flow attr UNDERLAY_DIP again via SAI flow get</li>
<li>Verify the attr value changed to new PA</li>
<li>Triger multiple flows of one eni</li>
<li>Trigger multiple flows of one eni</li>
<li>Set eni attr FULL_RESIMULATION_REQ via SAI</li>
</ol>
</td>
Expand Down

0 comments on commit ab68678

Please sign in to comment.