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

Hi, can I use EosSdk to shape the rate of a group of queues in a port? #45

Open
btlcmr0702 opened this issue Mar 19, 2018 · 3 comments
Open

Comments

@btlcmr0702
Copy link

Hi
I find the original Eos can only support traffic shape on a queue or a whole port. It can't support shape on a group of ports or queues.
So I wonder can i implement these with powerful EosSdk?

@rmadsen
Copy link
Contributor

rmadsen commented Mar 21, 2018

Hi @btlcmr0702 - EOS SDK lets you program policy maps and assign them to one or more ports. I'm not sure what you mean by "shaping a group of ports." Can you elaborate?

@btlcmr0702
Copy link
Author

btlcmr0702 commented Mar 21, 2018 via email

@aparnaka
Copy link

There is no readily available EosSdk API to configure all ports or queues at once.

If you wish to configure the same parameters on a group of ports or queues, you could do so programmatically using EosSdk. It will have to be done by repeating the API with the same parameters for each port or each queue on a port.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants