]> 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>
Tue, 6 Oct 2020 21:30:55 +0000 (14:30 -0700)
committerJohn Wolfe <jwolfe@vmware.com>
Tue, 6 Oct 2020 21:30:55 +0000 (14:30 -0700)
open-vm-tools/modules/shared/vmxnet/vmxnet3_defs.h

index 54cac97c6a282aac43e6f9143dbe6bd5e59e8d1f..a40ecd20ce984b4b4fb0e433cabbe78d039747aa 100644 (file)
@@ -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 */