-
Notifications
You must be signed in to change notification settings - Fork 106
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 support for ETHTOOL Ring option in Network Role #355
Conversation
please rebase to latest |
If this PR is for a new feature, could you add something to the README.md to describe the new feature? |
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.
Hi! Thanks for this work. Please, could check why the CI is failing? In addition, it would be nice to have a detailed description in the commit message.
Thank you!
@liangwen12year this should be rather easy to add but the PR is very outdated. It seems to contain changes that were already added. |
55382d8
to
698d723
Compare
This pull request introduces 1 alert when merging 698d723 into c2e83b1 - view on LGTM.com new alerts:
|
698d723
to
b80917c
Compare
This pull request introduces 1 alert when merging b80917c into c2e83b1 - view on LGTM.com new alerts:
|
32e3adb
to
3ccda62
Compare
3ccda62
to
f04c6b0
Compare
Detailed description added, PR was rebased, conflict resolved, CI failure fixed. Thanks! |
2a05a17
to
398ccf1
Compare
[citest pending] |
Pull Request Test Coverage Report for Build 828078048
💛 - Coveralls |
[citest pending] |
[citest bad] |
[citest pending] |
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.
Other than my nit, it looks good. Thanks! Please, could you include more information on the commit message. One ethtool ring example would be great, thanks!
Added ring example to the commit message.Thanks. |
ETHTOOL Ring option is not supported by NetworkManager until NM 1.25.2. Currently, ETHTOOL Ring option is not suppored by Network role, so enable the support for ETHTOOL Ring option. Configure ethtool ring option via: ```yaml network_connections: - name: testnic1 type: ethernet state: up ip: dhcp4: no auto6: no ethtool: ring: rx: 128 rx_jumbo: 128 rx_mini: 128 tx: 128 ``` Signed-off-by: Wen Liang <[email protected]>
[citest bad] |
Signed-off-by: Wen Liang [email protected]