US5493562A - Apparatus and method for selectively storing error statistics - Google Patents
Apparatus and method for selectively storing error statistics Download PDFInfo
- Publication number
- US5493562A US5493562A US08/337,635 US33763594A US5493562A US 5493562 A US5493562 A US 5493562A US 33763594 A US33763594 A US 33763594A US 5493562 A US5493562 A US 5493562A
- Authority
- US
- United States
- Prior art keywords
- error
- signal
- data
- memory
- data packet
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Lifetime
Links
- 238000000034 method Methods 0.000 title claims description 12
- 238000012546 transfer Methods 0.000 claims abstract description 25
- 238000012545 processing Methods 0.000 claims description 4
- 230000005055 memory storage Effects 0.000 claims 1
- 238000007726 management method Methods 0.000 description 30
- 230000008569 process Effects 0.000 description 5
- 230000008901 benefit Effects 0.000 description 4
- 238000012986 modification Methods 0.000 description 3
- 230000004048 modification Effects 0.000 description 3
- 238000012544 monitoring process Methods 0.000 description 3
- 239000000470 constituent Substances 0.000 description 2
- 238000013461 design Methods 0.000 description 2
- 238000001514 detection method Methods 0.000 description 2
- 238000010586 diagram Methods 0.000 description 2
- 230000006870 function Effects 0.000 description 2
- 230000009471 action Effects 0.000 description 1
- 230000005540 biological transmission Effects 0.000 description 1
- 239000000284 extract Substances 0.000 description 1
- 230000004044 response Effects 0.000 description 1
- 238000013024 troubleshooting Methods 0.000 description 1
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L43/00—Arrangements for monitoring or testing data switching networks
- H04L43/08—Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters
- H04L43/0823—Errors, e.g. transmission errors
- H04L43/0847—Transmission error
Definitions
- the present invention relates to gathering error statistics in a computer network, and more particularly to a circuit and method useful in network management that selectively stores error statistics of data packets transmitted in a computer network.
- a network implementing automatic monitoring and management is referred to as a managed network.
- a managed network In such a network, an ability to obtain particularized information on various error statistics is invaluable in troubleshooting problems on the network.
- a data packet transmitted by one data terminal equipment (DTE), e.g., an end station, to another DTE passes through at least one repeater. Because all data packets pass through a repeater, the repeater is a convenient place to gather error statistics for network management.
- DTE data terminal equipment
- a repeater with a management unit is referred to as a managed repeater.
- the repeater When the managed repeater receives a data packet, the repeater transmits the data packet to the management unit which performs various functions on the data packet. Some of the management unit functions include formatting the data packet upon receipt, performing error detection, and flagging error conditions.
- One way to accumulate error statistics at the managed repeater is to use a first type of management unit (type-I) that includes internal hardware to detect errors, to count the number of occurrences of different error conditions, and to store those counts in an internal random access memory (RAM) of the management unit.
- type-I first type of management unit
- RAM internal random access memory
- the hardware within the management unit detects and flags the error, and then increments an appropriate register.
- a microprocessor is able to simply read the various registers within the type-I management unit and obtain a total count of the various types of errors.
- IMR+/HIMIB chip set P/Ns AM79C981 (IMR) and AM79C987 (HIMIB) produced by Advanced Micro Devices of Sunnyvale, Calif.
- a type-I managed repeater is sufficient for many tasks, but for some applications, performance is not optimum in that the statistics reflect only an aggregate number of errors accumulated over many data packets. Error statistics on a packet-by-packet basis are not available. In some cases, it is desirable to know error statistics for particular data packets.
- a type-II management unit consists of a media access controller (MAC), a RAM, and a microprocessor.
- a data packet from an end station is received by the repeater, which then passes the data packet to the MAC.
- the MAC strips the preamble and the start frame delimiter from the data packet, and then formats the remaining frame of the data packet from a serial data stream to a parallel data stream.
- the MAC writes the entire content of the frame of the data packet into the RAM.
- the microprocessor reads the content of the RAM and processes it according to the user's programmed software. This software implements error detection and extracts the desired error statistics from the data packets.
- the type-II management unit is inefficient and expensive, because all data packets, even error-free packets, are stored and processed. It is possible for thousands of data packets to pass through the network every second.
- the type-II managed repeater requires both a large RAM to store the large quantity of data generated bytes rapidly incoming data packets, and a fast, powerful microprocessor to process all the data and gather error statistics.
- the type-II management unit is inefficient in gathering some types of sophisticated error statistics. For example, if a user desires to know the error condition of a particular data packet, as well as a corresponding physical port of that data packet, the type-II management performs partly, if at all. Even assuming that the management unit uses a MAC that is equipped to flag different error conditions, the management unit must still store and process every data packet. Because of the speed at which data packets flow into the MAC and then into the RAM, by the time the MAC flags a particular error, the microprocessor cannot determine the physical port of the data packet associated with the flagged error.
- the microprocessor In order to determine what physical port is associated with a certain error, the microprocessor must read and process the contents of all the data packets in the RAM in real-time. Thus, a type-II management unit is inefficient and expensive in gathering more sophisticated error statistics. Often external hardware is needed in addition to the repeater and management unit to determine the physical port information.
- the present invention provides apparatus and method for selectively storing error statistics for only those data packets having an error.
- the invention has various advantages over the prior art, including being more efficient and economic in gathering error statistics of data packets, as well as providing an increased capability to determine sophisticated error statistics on a packet-by-packet basis.
- the invention provides a circuit including a data formatter for receiving desired information associated with a data packet and arranging the bits into a format for transfer to a memory, a memory for storing the desired information for later access by a microprocessor, and a controller for selectively transferring and writing the desired information from the data formatter to the memory.
- the preferred embodiment provides improved performance by storing only the desired information for those data packets having an error. That is, information internal to the data packet itself, such as the source address, and information external to the data packet, such as the repeater port number, in addition to data packet error information, such as error conditions, are stored as an error statistic in a memory for a microprocessor to read at the convenience of the microprocessor.
- the invention reduces processing requirements for a microprocessor, thereby allowing use of a slower, less expensive microprocessor. Additional advantages of the invention are that it dispenses with a MAC and does not require a very large memory that would be necessary to save all the data packets indiscriminately.
- FIG. 1 is a detailed schematic block diagram of a preferred embodiment of the present invention.
- FIG. 1 is a detailed schematic block diagram of a managed repeater 10, a microprocessor 20 and a plurality of data terminal equipment (DTE) 30 i .
- Managed repeater 10 includes a repeater front end 40 having a plurality of ports 41 i , a management unit 50, and a microprocessor interface 60.
- One DTE 30 1 passes a data packet through managed repeater 10 to another DTE 30 2 .
- repeater front end 40 receives the data packet at one port 41 1 and broadcasts the data packet from other ports 41 i .
- Repeater front end 40 also processes the data packet to generate a plurality of error statistic signals, with each of the signals containing either some data, an error condition, or status control information.
- the error statistic signals are used for use by management unit 50 in extracting and storing an error statistic of the data packet.
- the error statistic signals containing the constituent parts of the error statistic of the data packet include a series of bits which may require some formatting prior to storage.
- Management unit 50 receives the error statistic signals and formats the error statistic of the data packet for storage, and later access by microprocessor 20. Microprocessor 20 accesses the error statistic via microprocessor interface 60.
- the repeater front end 40 incorporates a core of the Advanced Micro Devices' IMR+/HIMIB chip set.
- the management hardware circuitry produces the management information base (MIB) or statistics according to the incorporated IEEE standard 802.3.
- MIB management information base
- a repeater with a management unit generating the desired error statistic signals could be modified to incorporate the present invention.
- Management unit 50 includes a data formatter 70, a memory 80, and a controller 90.
- Data formatter 70 receives the error statistic signals of interest from repeater front end 40.
- Data formatter 70 arranges the bits of the error statistic into a format for transfer into storage.
- Memory 80 coupled to data formatter 70 stores the error statistic.
- Controller 90 controls a transfer of the error statistic from data formatter 70 into memory 80.
- Controller 90 is responsive to a particular error status signal, called the error signal, from repeater front end 40, that indicates that the data packet has an error.
- controller 90 synchronously transfers and writes the error statistic from data formatter 70 into memory 80.
- management unit 50 stores an error statistic only for a data packet with an error. Synchronously, in the preferred embodiment, refers to coordinating data transfer out of data formatter 70 and writes into memory 80.
- management unit 50 stores an error statistic with constituent parts including: the source address of the data packet; a port number identifying the physical port that received the data packet; and error conditions of the data packet, such as frame check sequence (FCS) error, alignment error, long frame, short event, runt, data rate error, and jabber.
- FCS frame check sequence
- Other embodiments of the present invention may store other statistics in addition to or in place of some or all of those listed, depending upon a specific implementation.
- repeater front end 40 generates the following error statistic signals: a data signal containing a portion of the data packet, a port signal identifying the port number of the source port, an error status signal containing an error condition associated with the data packet, a shift signal for identifying the portion, an end-of-packet signal indicating an end of the data packet, and an error signal indicating when the data packet contains an error.
- Data formatter 70 includes a shift register 100 and a multiplexer 110 having eight 1-byte inputs and a select input for successively routing each byte at one of the inputs to an output 111.
- Shift register 100 receives the data signal containing the desired portion of the data packet and the shift signal.
- the shift signal provided from repeater front end 40, controls storage of the desired data packet portion into shift register 100.
- the repeater front end 40 transmits the entire data packet in a serial bit stream to shift register 100.
- Shift register 100 arranges the serial input into six 1-byte parallel outputs.
- Repeater front end 40 shifts the serial bit stream into shift register 100 until the repeater front end 40 deasserts the shift signal.
- Repeater front end 40 deasserts the shift signal once the desired portion of the data packet has been completely shifted into shift register 100.
- a data packet's frame starts with a destination address field (a fixed length of 48 bits), followed by a source address field (a fixed length of 48 bits). Because the desired portion of the data packet is the source address field, the repeater front end 40 merely asserts the shift signal to shift in the serial bit stream until 96 bits beyond the SFD have been counted. Shift register 100 only stores 48 bits (six bytes at eight bits/byte), therefore, only the last 48 bits (i.e., the source address) is stored prior to deassertion of the shift signal. At this point, the repeater front end 40 has stored the source address field into shift register 100 in a format ready for transfer to storage.
- SFD start frame delimiter
- managed repeater 10 includes the capability for storing just those internal portions of the data packet of interest, rather than storing the entire frame of a data packet as in the prior art.
- the user is able to alter the size of shift register 100 and the shift signal assertion timing, among other obvious modifications.
- the particular portion stored is a design choice that is not central to the present invention. In the preferred embodiment, it is desirable to store a particular portion, though other portions or several portions could be stored.
- managed repeater 10 could be programmed to select particular portions for storage depending upon various control signals, as well known in the art.
- Multiplexer 110 successively routes the bytes at the eight inputs to an output 111.
- Output 111 is coupled to memory 80.
- Multiplexer 110 responsive to a series of select signals asserted at a select input 112, transfers the bytes one at a time to memory 80.
- the bits of the source address field that have been formatted by shift register 100 are on six of the inputs to multiplexer 110.
- the port signal is present at one input to multiplexer 110 and contains a 4 bit value that represents a port number of the managed repeater 10.
- the port number identifies a physical port of the repeater receiving the data packet.
- the error status signal is present at another input to multiplexer 110 and contains bits indicating error conditions associated with the data packet.
- Memory 80 coupled to multiplexer 110, stores the error statistics in response to write signals from controller 90.
- memory 80 is implemented as a 4 byte-wide first-in-first-out memory.
- implementation of memory 80 is a design choice that is not central to the invention.
- memory 80 may also be implemented otherwise, such as with a RAM, with the appropriate modifications to the controller being obvious to one skilled in the art.
- Controller 90 receives an error signal and an end-of-packet signal from repeater front end 40.
- repeater front end 40 When repeater front end 40 reaches the end of the data packet and has completed processing of the data packet so that the statistics on the error status signal, as well as the port signal, are valid, repeater front end 40 asserts the end-of-packet signal.
- repeater front end 40 Upon detecting an error associated with the data packet, repeater front end 40 asserts the error signal.
- controller 90 When repeater front end 40 asserts concurrently the error signal and the end-of-packet signal, controller 90 asserts a series of select signals to the select input 112 of the multiplexer 110 and synchronously asserts a series of write signals to the memory 80. However, if the error signal is not asserted concurrently with the end-of-packet signal, controller 90 does not assert the select signals or the write signals.
- controller 90 When controller 90 asserts a select signal, multiplexer 110 routes the least significant byte from shift register 10 to output 111. Controller 90 then asserts a write signal to memory 80 so the byte on output 111 of multiplexer 110 is written into memory 80, thereby storing the byte value. Controller 90 continues to assert select signals and write signals until all bytes in shift register 10 as well as the in the port signal and the error status signal are written into memory 80.
- microprocessor 20 may then read the error statistics stored in memory 80 when convenient.
- Microprocessor 20 reads the error statistics via a microprocessor interface 60.
- Microprocessor 20 asserts a read signal to access the error statistics. It is also possible for controller 90 to assert a status flag to microprocessor 20 to signify that the memory 80 contains an error statistic available for access.
- microprocessor 40 simply reads the error statistics for data packets with errors that have been stored in memory 80, rather than being overburdened with the task of quickly processing massive quantities of data packets for errors.
Landscapes
- Engineering & Computer Science (AREA)
- Environmental & Geological Engineering (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
- Maintenance And Management Of Digital Transmission (AREA)
Priority Applications (8)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US08/337,635 US5493562A (en) | 1994-11-10 | 1994-11-10 | Apparatus and method for selectively storing error statistics |
TW084102694A TW313725B (de) | 1994-11-10 | 1995-03-21 | |
EP95937542A EP0739561B1 (de) | 1994-11-10 | 1995-10-11 | Vorrichtung und verfahren zur selektiven speicherung von fehlerstatistiken |
PCT/US1995/013498 WO1996015606A1 (en) | 1994-11-10 | 1995-10-11 | Apparatus and method for selectively storing error statistics |
JP51606696A JP3600876B2 (ja) | 1994-11-10 | 1995-10-11 | エラー統計を選択的に記憶するための装置および方法 |
DE69530282T DE69530282T2 (de) | 1994-11-10 | 1995-10-11 | Vorrichtung und verfahren zur selektiven speicherung von fehlerstatistiken |
AT95937542T ATE237207T1 (de) | 1994-11-10 | 1995-10-11 | Vorrichtung und verfahren zur selektiven speicherung von fehlerstatistiken |
KR1019960703705A KR100354326B1 (ko) | 1994-11-10 | 1995-10-11 | 에러통계를선택적으로저장하는장치및방법 |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US08/337,635 US5493562A (en) | 1994-11-10 | 1994-11-10 | Apparatus and method for selectively storing error statistics |
Publications (1)
Publication Number | Publication Date |
---|---|
US5493562A true US5493562A (en) | 1996-02-20 |
Family
ID=23321353
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US08/337,635 Expired - Lifetime US5493562A (en) | 1994-11-10 | 1994-11-10 | Apparatus and method for selectively storing error statistics |
Country Status (8)
Country | Link |
---|---|
US (1) | US5493562A (de) |
EP (1) | EP0739561B1 (de) |
JP (1) | JP3600876B2 (de) |
KR (1) | KR100354326B1 (de) |
AT (1) | ATE237207T1 (de) |
DE (1) | DE69530282T2 (de) |
TW (1) | TW313725B (de) |
WO (1) | WO1996015606A1 (de) |
Cited By (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5793421A (en) * | 1994-12-30 | 1998-08-11 | Hyundai Electronics Industries Co., Ltd. | Apparatus for testing ordered type video terminal by using computer and testing method therefor |
US5848058A (en) * | 1994-07-28 | 1998-12-08 | Fujitsu Limited | Frame relay switching node |
US5887050A (en) * | 1997-05-09 | 1999-03-23 | Siemens Building Technologies, Inc. | Repeater apparatus having isolation circuit |
US6381706B1 (en) * | 1998-10-20 | 2002-04-30 | Ecrix Corporation | Fine granularity rewrite method and apparatus for data storage device |
US6463478B1 (en) * | 1999-05-21 | 2002-10-08 | Advanced Micro Devices, Inc. | Method and apparatus for identifying runt data frames received by a network switch |
US20030172326A1 (en) * | 2002-03-08 | 2003-09-11 | Coffin Louis F. | Error/status information management |
US20030169686A1 (en) * | 2002-03-06 | 2003-09-11 | Broadcom Corporation | Optimized data path structure for multi-channel management information base (MIB) event generation |
US7254738B1 (en) * | 1998-12-28 | 2007-08-07 | Samsung Electronics Co., Ltd. | Method for processing error of received packet in ethernet MAC layer |
Citations (12)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4680755A (en) * | 1985-11-14 | 1987-07-14 | Hewlett Packard Company | Real-time end of packet signal generator |
US4817080A (en) * | 1987-02-24 | 1989-03-28 | Digital Equipment Corporation | Distributed local-area-network monitoring system |
US4901348A (en) * | 1985-12-24 | 1990-02-13 | American Telephone And Telegraph Company | Data transmission security arrangement for a plurality of data stations sharing access to a communication network |
US5099517A (en) * | 1990-06-29 | 1992-03-24 | Digital Equipment Corporation | Frame status encoding for communication networks |
US5161192A (en) * | 1989-12-06 | 1992-11-03 | 3Com Technologies, Ltd. | Repeaters for secure local area networks |
US5177788A (en) * | 1991-10-15 | 1993-01-05 | Ungermann-Bass, Inc. | Network message security method and apparatus |
US5179554A (en) * | 1991-04-08 | 1993-01-12 | Digital Equipment Corporation | Automatic association of local area network station addresses with a repeater port |
US5243543A (en) * | 1991-01-17 | 1993-09-07 | Hewlett-Packard Company | Remote LAN segment traffic monitor |
US5251203A (en) * | 1991-12-23 | 1993-10-05 | Xerox Corporation | Hub privacy filter for active star CSMA/CD network |
US5315580A (en) * | 1990-09-28 | 1994-05-24 | Hewlett-Packard Company | Network monitoring device and system |
US5353353A (en) * | 1993-04-26 | 1994-10-04 | Advanced Micro Devices, Inc. | Repeater security system |
US5365514A (en) * | 1993-03-01 | 1994-11-15 | International Business Machines Corporation | Event driven interface for a system for monitoring and controlling a data communications network |
Family Cites Families (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
DE69221338T2 (de) * | 1991-01-18 | 1998-03-19 | Nat Semiconductor Corp | Steuervorrichtung für Wiederholerschnittstelle |
WO1995022216A1 (en) * | 1994-02-14 | 1995-08-17 | National Semiconductor Corporation | Repeater information base for snmp network management statistics accumulation |
-
1994
- 1994-11-10 US US08/337,635 patent/US5493562A/en not_active Expired - Lifetime
-
1995
- 1995-03-21 TW TW084102694A patent/TW313725B/zh active
- 1995-10-11 AT AT95937542T patent/ATE237207T1/de not_active IP Right Cessation
- 1995-10-11 KR KR1019960703705A patent/KR100354326B1/ko not_active IP Right Cessation
- 1995-10-11 JP JP51606696A patent/JP3600876B2/ja not_active Expired - Fee Related
- 1995-10-11 DE DE69530282T patent/DE69530282T2/de not_active Expired - Lifetime
- 1995-10-11 EP EP95937542A patent/EP0739561B1/de not_active Expired - Lifetime
- 1995-10-11 WO PCT/US1995/013498 patent/WO1996015606A1/en active IP Right Grant
Patent Citations (12)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4680755A (en) * | 1985-11-14 | 1987-07-14 | Hewlett Packard Company | Real-time end of packet signal generator |
US4901348A (en) * | 1985-12-24 | 1990-02-13 | American Telephone And Telegraph Company | Data transmission security arrangement for a plurality of data stations sharing access to a communication network |
US4817080A (en) * | 1987-02-24 | 1989-03-28 | Digital Equipment Corporation | Distributed local-area-network monitoring system |
US5161192A (en) * | 1989-12-06 | 1992-11-03 | 3Com Technologies, Ltd. | Repeaters for secure local area networks |
US5099517A (en) * | 1990-06-29 | 1992-03-24 | Digital Equipment Corporation | Frame status encoding for communication networks |
US5315580A (en) * | 1990-09-28 | 1994-05-24 | Hewlett-Packard Company | Network monitoring device and system |
US5243543A (en) * | 1991-01-17 | 1993-09-07 | Hewlett-Packard Company | Remote LAN segment traffic monitor |
US5179554A (en) * | 1991-04-08 | 1993-01-12 | Digital Equipment Corporation | Automatic association of local area network station addresses with a repeater port |
US5177788A (en) * | 1991-10-15 | 1993-01-05 | Ungermann-Bass, Inc. | Network message security method and apparatus |
US5251203A (en) * | 1991-12-23 | 1993-10-05 | Xerox Corporation | Hub privacy filter for active star CSMA/CD network |
US5365514A (en) * | 1993-03-01 | 1994-11-15 | International Business Machines Corporation | Event driven interface for a system for monitoring and controlling a data communications network |
US5353353A (en) * | 1993-04-26 | 1994-10-04 | Advanced Micro Devices, Inc. | Repeater security system |
Non-Patent Citations (2)
Title |
---|
"Lecture Notes In Computer Science," Edited by Goos, G. and Hartmanis, J., Local Area Network Security, Edited by Berson, T. A. and Beth, T., Workshop LANSEC '89, E.I.S.S. Karlsruhe, FRG, Apr. 3-6, 1989, pp. 31-52. |
Lecture Notes In Computer Science, Edited by Goos, G. and Hartmanis, J., Local Area Network Security, Edited by Berson, T. A. and Beth, T., Workshop LANSEC 89, E.I.S.S. Karlsruhe, FRG, Apr. 3 6, 1989, pp. 31 52. * |
Cited By (13)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5848058A (en) * | 1994-07-28 | 1998-12-08 | Fujitsu Limited | Frame relay switching node |
US5793421A (en) * | 1994-12-30 | 1998-08-11 | Hyundai Electronics Industries Co., Ltd. | Apparatus for testing ordered type video terminal by using computer and testing method therefor |
US5887050A (en) * | 1997-05-09 | 1999-03-23 | Siemens Building Technologies, Inc. | Repeater apparatus having isolation circuit |
AU733110B2 (en) * | 1997-05-09 | 2001-05-10 | Siemens Building Technologies, Inc. | Repeater apparatus having isolation circuit |
US6381706B1 (en) * | 1998-10-20 | 2002-04-30 | Ecrix Corporation | Fine granularity rewrite method and apparatus for data storage device |
US7254738B1 (en) * | 1998-12-28 | 2007-08-07 | Samsung Electronics Co., Ltd. | Method for processing error of received packet in ethernet MAC layer |
US6463478B1 (en) * | 1999-05-21 | 2002-10-08 | Advanced Micro Devices, Inc. | Method and apparatus for identifying runt data frames received by a network switch |
US7039010B2 (en) * | 2002-03-06 | 2006-05-02 | Broadcom Corporation | Optimized data path structure for multi-channel management information base (MIB) event generation |
US20030169686A1 (en) * | 2002-03-06 | 2003-09-11 | Broadcom Corporation | Optimized data path structure for multi-channel management information base (MIB) event generation |
US20030172326A1 (en) * | 2002-03-08 | 2003-09-11 | Coffin Louis F. | Error/status information management |
US6983408B2 (en) * | 2002-03-08 | 2006-01-03 | Microsoft Corporation | Managing error/status information generated during video processing |
US20050190799A1 (en) * | 2002-03-08 | 2005-09-01 | Microsoft Corporation | Error/status information management |
US7281186B2 (en) * | 2002-03-08 | 2007-10-09 | Microsoft Corporation | Error/status information management |
Also Published As
Publication number | Publication date |
---|---|
TW313725B (de) | 1997-08-21 |
DE69530282D1 (de) | 2003-05-15 |
WO1996015606A1 (en) | 1996-05-23 |
DE69530282T2 (de) | 2004-01-29 |
EP0739561B1 (de) | 2003-04-09 |
KR100354326B1 (ko) | 2003-01-06 |
EP0739561A1 (de) | 1996-10-30 |
JP3600876B2 (ja) | 2004-12-15 |
JPH09507994A (ja) | 1997-08-12 |
ATE237207T1 (de) | 2003-04-15 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US6985969B1 (en) | Receiving data on a networked computer in a reduced power state | |
US8325716B2 (en) | Data path optimization algorithm | |
US5790786A (en) | Multi-media-access-controller circuit for a network hub | |
US6018526A (en) | Bridge device with self learning between network media and integrated circuit and method based on the same | |
US6618390B1 (en) | Method and apparatus for maintaining randomly accessible free buffer information for a network switch | |
JP3987915B2 (ja) | ネットワークスイッチとホストコントローラとの間で送信する管理パケットを合成するための装置および方法 | |
US5550803A (en) | Method and system for increasing network information carried in a data packet via packet tagging | |
US6157623A (en) | Apparatus and method for selectively outputting data using a MAC layer interface or a PCI bus interface | |
US6400715B1 (en) | Network address matching circuit and method | |
US5659758A (en) | Interrupt modular for receiving bursty high speed network traffic | |
EP1545058B1 (de) | Vorrichtung zur Sammlung von Informationen über die Benutzung eines Paketnetzwerks | |
US7948974B2 (en) | Creating a low bandwidth channel within a high bandwidth packet stream | |
US20030110344A1 (en) | Communications systems, apparatus and methods | |
US5493562A (en) | Apparatus and method for selectively storing error statistics | |
EP1491995B1 (de) | Dual-Port-Funktionalität für einen Single-Port-Speicher | |
CN1425236A (zh) | 使用单环数据总线连接配置的公用存储器的装置和方法 | |
US6415363B1 (en) | Memory statistics counter and method for counting the number of accesses to a portion of memory | |
US6957309B1 (en) | Method and apparatus for re-accessing a FIFO location | |
US20030193894A1 (en) | Method and apparatus for early zero-credit determination in an infiniband system | |
US6345371B1 (en) | Method of performing diagnostic procedures on a queue structure | |
US6754743B2 (en) | Virtual insertion of cells from a secondary source into a FIFO | |
US11979479B1 (en) | Packet sorting and reassembly circuit module | |
US20240205122A9 (en) | High speed data packet pcap capture and storage with error detection-correction | |
JPH0338943A (ja) | 多重hdlc通信チヤネル受信装置を有する端末アダプタ | |
US7203197B2 (en) | Method and apparatus for interfacing utopia bus with serial TDM channel transporting ATM data |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: ADVANCED MICRO DEVICES INC., CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:LO, WILLIAM;REEL/FRAME:007295/0541 Effective date: 19941214 |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
FPAY | Fee payment |
Year of fee payment: 4 |
|
FPAY | Fee payment |
Year of fee payment: 8 |
|
FPAY | Fee payment |
Year of fee payment: 12 |