VirtualBox

Changeset 43416 in vbox


Ignore:
Timestamp:
Sep 24, 2012 1:34:38 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
80903
Message:

Network/e1000: Separate error code for TX cache error (VERR_NET_INCOMPLETE_TX_PACKET)

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/err.h

    r42588 r43416  
    12391239/** Protocol error. */
    12401240#define VERR_NET_PROTOCOL_ERROR                 (-466)
     1241/** Incomplete packet was submitted by guest. */
     1242#define VERR_NET_INCOMPLETE_TX_PACKET           (-467)
    12411243/** @} */
    12421244
  • trunk/src/VBox/Devices/Network/DevE1000.cpp

    r43327 r43416  
    50795079                e1kDumpTxDCache(pState);
    50805080                pState->iTxDCurrent = pState->nTxDFetched = 0;
    5081                 rc = VERR_NET_IO_ERROR;
     5081                rc = VERR_NET_INCOMPLETE_TX_PACKET;
    50825082                goto out;
    50835083            }
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