esx: Add support for the VMXNET 2 (Enhanced) NIC model

Add a test case and document it.
This commit is contained in:
Matthias Bolte
2010-04-17 11:43:01 +02:00
parent cad913060c
commit c6375aa796
8 changed files with 106 additions and 19 deletions

View File

@@ -190,6 +190,7 @@ mymain(int argc, char **argv)
DO_TEST("floppy-device", "floppy-device", esxVI_APIVersion_25);
DO_TEST("ethernet-e1000", "ethernet-e1000", esxVI_APIVersion_25);
DO_TEST("ethernet-vmxnet2", "ethernet-vmxnet2", esxVI_APIVersion_25);
DO_TEST("ethernet-custom", "ethernet-custom", esxVI_APIVersion_25);
DO_TEST("ethernet-bridged", "ethernet-bridged", esxVI_APIVersion_25);