From: Oliver Kurth Date: Mon, 17 Jun 2019 18:41:37 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.0.0~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c87c985179a7a152c9a36aa83edd2b02fc7894d;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 16eb53689..729e92c44 100644 --- a/open-vm-tools/modules/shared/vmxnet/vmnet_def.h +++ b/open-vm-tools/modules/shared/vmxnet/vmnet_def.h @@ -1,5 +1,5 @@ /********************************************************* - * Copyright (C) 2004-2014,2017-2018 VMware, Inc. All rights reserved. + * Copyright (C) 2004-2014,2017-2019 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 @@ -115,8 +115,9 @@ #define VMNET_CAP_RING_PARAMS CONST64U(0x40000000000000) /* Support getting/setting RX/TX ring size parameters */ #define VMNET_CAP_ADVERTISE_MODES CONST64U(0x80000000000000) /* Support getting/setting interconnect modes */ #define VMNET_CAP_HW_DCB CONST64U(0x100000000000000) /* DCB capability in hardware */ -#define VMNET_CAP_RX_SW_LRO CONST64U(0x200000000000000) /* Suppport SW LRO */ -#define VMNET_CAP_ENS CONST64U(0x400000000000000) /* Suppport ENS */ +#define VMNET_CAP_RX_SW_LRO CONST64U(0x200000000000000) /* Support SW LRO */ +#define VMNET_CAP_ENS CONST64U(0x400000000000000) /* Support ENS */ +#define VMNET_CAP_FPO CONST64U(0x800000000000000) /* Support FPO */ #define VMNET_CAP_LEGACY CONST64U(0x8000000000000000) /* Uplink is compatible with vmklinux drivers */ #endif // _VMNET_DEF_H_