VirtualBox

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


Ignore:
Timestamp:
Jun 7, 2018 12:05:33 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
122956
Message:

Windows build fixes.

File:
1 edited

Legend:

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

    r72459 r72471  
    6666/*
    6767 * Commenting out VNET_TX_DELAY enables async transmission in a dedicated thread.
    68  * When VNET_TX_DELAY is defined, a timer handler does the job. 
     68 * When VNET_TX_DELAY is defined, a timer handler does the job.
    6969 */
    7070//#define VNET_TX_DELAY           150   /**< 150 microseconds */
     
    15111511        if (RT_UNLIKELY(pThread->enmState != PDMTHREADSTATE_RUNNING))
    15121512            break;
    1513         vnetTransmitPendingPackets(pThis, pThis->pTxQueue, false /*fOnWorkerThread*/); // @todo: shouldn't it be true instead?
     1513        vnetTransmitPendingPackets(pThis, pThis->pTxQueue, false /*fOnWorkerThread*/); /// @todo: shouldn't it be true instead?
    15141514        Log(("vnetTxThread: enable kicking and get to sleep\n"));
    15151515        vringSetNotification(&pThis->VPCI, &pThis->pTxQueue->VRing, true);
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