1. Field of the Invention
The invention relates to pattern detection techniques in general, and in particular, to its application to communications technology.
2. Prior Art
Processing systems for monitoring a communications network, such as Local Area Networks (LAN), and awakening a processor upon receiving a predetermined command or pulse from the network is well known in the prior art. U.S. Pat. No. 5,404,544 is an example of such processing systems. In the patent, the link pulse described in the 802.3/ethernet standard is used by a link connecting module to manage electrical power consumed by the link connecting module and the device that the link connecting module connects to the link. The patent describes a specialized method for power management on LAN and appears not suitable for general usage.
U.S. Pat. No. 5,396,636 describes a power management method in which a data transmission link transmits Power On frame when power is to be restored to a particular host on the link. Prior to receiving the Power ON frame, the host is maintained in an off-power state with a small amount of power being provided to selected components in the module that connects the host to the link. Upon receiving the Power On frame, full power is restored to the host. This method is a specialized situation in which only one fixed command can be used to wake-up the host.
The general drawback with the above patents is that a specialized wake-up frame must be transmitted from the “waker” to the “wakee”.
The Device Class Power Management Reference Specification, jointly authored by Microsoft® and Advanced Micro Devices®, Inc. refer to a more general approach in which patterns and byte masks are used to effectuate wake-up of a station. However, the specification does not provide an implementation.
It is an object of the present invention to provide a mechanism that uses pattern matching to provide the wake-up function to devices in a communications network.
The mechanism includes a pattern match RAM, a mask RAM and pattern match logic. The patterns against which information from the network is to be matched are loaded in the Pattern RAM. The masks which identify the portion of a word in the Pattern RAM against which information from the network is compared is loaded in the Mask RAM. The pattern match logic based upon the setting (state) of bits in the Mask RAM select patterns in the Pattern RAM and correlates the selected patterns with data from the network and generates a control signal if a match is determined. The control signal is used to awaken a host, such as a personal computer (PC), from a low-power state or off-state.
In one feature of the invention, the control signal is only generated if the frame on which the match is occurring is addressed to the station detecting the match. The foregoing object and feature of the present invention should be more readily apparent after review of the following more detailed description of the present invention.
The present invention can be used in any environment or technology in which pattern matching is required. It works well in matching patterns to facilitate power management in communications networks, such as Local Area Network (LAN) and will be described in this environment. However, this should not be construed as a limitation on the scope of the present invention since it is well within the skill of one skilled in the art to use the invention disclosed and claimed and expand it to the other technologies. Any such usage is intended to be covered by the teachings and claims of this patent.
Similarly, the ethernet physical layer chip 14 is a standard chip that has the specialized analog and digital circuits necessary to interface with the type of media the network is made of. The media could include fiber, unshielded twisted pair (UTP), or shielded twisted pair (STP), etc.
The ethernet MAC (Medium Access Controller) chip 6 includes the PCI interface 7, Pattern RAM 8, Mask RAM 12, pattern match logic 11, address match function 9, and ethernet MII interface 10. The named circuits are interconnected by data and control lines as shown in the figure. In addition, the chip includes circuit arrangement that provides standard ethernet functions.
Still referring to
Details of the respective blocks will be given hereinafter. Suffice it to say, at this time, the system software 2 running in the host computer decides to put the computer into a low power state referred hereinafter as sleep state. Part of the procedure for putting the host computer in the sleep state is to give the device driver 3 a list of data patterns that it would like the network adapter 5 to recognize if received and then wake up the host computer. The device driver 3 knows the length and number of patterns that the network adapter will support. In a preferred embodiment of this invention and for purposes of discussion, the length of each pattern in the Pattern RAM is chosen to be 128 bytes and the number of patterns in the Pattern RAM is eight. The device driver 3 will then write the pattern data into the Pattern RAM 8 and the mask bits into Mask RAM 12 and enable the pattern match logic 11. At this time, the network adapter 5 is no longer transmitting frames and is only receiving frames from the media and checking for data sequences that match the data coming in from the network. When a match is determined, the pattern match logic informs the PCI interface 7 from which a proper command waking up the host computer is issued.
DA—Destination Address (6 bytes)
SA—Source Address (6 bytes)
Length/Type—Length of Data field (IEEE 802.3)/Type definition (Ethernet) (2 bytes)
Data—LLC Data (including padding, if needed, in short LLC frames) 46 to 1500 bytes)
CRC—Cycle Redundancy Check (4 bytes)
Even though the wake up pattern can be of any length and positioned anywhere in the frame, for practical purposes, it is believed that the length is typically 64-128 bytes and is positioned within the first 128 bytes of the ethernet frame. Accordingly, in the preferred embodiment of this invention, if the pattern is presented in the first 128 bytes of the frame, the present invention will recognize it. Of course, the technique may be extended to cover pattern position subsequent to the first 128 bytes of the ethernet frame. To do this involves having the data pattern and the byte mask of bits to tell the pattern match logic which bytes in the pattern to compare with information from the network. Frames received when the station is in network wake up mode are discarded. In addition, while in network wake up mode, no frames will be transmitted. Once a pattern match is made, the pattern match logic will remain in the network wake up mode until the device driver disables it. Also, the frame must successfully pass address match logic (i.e., a copy valid frame) in order to be a wake up match.
In the preferred embodiment, there are eight pattern words. Therefore, i can take the values 1, 2, 3, 4, 5 . . . 8. Consequently, if i=1, bits 0-3 are mask bits for pattern 1, word 1; bits 4-7 are mask bits for pattern 2, word 1; bits 8-11 are mask bits for pattern 3, word 1 and so forth. Each group of four bits (Mask Group) in the Mask RAM relates to the four bytes of a word in the Pattern RAM. As a consequence, the first bit of a Mask Group relates to the first byte of the associated pattern word, the second bit of the Mask Group relates to the second byte of the associated pattern word, the third bit of the Mask Group relates to the third word of the associated pattern word and the fourth bit of the Mask Group relates to the fourth word of the associated pattern word. It should be noted that the relationship between the bits in a Mask Group and the related word in the associated pattern may be changed without deviating from the spirit and scope of the present invention. The setting (state) of the bit in the Mask Group determines whether or not a word in the associated pattern is to be compared with a word off the network. If the bit is set to 1, the related word in the Pattern RAM is compared with the word from the network. If the bit is set to 0, no comparison is done.
All mask bits are contained from address 0 to address 127 in the Mask RAM 12 (FIG. 1). It was done this way so the Data Match State Machine (DMSM), to be described hereinafter, only has to do one read of the Mask RAM 12 for each 32 bit of data supplied by the Data Accumulator State Machine (DASM), to be discussed hereinafter. The DMSM still has to do eight reads of pattern data from the Pattern RAM 8, one for each pattern compared. By arranging the data as discussed above in the Mask RAM and the Pattern RAM, accessing and comparing is much easier than would otherwise be. The technique for generating address for reading both the Pattern RAM and the Mask RAM will be described hereinafter.
Still referring to
Still referring to
Table 2, below, is the Register table identifying the registers in FIG. 3. Column 1 identifies the register, column 2 identifies the Reset Value for each of the registers and column 3, labelled Function, indicates the function provided by each of the registers. The table is self-explanatory and further discussion will not be given.
Still referring to
0: Idle/Data 31:16: In this state, DASM detects the start of frame and end of frame. It also accumulates the upper 16 bits of the data coming from Ethernet MII Interface.
1: Data 15:0: In this state, DASM detects end of frame, and captures the lower 16 bits of the data coming from the Ethernet MII Interface. Four-byte enable bits are also passed from DASM 16 to DMSM 20 to reflect which of the 4 bytes are valid. The bits are only relevant on the last data transfer of the frame between DASM 16 and DMSM 20 because this is the only data transfer which will not necessarily be whole 4 bytes.
Turning to
Referring to
0—Idle: Not active, waiting for DATA_VALID from DASM.
1—Match Pattern 1: Match data with Pattern 1 data and Mask.
2—Match Pattern 2: Match data with Pattern 2 data and Mask.
3—Match Pattern 3: Match data with Pattern 3 data and Mask.
4—Match Pattern 4: Match data with Pattern 4 data and Mask.
5—Match Pattern 5: Match data with Pattern 5 data and Mask.
6—Match Pattern 6: Match data with Pattern 6 data and Mask.
7—Match Pattern 7: Match data with Pattern 7 data and Mask.
8—Match Pattern 8: Match data with Pattern 8 data and Mask. State 8 must also determine when the entire pattern has been checked.
The data comparisons are done by comparing the data from DASM with Pattern Data from the Pattern RAM on a byte-by-byte basis, if the Byte Enable for that byte is a logical 1 and if the Mask bit for that byte is a logical 1. If the compare succeeds, and the byte Mask flag is set, the match is successful for that byte. If the Mask flag is off, the result of the compare is irrelevant. If the byte Mask flag is set, the Byte Enable must be set, and the data must compare, or a mismatch occurs and that pattern is marked as failed via a fail bit. This fail bit is generated by logic external to the DMSM. This logic does as the previous sentences describe: Following is the same information in a list of steps the logic does:
If all patterns have failed; that is all Fail Bits are set, a signal called ALL_FAIL is set, and the state machine stops processing. If the frame ends before the pattern match is done, then DATA_VALID will turn off. This tells DMSM that there is no more data to check. However, it must continue and check the rest of the byte Masks for the 8 patterns to make sure that they all set to 0 for the remainder of the 128 bytes. Regardless of the frame state, if all 8 pattern fail, DMSM will stop and wait for the next invocation of DATA_VALID (that is, for the next new frame to arrive). In other words, if all 8 pattern have failed, DMSM does not bother doing any more checking for the life of the frame.
Still referring to
Referring to
Turning to
While the invention has been particularly shown and described with reference to a preferred embodiment, it will be understood by those skilled in the art that various changes in form and detail may be made therein without departing from the spirit and scope of the invention.
Number | Name | Date | Kind |
---|---|---|---|
4403303 | Howes et al. | Sep 1983 | A |
5311509 | Heddes et al. | May 1994 | A |
5381414 | Gibson | Jan 1995 | A |
5396636 | Gallagher et al. | Mar 1995 | A |
5404544 | Crayford | Apr 1995 | A |
5412782 | Hausman et al. | May 1995 | A |
5446914 | Paul et al. | Aug 1995 | A |
5485584 | Hausman et al. | Jan 1996 | A |
5526355 | Yang et al. | Jun 1996 | A |
5560038 | Haddock | Sep 1996 | A |
5596575 | Yang et al. | Jan 1997 | A |
5604867 | Harwood | Feb 1997 | A |
5642360 | Trainin | Jun 1997 | A |
5659758 | Gentry et al. | Aug 1997 | A |
5659794 | Caldarale et al. | Aug 1997 | A |
5689726 | Lin | Nov 1997 | A |
5742833 | Dea et al. | Apr 1998 | A |
5778000 | Dosiere et al. | Jul 1998 | A |
5802287 | Rostoker et al. | Sep 1998 | A |
5802305 | McKaughan et al. | Sep 1998 | A |
5835719 | Gibson et al. | Nov 1998 | A |
5892768 | Jeng | Apr 1999 | A |
5938771 | Williams et al. | Aug 1999 | A |
6012100 | Frailong et al. | Jan 2000 | A |
6016401 | Rostoker et al. | Jan 2000 | A |
Number | Date | Country |
---|---|---|
0752637 | Jan 1997 | EP |
0777172 | Jun 1997 | EP |
9613106 | May 1996 | WO |
9715123 | Apr 1997 | WO |
9733408 | Sep 1997 | WO |
Number | Date | Country | |
---|---|---|---|
20020077995 A1 | Jun 2002 | US |