summaryrefslogtreecommitdiff
path: root/static/freebsd/man4/hv_netvsc.4 3.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/freebsd/man4/hv_netvsc.4 3.html')
-rw-r--r--static/freebsd/man4/hv_netvsc.4 3.html64
1 files changed, 0 insertions, 64 deletions
diff --git a/static/freebsd/man4/hv_netvsc.4 3.html b/static/freebsd/man4/hv_netvsc.4 3.html
deleted file mode 100644
index 931e50f2..00000000
--- a/static/freebsd/man4/hv_netvsc.4 3.html
+++ /dev/null
@@ -1,64 +0,0 @@
-<table class="head">
- <tr>
- <td class="head-ltitle">HYPER-V(4)</td>
- <td class="head-vol">Device Drivers Manual</td>
- <td class="head-rtitle">HYPER-V(4)</td>
- </tr>
-</table>
-<div class="manual-text">
-<section class="Sh">
-<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<p class="Pp"><code class="Nm">hv_netvsc</code> &#x2014;
- <span class="Nd">Hyper-V Network Virtual Service Consumer</span></p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<p class="Pp">To compile this driver into the kernel, place the following lines
- in the system kernel configuration file:</p>
-<div class="Bd Pp Bd-indent"><code class="Cd">device hyperv</code></div>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<p class="Pp">The <code class="Nm">hv_netvsc</code> driver implements the
- virtual network device for <span class="Ux">FreeBSD</span> guest partitions
- running on Hyper-V. <span class="Ux">FreeBSD</span> guest partitions running
- on Hyper-V do not have direct access to network devices attached to the
- Hyper-V server. Although a <span class="Ux">FreeBSD</span> guest can access
- network devices using Hyper-V's full emulation mode, the performance in this
- mode tends to be unsatisfactory.</p>
-<p class="Pp">To counter the above issues, the <code class="Nm">hv_netvsc</code>
- 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 <a class="Xr">hv_vmbus(4)</a> driver.
- The VSP in the root partition then forwards the network related requests to
- the physical network card.</p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
- ALSO</a></h1>
-<p class="Pp"><a class="Xr">hv_ata_pci_disengage(4)</a>,
- <a class="Xr">hv_storvsc(4)</a>, <a class="Xr">hv_utils(4)</a>,
- <a class="Xr">hv_vmbus(4)</a></p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-<p class="Pp">Support for <code class="Nm">hv_netvsc</code> first appeared in
- <span class="Ux">FreeBSD 10.0</span>. The driver was developed through a
- joint effort between Citrix Incorporated, Microsoft Corporation, and Network
- Appliance Incorporated.</p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1>
-<p class="Pp"><span class="Ux">FreeBSD</span> support for
- <code class="Nm">hv_netvsc</code> was first added by
- <span class="An">Microsoft BSD Integration Services Team</span>
- &lt;<a class="Mt" href="mailto:bsdic@microsoft.com">bsdic@microsoft.com</a>&gt;.</p>
-</section>
-</div>
-<table class="foot">
- <tr>
- <td class="foot-date">September 10, 2013</td>
- <td class="foot-os">FreeBSD 15.0</td>
- </tr>
-</table>