From: John Wolfe Date: Tue, 6 Oct 2020 21:30:55 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.3.0~295 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd75f811c8d09b662ee78f072d90ec6c915fcec6;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/vmxnet3_defs.h b/open-vm-tools/modules/shared/vmxnet/vmxnet3_defs.h index 54cac97c6..a40ecd20c 100644 --- a/open-vm-tools/modules/shared/vmxnet/vmxnet3_defs.h +++ b/open-vm-tools/modules/shared/vmxnet/vmxnet3_defs.h @@ -175,7 +175,7 @@ typedef struct Vmxnet3_TxDesc { #ifdef __BIG_ENDIAN_BITFIELD uint32 msscof:14; /* MSS, checksum offset, flags */ - uint32 ext1:1; + uint32 ext1:1; /* set to 1 to indicate inner csum/tso, vmxnet3 v7 */ uint32 dtype:1; /* descriptor type */ uint32 oco:1; /* Outer csum offload */ uint32 gen:1; /* generation bit */ @@ -185,7 +185,7 @@ typedef struct Vmxnet3_TxDesc { uint32 gen:1; /* generation bit */ uint32 oco:1; /* Outer csum offload */ uint32 dtype:1; /* descriptor type */ - uint32 ext1:1; + uint32 ext1:1; /* set to 1 to indicating inner csum/tso, vmxnet3 v7 */ uint32 msscof:14; /* MSS, checksum offset, flags */ #endif /* __BIG_ENDIAN_BITFIELD */