VirtualBox

Changeset 81709 in vbox


Ignore:
Timestamp:
Nov 6, 2019 2:48:04 PM (5 years ago)
Author:
vboxsync
Message:

DevVirtioNet: Replaced the CanRxQueue and hEventMoreRxDescAvail semaphore with a SUPSEMEVENT semaphore. bugref:9218

File:
1 edited

Legend:

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

    r81708 r81709  
    595595    if (pThis->pDrv)
    596596        pThis->pDrv->pfnNotifyLinkChanged(pThis->pDrv, PDMNETWORKLINKSTATE_UP);
    597 }
    598 
    599 
    600 /**
    601  * @callback_method_impl{FNPDMQUEUEDEV, Handler for the wakeup signaller queue.}
    602  */
    603 static DECLCALLBACK(bool) vnetR3CanRxQueueConsumer(PPDMDEVINS pDevIns, PPDMQUEUEITEMCORE pItem)
    604 {
    605     RT_NOREF(pItem);
    606     vnetWakeupReceive(pDevIns);
    607     return true;
    608597}
    609598
Note: See TracChangeset for help on using the changeset viewer.

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