Skip to content

Commit 62aa374

Browse files
committed
Added ICMP packet format
Signed-off-by: Manas Kumar Mandal <[email protected]>
1 parent 398b0a3 commit 62aa374

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

doc/dualtor/ICMP_Hardware_Offload_and_Protecion.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@ With introduction of ICMP hardware offload a new config knob **[prober_type]** i
109109
* **Enhanced Session Management:** LinkMgrd creates and manages both NORMAL sessions (for sending ICMP requests) and RX sessions (for monitoring peer responses) with different timer configurations
110110
* **Hardware Capability Detection:** LinkMgrd detects platform hardware offload capabilities before creating hardware sessions, falling back to software mode if hardware support is unavailable
111111

112+
Following diagram describes ICMP packet format used in the hardware offload.
113+
<div align="left"> <img src=image/icmp_pkt_format.png width=700 /> </div>
114+
112115
#### Session cookie
113116
Session cookie is used by NPU to distinguish between software ICMP packets and ICMP packets that needs to be handled by the offload engine in NPU. LinkMgrd will use separate cookies for software and hardware based sessions.
114117

75.9 KB
Loading

0 commit comments

Comments
 (0)