Bug 1842467
Summary: | [NetKVM] HLK: For Window Server 2019 the “*JumboPacket” standardized keyword in the Windows Registry is currently used for setting the MTU size | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | Yvugenfi <yvugenfi> |
Component: | virtio-win | Assignee: | ybendito |
virtio-win sub component: | virtio-win-prewhql | QA Contact: | Yu Wang <wyu> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | medium | ||
Priority: | unspecified | CC: | jinzhao, juzhang, kanderso, leiyang, lijin, mdean, vrozenfe, ybendito, yvugenfi |
Version: | 8.3 | Keywords: | RFE |
Target Milestone: | rc | ||
Target Release: | 8.0 | ||
Hardware: | All | ||
OS: | Windows | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-02-16 14:24:38 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
Yvugenfi@redhat.com
2020-06-01 10:31:19 UTC
Merged to upstream https://github.com/virtio-win/kvm-guest-drivers-windows/commit/91594594ccdb10625859d67c463cad56e990b891 (In reply to ybendito from comment #1) > Merged to upstream > https://github.com/virtio-win/kvm-guest-drivers-windows/commit/ > 91594594ccdb10625859d67c463cad56e990b891 Hi Yan, If possible I can get a test build and verify steps? I want to try add a new case to our test plan. Thanks~ Peixiu (In reply to Peixiu Hou from comment #4) > (In reply to ybendito from comment #1) > > Merged to upstream > > https://github.com/virtio-win/kvm-guest-drivers-windows/commit/ > > 91594594ccdb10625859d67c463cad56e990b891 > > Hi Yan, > > If possible I can get a test build and verify steps? > I want to try add a new case to our test plan. > > Thanks~ > Peixiu Hi Peixiu, Sorry, there is still no downstream build available. Best regards, Yan. (In reply to Peixiu Hou from comment #4) > (In reply to ybendito from comment #1) > > Merged to upstream > > https://github.com/virtio-win/kvm-guest-drivers-windows/commit/ > > 91594594ccdb10625859d67c463cad56e990b891 > > Hi Yan, > > If possible I can get a test build and verify steps? > I want to try add a new case to our test plan. > > Thanks~ > Peixiu When the BZ becomes modified, there are 2 things to verify this BZ: 1. Regular HCK 2. Get/Set jumbo frames configuration using powershell, see for example https://blog.workinghardinit.work/2012/06/11/configuring-jumbo-frames-with-powershell-in-windows-server-2012/ (In reply to ybendito from comment #6) > (In reply to Peixiu Hou from comment #4) > > (In reply to ybendito from comment #1) > > > Merged to upstream > > > https://github.com/virtio-win/kvm-guest-drivers-windows/commit/ > > > 91594594ccdb10625859d67c463cad56e990b891 > > > > Hi Yan, > > > > If possible I can get a test build and verify steps? > > I want to try add a new case to our test plan. > > > > Thanks~ > > Peixiu > > When the BZ becomes modified, there are 2 things to verify this BZ: > 1. Regular HCK > 2. Get/Set jumbo frames configuration using powershell, see for example > https://blog.workinghardinit.work/2012/06/11/configuring-jumbo-frames-with- > powershell-in-windows-server-2012/ Got it, thanks a lot~ Peixiu The cnages are in virtio-win-prewql 190 : https://brewweb.engineering.redhat.com/brew/buildinfo?buildID=1383208 Hi, Yuri Regarding the replacement of the MTU keyword with JumboPacket, I have a question that needs your help: 1.Is it possible to set the value of JumboPacket through netsh command? If so, can you tell me the specific usage? Best Regards Lei Yang 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 (virtio-win bug fix and enhancement update), 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-2021:0535 (In reply to Lei Yang from comment #14) > Hi, Yuri > > Regarding the replacement of the MTU keyword with JumboPacket, I have a > question that needs your help: > 1.Is it possible to set the value of JumboPacket through netsh command? If > so, can you tell me the specific usage? IMO yes, this should be possible as well as any other parameter of NETKVM specified in the INF/registry You should use "*JumboPacket" parameter name and take in account that this is (MTU + 14), i.e. for MTU=9000 you should use "*JumboPacket" of 9014 > > Best Regards > Lei Yang |