Changeset 72474 in vbox for trunk/src/VBox/Devices/Network
- Timestamp:
- Jun 7, 2018 1:05:52 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DevVirtioNet.cpp
r72471 r72474 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.