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

Run multiple CCP algorithms in the same node at the same time #6

Open
bhatramya opened this issue Jun 4, 2021 · 2 comments
Open

Run multiple CCP algorithms in the same node at the same time #6

bhatramya opened this issue Jun 4, 2021 · 2 comments

Comments

@bhatramya
Copy link

Hi,

I am currently using CCP for my work. I would like to run two different algorithms say reno.py and cubic.py of CCP in the same node at the same time for two different flows. Is this feature available in CCP? Or please suggest me the necessary changes to enable this feature.

Thanks and regrads,
Ramya

@fcangialosi
Copy link
Member

Hi Ramya,

Glad to hear that you're using CCP for your work!

With the current version on master, it's not possible to use different algorithms for different flows
You might be in luck! Running different algorithms for different flows is something we are currently in the process of adding. We've made the change inside CCP itself (run-multiple-rebased branch on portus), but we haven't yet propagated it to all the downstream projects dependent on CCP, such as generic-cong-avoid, python bindings, ccp-kernel etc.

If you can let us know your specific use case and time line we can do our best to make it work out for you.

  • which datapath are you using? linux kernel or something else?
  • are you using generic-cong-avoid or writing your own algorithm?
  • are you planning to use the python bindings or are you ok writing an algorithm in rust?

Also, we're always interested to hear how people are using CCP in their work, so please keep us updated!

@bhatramya
Copy link
Author

Hi Frank,

  • I am using Linux kernel.
  • Currently I am using generic-cong-avoid, in future I would like to write my own algorithm.
  • As of now I am using python and haven't explored the rust programming.

I am happy to hear that you are already working on that! I do not have any specific timeline, so please take you time. :)

I will soon let you know about my work!

Thanks and regards,
Ramya

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

2 participants