]> 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>
Sun, 21 Aug 2022 14:56:49 +0000 (07:56 -0700)
committerJohn Wolfe <jwolfe@vmware.com>
Sun, 21 Aug 2022 14:56:49 +0000 (07:56 -0700)
open-vm-tools/modules/shared/vmxnet/vmnet_def.h

index b68a26268352a14e33379e1f4582d8110393d6b0..056e533897b81f304b5a0d9bc3c319d0f7da3169 100644 (file)
@@ -1,5 +1,5 @@
 /*********************************************************
- * Copyright (C) 2004-2014,2017-2019,2021 VMware, Inc. All rights reserved.
+ * Copyright (C) 2004-2014,2017-2019,2021,2022 VMware, Inc. All rights reserved.
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by the
@@ -75,6 +75,7 @@
 #define VMNET_CAP_RX_CHAIN             CONST64U(0x8000)             /* a pkt can span multiple rx entries */
 #define VMNET_CAP_LPD                  CONST64U(0x10000)            /* large pkt delivery */
 #define VMNET_CAP_BPF                  CONST64U(0x20000)            /* BPF Support in VMXNET Virtual Hardware */
+#define VMNET_CAP_AUTO_REBIND          CONST64U(0x20000)            /* BPF support is not for uplink, reuse this bit for uplink auto rebind */
 #define VMNET_CAP_SG_SPAN_PAGES        CONST64U(0x40000)            /* Can do scatter-gather span multiple pages transmits. */
 #define VMNET_CAP_IP6_CSUM             CONST64U(0x80000)            /* Can do IPv6 csum offload. */
 #define VMNET_CAP_TSO6                 CONST64U(0x100000)           /* Can do TSO segmentation offload for IPv6 pkts. */