Skip to content

Commit

Permalink
[Chassis][Voq][Qos]qos_yaml updated for 400G (sonic-net#14802)
Browse files Browse the repository at this point in the history
Fixing intermittent failure in lossy queue by adjusting the pkts_num_trig_egr_drp for 'broadcom-dnx' t2 chassis.
Updation on the original PR # sonic-net#14585

Summary:
Fixes # (issue)

Type of change
 Bug fix
 Testbed and Framework(new/improvement)
 Test case(new/improvement)
Back port request
 202012
 202205
 202305
 202311
 202405
Approach
What is the motivation for this PR?
How did you do it?
Since the pkts_num_leakout is more for 100G.Adjusting the count of pkt sent to trigger egress drop.

How did you verify/test it?
Executed the qos test and verify.
  • Loading branch information
ansrajpu-git authored and yutongzhang-microsoft committed Nov 21, 2024
1 parent 718ba30 commit 7d1f0a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/qos/files/qos_params.j2c.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ qos_params:
dscp: 8
ecn: 1
pg: 0
pkts_num_trig_egr_drp: 2179900
pkts_num_trig_egr_drp: 2179770
pkts_num_margin: 100
wm_pg_shared_lossless:
dscp: 3
Expand All @@ -497,7 +497,7 @@ qos_params:
ecn: 1
pg: 0
pkts_num_fill_min: 0
pkts_num_trig_egr_drp: 2179900
pkts_num_trig_egr_drp: 2179770
packet_size: 64
cell_size: 4096
pkts_num_margin: 40
Expand All @@ -523,7 +523,7 @@ qos_params:
ecn: 1
queue: 0
pkts_num_fill_min: 0
pkts_num_trig_egr_drp: 2179900
pkts_num_trig_egr_drp: 2179770
cell_size: 4096
wm_buf_pool_lossy:
dscp: 8
Expand Down

0 comments on commit 7d1f0a0

Please sign in to comment.