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
Allow configuration of RSS interface profiles on SFE (Software Forwarding Engine) based hardware platforms such as AWE-5310, AWE-7230R -> CouncilBluffs platform AWE-5510, AWE-7250R -> Independence platform
This feature is not supported on other SFE based hardware platforms or virtualized hardware platforms such as KVM, CloudEOS on AWS, etc.
eos_cli_config_gen, eos_designs
Target CLI below: Configure a list of RSS profiles Allow selection of one such profile to be applied to the system
Allow end-user to configure one or more RSS profiles and hint which profile needs to be applied
Did not explore this. We need to add support on both eos_designs and eos_cli_config_gen roles for this.
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Enhancement summary
Allow configuration of RSS interface profiles on SFE (Software Forwarding Engine) based hardware platforms such as
AWE-5310, AWE-7230R -> CouncilBluffs platform
AWE-5510, AWE-7250R -> Independence platform
This feature is not supported on other SFE based hardware platforms or virtualized hardware platforms such as KVM, CloudEOS on AWS, etc.
Which component of AVD is impacted
eos_cli_config_gen, eos_designs
Use case example
Target CLI below:
Configure a list of RSS profiles
Allow selection of one such profile to be applied to the system
===
platform sfe interface
interface profile amsProf1
!
profile amsProf1
interface Ethernet1/1
rx-queue count 5
rx-queue worker 1-3,6,9
!
interface Ethernet1/10
rx-queue count 2
!
interface Ethernet1/16
!
profile amsProf2
interface Ethernet1/5
rx-queue count 3
rx-queue worker 5
rx-queue mode exclusive
!
Describe the solution you would like
Allow end-user to configure one or more RSS profiles and hint which profile needs to be applied
Describe alternatives you have considered
Did not explore this.
We need to add support on both eos_designs and eos_cli_config_gen roles for this.
Additional context
No response
Contributing Guide
The text was updated successfully, but these errors were encountered: