Name Date Size #Lines LOC

..20-Nov-2023-

README.txtH A D14-Feb-20211.1 KiB3529

upt1_defs.hH A D14-Feb-20212.7 KiB10160

vmxnet3.hH A D14-Feb-20217 KiB272210

vmxnet3_defs.hH A D14-Feb-202118.3 KiB619449

vmxnet3_main.cH A D14-Feb-202138.8 KiB1,6221,114

vmxnet3_rx.cH A D14-Feb-202111.1 KiB459281

vmxnet3_tx.cH A D14-Feb-202110.9 KiB479316

vmxnet3_utils.cH A D14-Feb-20216 KiB241166

vmxnet3s.confH A D12-Jul-2022950 404

README.txt

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