Skip to content

Is it possible to set service curve for individual flows? #111

@litaihei1

Description

@litaihei1

Question / Feature Request

I would like to know if it's possible to configure a service curve for individual flows at a specific server, rather than only having a total service curve for the server.

Current Understanding

From the codebase, I can see that:

  • Server class has a service_curve field representing the total service curve
  • Individual flow service curves are computed as leftover service curves: β_lo = β - α_cross
  • There doesn't seem to be a way to directly specify a service curve for a specific flow at a specific server

Use Case

  • Different flows need different service guarantees at the same server

Questions

  1. Is there an existing way to achieve this that I might have missed?
  2. If not, is there a plan to support per-flow service curve configuration?
  3. Would this be a reasonable feature to add, or is there a design reason why it's not supported?

Thank you for your time and consideration!
Li Yunpeng

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions