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