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

Test and Add MPTCP Schedulers #522

Closed
tiagojoseas opened this issue Oct 14, 2024 · 2 comments
Closed

Test and Add MPTCP Schedulers #522

tiagojoseas opened this issue Oct 14, 2024 · 2 comments
Labels

Comments

@tiagojoseas
Copy link

tiagojoseas commented Oct 14, 2024

Hello,
Not really a issue, but more of opinion question, I am currently doing my dissertation and i am trying to test the different schedulers and trying to implement my own. For what i saw, a lot of works use the old MPTCP, based on Kernel 5.4 to do that work, my question is: is that possible to do that on the new version already? Or that only will be possible on kernel 6.13/6.14 #517? Is there any way that can add my scheduler?

Thanks in advance!!

@matttbe
Copy link
Member

matttbe commented Oct 14, 2024

Hello,

As mentioned on the ticket #517 you mentioned, referencing #75, this work is still in progress. There are different "toy" packet schedulers implemented in BPF in our development branch, but they need further development, as mentioned in the other tickets.

You can test them if you compile the export branch, but they are not ready yet, e.g.:

bpftool struct_ops register mptcp_bpf_rr.bpf.o
sysctl net.mptcp.scheduler=bpf_rr

I suggest closing the ticket, as it looks like a duplicated issue. If not, please tell us.

@matttbe matttbe closed this as completed Oct 14, 2024
@tiagojoseas
Copy link
Author

Thanks for your reply @matttbe!

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

No branches or pull requests

2 participants