]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common header file change not applicable to open-vm-tools.
authorJohn Wolfe <jwolfe@vmware.com>
Mon, 19 Apr 2021 18:08:11 +0000 (11:08 -0700)
committerJohn Wolfe <jwolfe@vmware.com>
Mon, 19 Apr 2021 18:08:11 +0000 (11:08 -0700)
open-vm-tools/modules/shared/vmxnet/vmnet_def.h

index 33e5df8f8d0ecefb75b900362dec5f713f8aacf7..220572329fb1449e17b9c559ddea2c56c1b3d627 100644 (file)
 #define VMNET_CAP_ENS                  CONST64U(0x400000000000000)  /* Support ENS */
 #define VMNET_CAP_FPO                  CONST64U(0x800000000000000)  /* Support FPO */
 #define VMNET_CAP_BMC_NIC              CONST64U(0x1000000000000000) /* Nic Hardware connected to server BMC */
+#define VMNET_CAP_UENS_SHIM            CONST64U(0x2000000000000000) /* Driver is compatible with UENS shimming layer */
 #define VMNET_CAP_LEGACY               CONST64U(0x8000000000000000) /* Uplink is compatible with vmklinux drivers */
 
 #endif // _VMNET_DEF_H_