From: John Wolfe Date: Mon, 18 Oct 2021 14:31:44 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-12.0.0~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9907529c68df57dbf1baa5c5b0872098fb3bbeb;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 6a32c72c3..b68a26268 100644 --- a/open-vm-tools/modules/shared/vmxnet/vmnet_def.h +++ b/open-vm-tools/modules/shared/vmxnet/vmnet_def.h @@ -90,6 +90,7 @@ #define VMNET_CAP_SCHED CONST64U(0x40000000) /* compliant with network scheduling */ #define VMNET_CAP_SRIOV CONST64U(0x80000000) /* Supports SR-IOV */ +#define VMNET_CAP_PREFERRED_MGMT_NIC CONST64U(0x100000000) /* Uplink should be given preference when selecting the management NIC */ #define VMNET_CAP_SG_TX VMNET_CAP_SG #define VMNET_CAP_SG_RX CONST64U(0x200000000) /* Scatter-gather receive capability */ #define VMNET_CAP_PRIV_STATS CONST64U(0x400000000) /* Driver supports accessing private stats */