Skip to content

Commit

Permalink
[Mellanox] Provide qos parameters for packet size and 40G 40m (#1709)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenxs authored and yxieca committed Jun 9, 2020
1 parent 679dc84 commit 0daf720
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions ansible/vars/qos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,43 @@ qos_params:
pkts_num_trig_pfc: 22038
pkts_num_trig_ingr_drp: 22115
cell_size: 96
packet_size: 300
wm_q_shared_lossless:
dscp: 3
ecn: 1
queue: 3
pkts_num_fill_min: 0
pkts_num_trig_ingr_drp: 22115
cell_size: 96
40000_40m:
pkts_num_leak_out: 0
xoff_1:
dscp: 3
ecn: 1
pg: 3
pkts_num_trig_pfc: 22038
pkts_num_trig_ingr_drp: 22190
xoff_2:
dscp: 4
ecn: 1
pg: 4
pkts_num_trig_pfc: 22038
pkts_num_trig_ingr_drp: 22190
wm_pg_headroom:
dscp: 3
ecn: 1
pg: 3
pkts_num_trig_pfc: 22038
pkts_num_trig_ingr_drp: 22190
cell_size: 96
packet_size: 300
wm_q_shared_lossless:
dscp: 3
ecn: 1
queue: 3
pkts_num_fill_min: 0
pkts_num_trig_ingr_drp: 22190
cell_size: 96
xon_1:
dscp: 3
ecn: 1
Expand Down Expand Up @@ -105,6 +135,7 @@ qos_params:
pkts_num_fill_min: 0
pkts_num_trig_egr_drp: 67965
cell_size: 96
packet_size: 300
wm_q_shared_lossy:
dscp: 1
ecn: 1
Expand Down

0 comments on commit 0daf720

Please sign in to comment.