Bug 1745818
| Summary: | [virtio-win][netkvm] It shows wrong name for "TesOnly.RXThrottle" on Win7 and Win2008R2 | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 8 | Reporter: | Yu Wang <wyu> |
| Component: | virtio-win | Assignee: | Yvugenfi <yvugenfi> |
| virtio-win sub component: | virtio-win-prewhql | QA Contact: | Yu Wang <wyu> |
| Status: | CLOSED ERRATA | Docs Contact: | |
| Severity: | low | ||
| Priority: | low | CC: | knoel, lijin, lmiksik, yvugenfi |
| Version: | 8.0 | Flags: | knoel:
mirror+
|
| Target Milestone: | rc | ||
| Target Release: | 8.2 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-04-28 16:05:15 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: | |||
|
Description
Yu Wang
2019-08-27 03:01:26 UTC
https://github.com/virtio-win/kvm-guest-drivers-windows/pull/406 1. There was a typo in the parameter name shown to the user. 2. In general "TesOnly.X" parameters are not shown to the user and can only be set by changing registry directly. It was done in order not to confuse the users with debug settings. For some reason "TesOnly.RXThrottle" was kept in INF. 3. The fix removes "TesOnly.RXThrottle" from the GUI settings. It still can be set in the registry if needed. 4. The verification after the fix should test that the "TesOnly.RXThrottle" is not shown in the device manager after the driver is installed. Verified on latest driver (virtio-win-prewhql-174) Guest OS: win7-74, win8-32, win2016 and win2019 "TesOnly.RXThrottle" is not shown in the device manager and no "NumberOfHandledRXPackersInDPC" after typing "netsh netkvm show parameters name" So this bug has been fixed , I will change it to verified. Thanks Yu Wang 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://access.redhat.com/errata/RHEA-2020:1757 |