VirtualBox

Changeset 82780 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Jan 16, 2020 12:37:12 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
135733
Message:

Fix burn

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/DevVirtioNet_1_0.cpp

    r82779 r82780  
    6262/*
    6363 * GSO = Generic Segmentation Offload
    64  * TSO = TCP Segmentation Offload
    65  * UDP = UDP Fragmentation Offset
    66 
    67 /*********************************************************************************************************************************
    68 *   Defined Constants And Macros                                                                                                 *
    69 *********************************************************************************************************************************/
    70 /** The current saved state version. */
     64 * TSO = TCP Segmentation Offload */
     65
    7166#define VIRTIONET_SAVED_STATE_VERSION          UINT32_C(1)
    7267#define VIRTIONET_MAX_QPAIRS                   512
     
    11101105
    11111106        AssertRC(rc == VINF_SUCCESS || rc == VERR_NOT_AVAILABLE, rc);
     1107
     1108        /** @todo  Find a better way to deal with this */
    11121109
    11131110        AssertMsgReturn(rc == VINF_SUCCESS && pDescChain->cbPhysSend,
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette