-
Notifications
You must be signed in to change notification settings - Fork 3.4k
cilium: Add a few bwm setting tweaks #29552
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
Conversation
d769206
to
125dfbc
Compare
/test |
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.
LGTM. One small typo: Slighly
-> Slightly
in commit 2 message header
125dfbc
to
5efcf33
Compare
/test |
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, thank you.
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.
Vendor changes 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 <daniel@iogearbox.net> Link: vishvananda/netlink#929 Link: vishvananda/netlink#930
Align the qdisc drop horizon with the one we use in our BPF code, and also bump the buckets_log given they can potentially cause scalability issue. The rest remains with the defaults. Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Update the doc with a note that it is strongly recommended to use it only in combination with BPF host routing. Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
5efcf33
to
d80a4ee
Compare
(rebase to latest main to bring in ci fixes, rest unchanged) |
/test |
(see commit desc)