numam-dpdk/drivers/net/netvsc/rte_pmd_netvsc_version.map
Stephen Hemminger 4e9c73e96e net/netvsc: add Hyper-V network device
The driver supports Hyper-V networking directly like
virtio for KVM or vmxnet3 for VMware.

This code is based off of the FreeBSD driver. The file and variable
names are kept the same to help with understanding (with most of the
BSD style warts removed).

This version supports the latest NetVSP 6.1 version and
older versions.

Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
2018-07-13 23:48:07 +02:00

6 lines
72 B
Plaintext

/* SPDX-License-Identifier: BSD-3-Clause */
DPDK_18.08 {
local: *;
};