-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
32 lines (20 loc) · 824 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
vmxnet3 driver for Illumos
History:
This driver was nearly committed to the Illumos tree. It seems to have
stumbled at the last second and resurrecting it involved finding a
webrev that was not the final one, though the code looks to have been in
nearly final condition if not final.
The patchset this work is based on was produced by, Michael Tsymbalyuk.
The initial code was written by VMWare.
Installation:
Make sure your compiler is on your path.
make
make install
Enjoy your new driver.
Hints and tips:
VMWare Fusion's internal network seems to have a 1500 MTU between VMs, this
can cause some real confusion when debugging issues, please set the mtu
correctly for your application.
Notes:
This project will disappear if Illumos accepts the patches, or VMWare
releases a stable driver based on this work.