VirtualBox

Changeset 75330 in vbox for trunk


Ignore:
Timestamp:
Nov 8, 2018 5:45:51 PM (6 years ago)
Author:
vboxsync
Message:

Dev/E1000 bugref:9291 Proper handling of empty TX descriptors with EOP set

File:
1 edited

Legend:

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

    r73867 r75330  
    49104910            {
    49114911                E1kLog2(("% Empty data descriptor, skipped.\n", pThis->szPrf));
     4912                if (pDesc->data.cmd.fEOP)
     4913                {
     4914                    e1kTransmitFrame(pThis, fOnWorkerThread);
     4915                    pThis->u16TxPktLen = 0;
     4916                }
    49124917            }
    49134918            else
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