From: John Wolfe Date: Mon, 19 Apr 2021 18:08:11 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.3.0~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd80433f04bb0f760759a4b64cc52d9950c07230;p=thirdparty%2Fopen-vm-tools.git Common header file change not applicable to open-vm-tools. --- diff --git a/open-vm-tools/modules/shared/vmxnet/vmnet_def.h b/open-vm-tools/modules/shared/vmxnet/vmnet_def.h index 33e5df8f8..220572329 100644 --- a/open-vm-tools/modules/shared/vmxnet/vmnet_def.h +++ b/open-vm-tools/modules/shared/vmxnet/vmnet_def.h @@ -119,6 +119,7 @@ #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_