hv_netvsc (4)
Leading comments
$FreeBSD: releng/11.0/share/man/man4/hv_netvsc.4 276259 2014-12-26 22:30:18Z bapt $ Copyright (c) 2012 Microsoft Corp. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, t...
NAME
hv_netvsc - Hyper-V Network Virtual Service ConsumerSYNOPSIS
To compile this driver into the kernel, place the following lines in the system kernel configuration file:device hyperv
DESCRIPTION
The ifconfig driver implements the virtual network device for Fx guest partitions running on Hyper-V. Fx guest partitions running on Hyper-V do not have direct access to network devices attached to the Hyper-V server. Although a Fx guest can access network devices using Hyper-V's full emulation mode, the performance in this mode tends to be unsatisfactory.To counter the above issues, the ifconfig driver implements a network Virtual Service Consumer (VSC) that relays network requests from the guest partition to the network Virtual Service Provider (VSP) hosted in the root partition using the high performance data exchange infrastructure provided by hv_vmbus4 driver. The VSP in the root partition then forwards the network related requests to the physical network card.