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

fq: Fix to set missing TCA_FQ_PLIMIT attribute #929

Merged
merged 1 commit into from
Nov 27, 2023

Conversation

borkmann
Copy link
Contributor

The qdiscPayload() function was missing the TCA_FQ_PLIMIT attribute for the Fq Qdisc. Therefore, it could not be changed via the library. Fix this up, so that QdiscReplace() with different qdisc.PacketLimit works now.

The qdiscPayload() function was missing the TCA_FQ_PLIMIT attribute
for the Fq Qdisc. Therefore, it could not be changed via the library.
Fix this up, so that QdiscReplace() with different qdisc.PacketLimit
works now.

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
@borkmann
Copy link
Contributor Author

Hi 👋 @aboch, if you get a chance, please take a look. :)

@aboch
Copy link
Collaborator

aboch commented Nov 27, 2023

LGTM

@aboch aboch merged commit d649c02 into vishvananda:main Nov 27, 2023
2 checks passed
borkmann added a commit to cilium/cilium that referenced this pull request Dec 1, 2023
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
borkmann added a commit to cilium/cilium that referenced this pull request Dec 1, 2023
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
github-merge-queue bot pushed a commit to cilium/cilium that referenced this pull request Dec 1, 2023
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
pjablonski123 pushed a commit to pjablonski123/cilium that referenced this pull request Dec 15, 2023
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants