-
Notifications
You must be signed in to change notification settings - Fork 129
[catpowder] Enhancement: XDP refactor and bug fixes #1522
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
base: dev
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 13 out of 13 changed files in this pull request and generated 1 comment.
libos = catpowder
|
libos = catnap
|
libos = catnip
|
c19faef
to
af863da
Compare
libos = catpowder
|
libos = catnap
|
libos = catnip
|
…lated to BufferPool
af863da
to
b20e1da
Compare
libos = catpowder
|
libos = catnap
|
libos = catnip
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me. I mostly looked at the changes outside of the catpowder/win directory.
This PR fixes several bugs in the XDP backend related to BufferPool population, specifically w.r.t. XDP-for-Windows' rules for truncation of buffers at the end of the pool. It also adds the ability to send out backend on the VF by default, rather than the default interface. Finally, it refactors and componentizes parts of the backend. The last point should be especially useful for the cohosting component, as it can be reused for the catnip backend.