We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We are looking to replicate AI deployment. There is a new qos scheduler profile that improves latency in R3 series as described in this TOI:
https://www.arista.com/en/support/toi/eos-4-33-1f/21081-low-latency-tx-queue-scheduler-profile
The following commands are required:
platform fap voq credit rates unified
The scheduler profile can be configured either globally per traffic class or per interface and tx-queue. Global:
qos tx-queue <0-7> scheduler profile responsive
Per interface
interface Ethernet<X> tx-queue <0-7> scheduler profile responsive
eos_cli_config_gen
R3 AI deployments
Configure these commands via eos_cli_config_gen for R3 platforms.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Enhancement summary
We are looking to replicate AI deployment. There is a new qos scheduler profile that improves latency in R3 series as described in this TOI:
https://www.arista.com/en/support/toi/eos-4-33-1f/21081-low-latency-tx-queue-scheduler-profile
The following commands are required:
The scheduler profile can be configured either globally per traffic class or per interface and tx-queue.
Global:
Per interface
Which component of AVD is impacted
eos_cli_config_gen
Use case example
R3 AI deployments
Describe the solution you would like
Configure these commands via eos_cli_config_gen for R3 platforms.
Describe alternatives you have considered
No response
Additional context
No response
Contributing Guide
The text was updated successfully, but these errors were encountered: