Bug 1152539
| Summary: | Add support for ethtool -C to tuned network plugin | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Jeremy Eder <jeder> |
| Component: | tuned | Assignee: | Jaroslav Škarvada <jskarvad> |
| Status: | CLOSED ERRATA | QA Contact: | Tereza Cerna <tcerna> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.2 | CC: | jeder, jscotka, jskarvad, tcerna |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | tuned-2.5.0-1.el7 | Doc Type: | Bug Fix |
| Doc Text: |
Cause:
Previously there was no support for handling of coalescing settings in 'net' plugin.
Consequence:
It wasn't possible to specify coalescing settings for NICs in Tuned profile.
Fix:
The support was added to Tuned.
Result:
Now it is possible to specify coalescing settings. For details see comments in bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1152539
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-11-19 12:20:59 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Comment 1
Jaroslav Škarvada
2015-05-28 19:08:50 UTC
(In reply to Jaroslav Škarvada from comment #1) > This was a bit tricky due to ethtool woes, fixed in > tuned-2.4.1-1.20150528git.el7. > > Usage: > > [net] > coalesce=PARAM1: VALUE1; PARAM2: VALUE2.... > > or > > features=PARAM1 VALUE1, PARAM2 VALUE2 > > or > > features=PARAM1 VALUE1 PARAM2 VALUE2 > > e.g.: > coalesce=adaptive-rx on > > You can also combine the syntax freely, you can mix ':', spaces, ';', ',' > > Repository with builds from git snapshots: > > https://fedorapeople.org/~jskarvad/tuned/devel/repo/tuned.repo > > or you can grab the packages by hand: > > https://fedorapeople.org/~jskarvad/tuned/devel/repo/ Of course the config syntax is: coalesce=.... not features=... copy & paste error :) Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2015-2375.html |