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

Add XDP/eBPF mode #315

Closed
ydahhrk opened this issue Jan 2, 2020 · 1 comment
Closed

Add XDP/eBPF mode #315

ydahhrk opened this issue Jan 2, 2020 · 1 comment

Comments

@ydahhrk
Copy link
Member

ydahhrk commented Jan 2, 2020

Someone requested this feature in the 2020 survey.

I think it's supposed to be a new operation mode, akin to netfilter/iptables/nftables/driver, though it seems this one would operate on userspace. I don't know much about it yet, but it appears to overlap with the DPDK gimmick suggested here.

My standing is that Jool is presently quite married to the kernel's packet representation and its (often obnoxiously intrusive) quirks, and XDP/eBPF seems to have a different (although much better) one, so implementing this mode will be a lot of work.

I would definitely postpone this feature, at least until nftables and device driver are taken care of.

@ydahhrk
Copy link
Member Author

ydahhrk commented Feb 18, 2021

It doesn't look like this is going to evolve; closing.

@ydahhrk ydahhrk closed this as completed Feb 18, 2021
@ydahhrk ydahhrk removed the Status: Not Started Progress is 0% label Feb 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant