You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
what are the current Packet Scheduler , Path Manager and Congestion Control available in MPTCP in the latest linux kernel version . If possible can you give changes in MPTCP in linux kernel version 5.19 and the linux kernel version 6.2 or latest 6.4.1.
As I am working under MPTCP project so I need this information.
The text was updated successfully, but these errors were encountered:
Hello @matttbe, I see, several commits for mptcp bpf schedulers (bpf_rr, bpf_red, bpf_first). Are those schedulers have been completly developed? If so, how can we configure to use them in the development-repo kernel built?
Are those schedulers have been completly developed?
In short: no. These are just some "toys" to help developing the infrastructure. They don't support all cases and more work is still needed, see #350.
If so, how can we configure to use them in the development-repo kernel built?
If you want to contribute to the MPTCP BPF packet schedulers, you will need to compile the kernel yourself and then compile the BPF selftests (cd tools/testing/selftests/bpf && make).
More explanations are available there: #336 (comment) (see the replies below)
what are the current Packet Scheduler , Path Manager and Congestion Control available in MPTCP in the latest linux kernel version . If possible can you give changes in MPTCP in linux kernel version 5.19 and the linux kernel version 6.2 or latest 6.4.1.
As I am working under MPTCP project so I need this information.
The text was updated successfully, but these errors were encountered: