From: Kruti Pendharkar Date: Wed, 6 Aug 2025 06:34:17 +0000 (-0700) Subject: Change to common header file not applicable to open-vm-tools. X-Git-Tag: stable-13.1.0~82 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=002af7ca47fa2ee5219c9ad27f5de9b12fdd6d19;p=thirdparty%2Fopen-vm-tools.git Change to common header file not applicable to open-vm-tools. --- diff --git a/open-vm-tools/modules/shared/vmxnet/upt1_defs.h b/open-vm-tools/modules/shared/vmxnet/upt1_defs.h index 42abc9bb6..8e1225a66 100644 --- a/open-vm-tools/modules/shared/vmxnet/upt1_defs.h +++ b/open-vm-tools/modules/shared/vmxnet/upt1_defs.h @@ -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