You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support microsecond unit for qos_profiles:tx_queues:random_detect_:ecn:thresholds:units. This is required for AI designs
AVD currently only support below:
threshold:
# Units to be used for the threshold values.
# This should be one of segments, byte, kbytes, mbytes.
units: <str; "segments" | "bytes" | "kbytes" | "mbytes" | "milliseconds"; required>
On DCS-7280SRA-48C6 running 4.30.3M (Jericho)
PS-VAN1-Spine-2(config-qos-profile-RDMA-QOS-PROFILE-txq-3)#random-detect ecn minimum-threshold 10 ?
bytes Set threshold in bytes
kbytes Set threshold in kbytes
mbytes Set threshold in mbytes microseconds Set threshold in microseconds
milliseconds Set threshold in milliseconds
Which component of AVD is impacted
eos_cli_config_gen
Use case example
AI fabrics requires qos profiles with micro-second thresholds. Config from AI fabric customer
Enhancement summary
Support microsecond unit for qos_profiles:tx_queues:random_detect_:ecn:thresholds:units. This is required for AI designs
AVD currently only support below:
threshold:
On DCS-7280SRA-48C6 running 4.30.3M (Jericho)
PS-VAN1-Spine-2(config-qos-profile-RDMA-QOS-PROFILE-txq-3)#random-detect ecn minimum-threshold 10 ?
bytes Set threshold in bytes
kbytes Set threshold in kbytes
mbytes Set threshold in mbytes
microseconds Set threshold in microseconds
milliseconds Set threshold in milliseconds
Which component of AVD is impacted
eos_cli_config_gen
Use case example
AI fabrics requires qos profiles with micro-second thresholds. Config from AI fabric customer
qos profile RDMA-QOS-PROFILE
priority-flow-control on
priority-flow-control priority 3 no-drop
!
tx-queue 3
no priority
bandwidth percent 100
random-detect ecn minimum-threshold 320 microseconds maximum-threshold 480 microseconds max-mark-probability 100
random-detect ecn count
!
tx-queue 6
no priority
!
Describe the solution you would like
Sample:
qos_profiles:
tx_queues:
bandwidth_percent: 100
priority: "no priority"
random_detect:
ecn:
count: true
threshold:
units: "microseconds"
min: 320
max: 480
max_probability: 100
Describe alternatives you have considered
none explored yet
Additional context
No response
Contributing Guide
The text was updated successfully, but these errors were encountered: