Date: Thu, 01 May 2025 09:47:02 +0000 From: bugzilla-noreply@freebsd.org To: virtualization@FreeBSD.org Subject: [Bug 283352] Hyper-V and VLAN dont work Message-ID: <bug-283352-27103-P3cBrsDkc8@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-283352-27103@https.bugs.freebsd.org/bugzilla/> References: <bug-283352-27103@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283352 --- Comment #6 from Michael <michael.adm@gmail.com> --- The solution to the problem with the new drivers turned out to be quite trivial. Now, enabling the Trunk VF mode is done by adding a new parameter to the network card driver registry parameter branch. https://docs.nvidia.com/networking/display/winof2v25150020/ethernet+network#src-3576232145_EthernetNetwork-ConfiguringtheTrunkModeforVF HKLM\SYSTEM\CurrentControlSet\Control\Class\{4d36e972-e325-11ce-bfc1-08002be10318}\*index* Add parameter name 'TrunkModeForVfEnabled' type 'dword' value '1'. An additional parameter is the range of vlans, parameter name 'TrunkModeForVfMaxVlans' type 'dword' (default value which is '1000') and is range from '1' to '4094'. Maybe this information will be useful to someone. -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-283352-27103-P3cBrsDkc8>
