Changeset 29685 in vbox for trunk/src/VBox/Devices
- Timestamp:
- May 20, 2010 11:36:28 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DevE1000.cpp
r29439 r29685 2644 2644 if (RT_SUCCESS(rc)) 2645 2645 { 2646 #ifdef IN_RING3 /** @todo bird: Use SUPSem* for this so we can signal it in ring-0 as well. (reduces latency) */ 2646 /** @todo bird: Use SUPSem* for this so we can signal it in ring-0 as well 2647 * without requiring any context switches. We should also check the 2648 * wait condition before bothering to queue the item as we're currently 2649 * queuing thousands of items per second here in a normal transmit 2650 * scenario. Expect performance changes when fixing this! */ 2651 #ifdef IN_RING3 2647 2652 /* Signal that we have more receive descriptors avalable. */ 2648 2653 e1kWakeupReceive(pState->CTX_SUFF(pDevIns));
Note:
See TracChangeset
for help on using the changeset viewer.