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

Support for Low Latency tx-queue Scheduler Profile #5003

Open
1 task done
dgonzalez85 opened this issue Feb 10, 2025 · 0 comments
Open
1 task done

Support for Low Latency tx-queue Scheduler Profile #5003

dgonzalez85 opened this issue Feb 10, 2025 · 0 comments

Comments

@dgonzalez85
Copy link

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:

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

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

  • I agree to follow this project's Code of Conduct
@dgonzalez85 dgonzalez85 added the type: enhancement New feature or request label Feb 10, 2025
@dgonzalez85 dgonzalez85 changed the title Low Latency tx-queue Scheduler Profile Support for Low Latency tx-queue Scheduler Profile Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants