Skip to content

Commit

Permalink
Update hero-implementation-details.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mgheorghe authored Oct 7, 2024
1 parent 67914ed commit e79a6ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ smart switch latency = 2 x NPU latency + DPU latency

Latency is mostly a metric for fast path performance. Since we collect min/avg/max, max value in most cases will be impacted by the slow path. that first packet that arrives may have the highest latency.

If slow path latency is desired configure random source/dest ports this way each packet will be a new flow and will hit the slow path only. care must be taken to send a fixed number of packets not exceeding the flow table size.
If slow path latency is desired configure random source/dest ports this way each packet will be a new flow and will hit the slow path only. Care must be taken to send a fixed number of packets not exceeding the flow table size.

### Throughput

Expand Down

0 comments on commit e79a6ed

Please sign in to comment.