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

Softnpu: explore alternatives to DLPI #798

Open
rcgoodfellow opened this issue Oct 18, 2024 · 0 comments
Open

Softnpu: explore alternatives to DLPI #798

rcgoodfellow opened this issue Oct 18, 2024 · 0 comments
Labels
networking Related to networking devices/backends.

Comments

@rcgoodfellow
Copy link
Contributor

Softnpu currently uses DLPI to transit packets between virtual ASIC ports. DLPI is a packet-at-a-time interface. This results in very slow performance through virtual ASICs and a lot of CPU overhead per packet. We should look for something with better performance. Maybe have softnpu be a virtio producer/consumer?

@rcgoodfellow rcgoodfellow added the networking Related to networking devices/backends. label Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
networking Related to networking devices/backends.
Projects
None yet
Development

No branches or pull requests

1 participant