This performance problem has nothing to do with OpenEdge, the underlying architecture is transparent to our communication layers. The following information is recorded as a known 'first step' advice, after-which Vendor engagement is required to further assist.
The first troubleshooting step is to ensure that the adapter driver and
firmware are up to date on the Hyper-V host.
If the adapter driver and firmware are up to date and the problem persists:
1. Disable VMQ on the network adapters: To disable VMQ on a virtual switch, use the Set-VMNetworkAdapter PowerShell:
$ Set-VMNetworkAdapter –ManagementOS -Name <VirtualNetworkAdapterName> -VmqWeight 0
To disable VMQ on a physical network adapter:
Uncheck the appropriate box in the Advanced tab of the network adapter's properties page
2. Change the MAC addresses of the virtual switch(es)Either Modify in Hyper-V Manager or use one of the following
Set-VMNetworkAdapter PowerShell cmdlets:
Use a static MAC address:
$ Set-VMNetworkAdapter –ManagementOS -Name <VirtualNetworkAdapterName> -StaticMacAddress <MacAddress>
Use a dynamic MAC address:
$ Set-VMNetworkAdapter –ManagementOS -Name <VirtualNetworkAdapterName> -DynamicMacAddress