net/vdev_netvsc: introduce Hyper-V platform driver
[dpdk.git] / doc / guides / nics / vdev_netvsc.rst
1 ..  SPDX-License-Identifier: BSD-3-Clause
2     Copyright 2017 6WIND S.A.
3     Copyright 2017 Mellanox Technologies, Ltd.
4
5 VDEV_NETVSC driver
6 ==================
7
8 The VDEV_NETVSC driver (librte_pmd_vdev_netvsc) provides support for NetVSC
9 interfaces and associated SR-IOV virtual function (VF) devices found in
10 Linux virtual machines running on Microsoft Hyper-V_ (including Azure)
11 platforms.
12
13 .. _Hyper-V: https://docs.microsoft.com/en-us/windows-hardware/drivers/network/overview-of-hyper-v
14
15 Build options
16 -------------
17
18 - ``CONFIG_RTE_LIBRTE_VDEV_NETVSC_PMD`` (default ``y``)
19
20    Toggle compilation of this driver.