-
Notifications
You must be signed in to change notification settings - Fork 748
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
support netkit #930
support netkit #930
Conversation
netkit device is merged to Linux upstream: https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git/commit/?id=22360fad5889cbefe1eca695b0cc0273ab280b56 this PR add support to manage a netkit device in Golang authored-by: tangchen <[email protected]>
This netkit device was merged to Linux upstream by @borkmann |
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 great, thanks for working on this!
Cc @aboch 👋 |
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!
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.
@chent1996 Looks great. I was about to make the same PR, but your work looks more exhaustive. Thank you.
LGTM |
Pull in recent additions to the netlink go library, that is, support for setting TCA_FQ_PLIMIT and managing netkit driver (future work). Signed-off-by: Daniel Borkmann <[email protected]> Link: vishvananda/netlink#929 Link: vishvananda/netlink#930
Pull in recent additions to the netlink go library, that is, support for setting TCA_FQ_PLIMIT and managing netkit driver (future work). Signed-off-by: Daniel Borkmann <[email protected]> Link: vishvananda/netlink#929 Link: vishvananda/netlink#930
Pull in recent additions to the netlink go library, that is, support for setting TCA_FQ_PLIMIT and managing netkit driver (future work). Signed-off-by: Daniel Borkmann <[email protected]> Link: vishvananda/netlink#929 Link: vishvananda/netlink#930
Pull in recent additions to the netlink go library, that is, support for setting TCA_FQ_PLIMIT and managing netkit driver (future work). Signed-off-by: Daniel Borkmann <[email protected]> Link: vishvananda/netlink#929 Link: vishvananda/netlink#930
this PR add support to manage a netkit device in Golang
authored-by: tangchen [email protected]