From ab68678537048fa65abdd36fe1e3247ae1eedcae Mon Sep 17 00:00:00 2001 From: Junhua Zhai Date: Tue, 20 Aug 2024 16:39:25 +0000 Subject: [PATCH] Fix spelling check error --- .wordlist.txt | 14 ++++++++++++++ .../dataplane/dash-bmv2-data-plane-app.md | 6 +++--- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/.wordlist.txt b/.wordlist.txt index 44ec48bb5..985a62317 100644 --- a/.wordlist.txt +++ b/.wordlist.txt @@ -100,6 +100,8 @@ configs Conntrack Containerlab CP +cpu +CPU CreatedHalfOpenFlow CreatedOtherFlow CreatedTcpFlow @@ -120,6 +122,7 @@ CurrentUdpFlow customizable Cx cyberithub +dashsai dashsubmodule DASHOrch dashorch @@ -146,6 +149,7 @@ decap'ing decaps deliverables DemoDays +dequeue designator DEST dest @@ -171,6 +175,8 @@ dockerized DoS DotNet downcasting +dpapp +DPAPP DPDK DPU dpu @@ -220,6 +226,7 @@ enum EPUs EPYC ethernet +EtherType executables ExpressRoute extern @@ -229,6 +236,7 @@ failovers fakesai FastPath fc +FDio FEC ffe FINPackets @@ -315,6 +323,7 @@ Jinja jitter journaled json +Junhua keepalive keepalives Keysight @@ -507,6 +516,7 @@ routable RPC RPCs RPF +RSS RST RSTPackets RSTs @@ -695,6 +705,9 @@ vport VPort vPORT VPorts +vpp +VPP +vppctl VTEP VTEPs VxLAN @@ -738,6 +751,7 @@ Gan Ze AppDBMemoryEstimation Ivantsiv +Zhai Zhixiong Niu validonly diff --git a/documentation/dataplane/dash-bmv2-data-plane-app.md b/documentation/dataplane/dash-bmv2-data-plane-app.md index cf7a3291a..e747874fd 100644 --- a/documentation/dataplane/dash-bmv2-data-plane-app.md +++ b/documentation/dataplane/dash-bmv2-data-plane-app.md @@ -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 @@ -295,13 +295,13 @@ The below table lists all test cases, all of which must be scripted based on DAS
  1. Same test steps as test case 1.2
  2. Update outbound CA->PA mapping via SAI
  3. -
  4. Verify underly DIP is changed in CA entry of table outbound_ca_to_pa
  5. +
  6. Verify underlay DIP is changed in CA entry of table outbound_ca_to_pa
  7. Get flow attr UNDERLAY_DIP via SAI flow get
  8. Verify the above attr value unchanged
  9. Send TCP DATA packet
  10. Get flow attr UNDERLAY_DIP again via SAI flow get
  11. Verify the attr value changed to new PA
  12. -
  13. Triger multiple flows of one eni
  14. +
  15. Trigger multiple flows of one eni
  16. Set eni attr FULL_RESIMULATION_REQ via SAI