VirtualBox

Changeset 36977 in vbox


Ignore:
Timestamp:
May 6, 2011 11:41:36 AM (14 years ago)
Author:
vboxsync
Message:

e1000: fix for linux SMP guest panic under heavy RX traffic

File:
1 edited

Legend:

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

    r36502 r36977  
    35333533     */
    35343534    /* Let's pretend we process descriptors. Write back with DD set. */
    3535     if (pDesc->legacy.cmd.fRS || (GET_BITS(TXDCTL, WTHRESH) > 0))
     3535    if (pDesc->legacy.cmd.fRS)
    35363536    {
    35373537        pDesc->legacy.dw3.fDD = 1; /* Descriptor Done */
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