Name Date Size

.. 2016-11-18 01:22:11 33

README.txt 2016-11-18 00:15:43 1.1 KiB

upt1_defs.h 2016-04-06 17:48:35 2.7 KiB

vmxnet3.h 2016-11-18 01:22:11 7 KiB

vmxnet3_defs.h 2016-11-18 00:15:43 18.3 KiB

vmxnet3_main.c 2016-11-18 01:22:11 39.1 KiB

vmxnet3_rx.c 2016-11-18 01:22:11 11.1 KiB

vmxnet3_tx.c 2016-11-18 01:22:11 10.9 KiB

vmxnet3_utils.c 2016-11-18 01:22:11 6 KiB

vmxnet3s.conf 2016-11-18 01:22:11 950

README.txt

#
# CDDL HEADER START
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source. A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
# CDDL HEADER END
#
# Copyright (c) 2012, 2016 by Delphix. All rights reserved.
#
The vmxnet3s driver is a paravirtualized GLDv3 NIC driver designed to
be used on VMware virtual machines version 7 and later. This version
of the driver is based on the "stable-10.0.x" branch of the VMware
open-vm-tools which can be obtained from:
https://github.com/vmware/open-vm-tools
Changes from stable-10.0.x include:
* add support for VLANs
* enable building in the illumos gate
* enable building with the Sun Studio compiler
* lint cleanup: the driver is lint clean with two categorical
exceptions for which warnings are disabled in the Makefile
The driver remains in the original C style to facilitate potential
future synchronization with upstream.