Changeset 72471 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Jun 7, 2018 12:05:33 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 122956
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DevVirtioNet.cpp
r72459 r72471 66 66 /* 67 67 * 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. 69 69 */ 70 70 //#define VNET_TX_DELAY 150 /**< 150 microseconds */ … … 1511 1511 if (RT_UNLIKELY(pThread->enmState != PDMTHREADSTATE_RUNNING)) 1512 1512 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? 1514 1514 Log(("vnetTxThread: enable kicking and get to sleep\n")); 1515 1515 vringSetNotification(&pThis->VPCI, &pThis->pTxQueue->VRing, true);
Note:
See TracChangeset
for help on using the changeset viewer.