]> 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, 18 Oct 2021 14:31:44 +0000 (07:31 -0700)
committerJohn Wolfe <jwolfe@vmware.com>
Mon, 18 Oct 2021 14:31:44 +0000 (07:31 -0700)
open-vm-tools/modules/shared/vmxnet/vmnet_def.h

index 6a32c72c3c22ae370abdbf58e7c0ce594edf5711..b68a26268352a14e33379e1f4582d8110393d6b0 100644 (file)
@@ -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 */