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

Ideas for egress traffic shaping #1124

Open
wangxf1987 opened this issue Mar 16, 2018 · 0 comments
Open

Ideas for egress traffic shaping #1124

wangxf1987 opened this issue Mar 16, 2018 · 0 comments

Comments

@wangxf1987
Copy link
Contributor

Description

Contiv can be set the ingress rate limit and use the openvswitch port, that openvswitch have the
implement for ports.
However, some specical applications need to implement egress traffic shaping.

Expected Behavior

  1. modify the CreatePort method in the ovsdbDriver.go
  2. Add a actual para for egress.
  3. check the para, if not none, that create queue for the special interface.
  4. return d.performOvsdbOps(operations)
  5. it's may be need to modify delete port method.

Observed Behavior

  1. use the policing do the traffic rate limit.
  2. use the queue of shaping do the egress traffic shaping.

Steps to Reproduce (for bugs)

  1. modify the CreatePort method in the ovsdbDriver.go
  2. Add a actual para for egress.
  3. check the para, if not none, that create queue for the special interface.
  4. return d.performOvsdbOps(operations)
  5. it's may be need to modify delete port method.

Your Environment

contiv latest version

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

1 participant