VirtualBox

Changeset 30382 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jun 23, 2010 9:23:34 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
62990
Message:

SATA: Always raise an interrupt after task completion; delaying this (interrupt coalescing) increases latency and has a significant
impact on performance (see #5071)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DevAHCI.cpp

    r30224 r30382  
    49404940#endif
    49414941
    4942         if (!cOutstandingTasks)
    4943             ahciSendSDBFis(pAhciPort, 0, true);
     4942        /* Always raise an interrupt after task completion; delaying
     4943         * this (interrupt coalescing) increases latency and has a significant
     4944         * impact on performance (see #5071)
     4945         */
     4946        ahciSendSDBFis(pAhciPort, 0, true);
    49444947    }
    49454948    else
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