1#
2# CDDL HEADER START
3#
4# This file and its contents are supplied under the terms of the
5# Common Development and Distribution License ("CDDL"), version 1.0.
6# You may only use this file in accordance with the terms of version
7# 1.0 of the CDDL.
8#
9# A full copy of the text of the CDDL should have accompanied this
10# source.  A copy of the CDDL is also available via the Internet at
11# http://www.illumos.org/license/CDDL.
12#
13# CDDL HEADER END
14#
15# Copyright (c) 2012, 2016 by Delphix. All rights reserved.
16#
17
18The vmxnet3s driver is a paravirtualized GLDv3 NIC driver designed to
19be used on VMware virtual machines version 7 and later.  This version
20of the driver is based on the "stable-10.0.x" branch of the VMware
21open-vm-tools which can be obtained from:
22
23https://github.com/vmware/open-vm-tools
24
25Changes from stable-10.0.x include:
26
27* add support for VLANs
28* enable building in the illumos gate
29* enable building with the Sun Studio compiler
30* lint cleanup: the driver is lint clean with two categorical
31  exceptions for which warnings are disabled in the Makefile
32
33The driver remains in the original C style to facilitate potential
34future synchronization with upstream.
35