Bug 707984
| Summary: | TC: GRED in grio mode VQs prio parameter does not work (value doesn't change) | |||
|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Germano Veit Michel <germanovmichel> | |
| Component: | iproute | Assignee: | Petr Šabata <psabata> | |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | |
| Severity: | low | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 13 | CC: | mmaslano, psabata, rvokal | |
| Target Milestone: | --- | |||
| Target Release: | --- | |||
| Hardware: | i386 | |||
| OS: | Linux | |||
| Whiteboard: | ||||
| Fixed In Version: | iproute-2.6.33-9.fc13 | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 709652 (view as bug list) | Environment: | ||
| Last Closed: | 2011-06-15 05:36:23 UTC | Type: | --- | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 709652 | |||
|
Description
Germano Veit Michel
2011-05-26 13:37:57 UTC
I cannot reproduce this in f15, iproute-2.6.38.1-4.fc15.x86_64 Now just to find the fix and backport it to f13 and possibly f14... (In reply to comment #1) > I cannot reproduce this in f15, iproute-2.6.38.1-4.fc15.x86_64 > Now just to find the fix and backport it to f13 and possibly f14... It might be this: diff iproute2-2.6.33/tc/q_gred.c iproute2-2.6.38/tc/q_gred.c 54c54 < struct tc_gred_sopt opt; --- > struct tc_gred_sopt opt = { 0 }; 86c86 < opt.grio=1; --- > opt.grio = 1; 103d102 < memset(&opt, 0, sizeof(struct tc_gred_sopt)); Didn't work for me. Might be a kernel problem... CORRECTION: That did work. I compiled the unpatched version by mistake. Bug solved. Thanks This message is a reminder that Fedora 13 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 13. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '13'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 13's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 13 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping Germano, thanks for looking into that. http://git.kernel.org/?p=linux/kernel/git/shemminger/iproute2.git;a=commit;h=cb4bd0ec8dcba856d1ebf8b3f72b79f669dad0f4 f13/f14 updates are on their way... iproute-2.6.33-9.fc13 has been submitted as an update for Fedora 13. https://admin.fedoraproject.org/updates/iproute-2.6.33-9.fc13 iproute-2.6.35-9.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/iproute-2.6.35-9.fc14 Package iproute-2.6.35-9.fc14: * should fix your issue, * was pushed to the Fedora 14 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing iproute-2.6.35-9.fc14' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/iproute-2.6.35-9.fc14 then log in and leave karma (feedback). iproute-2.6.35-9.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. iproute-2.6.33-9.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report. |