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

Backup function in BPF schedulers #393

Closed
AlejandraOliver opened this issue Apr 20, 2023 · 2 comments
Closed

Backup function in BPF schedulers #393

AlejandraOliver opened this issue Apr 20, 2023 · 2 comments
Labels

Comments

@AlejandraOliver
Copy link

AlejandraOliver commented Apr 20, 2023

Hi, I was wondering if BPF schedulers will soon have a backup function, ie:
if I have three interfaces (one is to make the connection to the other machine, another one is declared as subflow and the last one as backup). If the active interface goes down, the second one (subflow) should be activated and if this one also goes down, the backup interface should be activated to transmit and receive the data.

Right now, I am trying with the different schedulers (bpf_rr, bpf_red, bpf_first, bpf_bkup) and even with the default, and in none of them this happens, so I imagine that they are still in process and this function is not yet incorporated. Is it so?

Thanks!!

@matttbe
Copy link
Member

matttbe commented Apr 21, 2023

Hi @AlejandraOliver

The BPF packet schedulers work is on old for the moment because there are some API changes that are required, see #350 and #75

Clearly, the demo schedulers from the BPF selftests don't implement all required features, waiting for someone to add them. In theory, the bpf_bkup one should only send data to the non backup ones.

@AlejandraOliver
Copy link
Author

Ok, Thanks!!

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