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

Add LinkSetTxQLen #257

Merged
merged 1 commit into from
Sep 6, 2017
Merged

Add LinkSetTxQLen #257

merged 1 commit into from
Sep 6, 2017

Conversation

danwinship
Copy link
Contributor

The library currently lets you set txqlen at link creation time but doesn't let you modify it afterward. OpenShift wants to be able to do this so that it can belatedly fix the txqlen of veths created by docker. (Right now it has to exec "ip link set".)

@danwinship
Copy link
Contributor Author

travis failed, but it's not related to this patch. seems to be test flakiness of some sort

@vishvananda
Copy link
Owner

it looks like a few of the tests are failing on the new trusty ci runners. I haven't had time to investigate yet.

@tfukushima tfukushima mentioned this pull request Aug 28, 2017
@vishvananda vishvananda merged commit 8a610f1 into vishvananda:master Sep 6, 2017
openshift-merge-robot added a commit to openshift/origin that referenced this pull request Sep 18, 2017
Automatic merge from submit-queue (batch tested with PRs 15834, 16321, 16353, 15298, 15433)

Drop pkg/util/ipcmd, port to vishvananda/netlink (mostly)

This drops our wrapper around /sbin/ip and ports the remaining code to use the netlink library instead.

Except for the one place we were using ipcmd in pod_linux because netlink doesn't yet have a `LinkSetTxQLen`. I've submitted a PR for that (vishvananda/netlink#257) but until then, I just changed the code to call `exec` directly.
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