]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Change to common header file not applicable to open-vm-tools.
authorKruti Pendharkar <kp025370@broadcom.com>
Wed, 6 Aug 2025 06:34:17 +0000 (23:34 -0700)
committerKruti Pendharkar <kp025370@broadcom.com>
Wed, 6 Aug 2025 06:34:17 +0000 (23:34 -0700)
open-vm-tools/modules/shared/vmxnet/upt1_defs.h

index 42abc9bb6b1eed4759975bd638ecf332da8943eb..8e1225a66c65578ded99a293487a1f24173ec1b8 100644 (file)
@@ -1,5 +1,6 @@
 /*********************************************************
- * Copyright (C) 2007-2020 VMware, Inc. All rights reserved.
+ * Copyright (c) 2007-2025 Broadcom. All Rights Reserved.
+ * The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
  *
  * 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
@@ -119,5 +120,6 @@ typedef struct UPT1_RSSConf {
 #define UPT1_F_RXVLAN      0x0004   /* VLAN tag stripping */
 #define UPT1_F_LRO         0x0008
 #define UPT1_F_INNEROFLD   0x0010   /* Geneve/VXLAN offloading */
+#define UPT1_F_SCX_ENCAP   0x0020   /* Driver requested offload bypass */
 
 #endif