Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating ingress drop counters for 100G_120k profile in qos #10146

Merged
merged 1 commit into from
Oct 2, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions tests/qos/files/qos_params.j2c.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -327,14 +327,14 @@ qos_params:
ecn: 1
pg: 3
pkts_num_trig_pfc: 37449
pkts_num_trig_ingr_drp: 55808
pkts_num_trig_ingr_drp: 216064
pkts_num_margin: 100
xoff_2:
dscp: 4
ecn: 1
pg: 4
pkts_num_trig_pfc: 37449
pkts_num_trig_ingr_drp: 55808
pkts_num_trig_ingr_drp: 216064
pkts_num_margin: 100
hdrm_pool_size:
dscps: [ 3, 4 ]
Expand All @@ -351,7 +351,7 @@ qos_params:
ecn: 1
pg: 3
pkts_num_trig_pfc: 37449
pkts_num_trig_ingr_drp: 55808
pkts_num_trig_ingr_drp: 216064
cell_size: 4096
pkts_num_margin: 30
xon_1:
Expand Down Expand Up @@ -397,7 +397,7 @@ qos_params:
ecn: 1
queue: 3
pkts_num_fill_min: 0
pkts_num_trig_ingr_drp: 55808
pkts_num_trig_ingr_drp: 216064
cell_size: 4096
wm_buf_pool_lossless:
dscp: 3
Expand All @@ -406,7 +406,7 @@ qos_params:
queue: 3
pkts_num_fill_ingr_min: 0
pkts_num_trig_pfc: 37549
pkts_num_trig_ingr_drp: 55808
pkts_num_trig_ingr_drp: 216064
pkts_num_fill_egr_min: 8
cell_size: 4096
wm_q_shared_lossy:
Expand Down