ETHERNET INTERFACE MODULE
20180183729 ยท 2018-06-28
Inventors
Cpc classification
International classification
Abstract
An Ethernet interface module comprises a first full duplex port, a second duplex port, a first path coupling the first duplex port and the second full duplex port, a second path coupling the second full duplex port and the first full duplex port, a first queue disposed in the first path, a second queue disposed in the second path, a third path comprising at least a portion of the first queue coupling the receive and transmit portions of the first port, a fourth path comprising at least a portion of the second queue coupling the receive and transmit portions of the second port, execution apparatus operable responsive to a command to alter the state of said Ethernet interface module, or the contents of said received frame to produce a return frame comprising fields of a received frame that are modified, or both.
Claims
1. An Ethernet interface module configured to couple a device to an Ethernet network, said Ethernet interface module comprising: a first full duplex port comprising a receive portion and a transmit portion; said first full duplex port is operable to transfer frames between said Ethernet network and said device; a second full duplex port comprising a second receive portion and a second transmit portion; said second duplex port is operable to transfer frames between said network and said device; a first path coupling said first duplex port and said second full duplex port; a second path coupling said second full duplex port and said first full duplex port; a first queue disposed in said first path; a second queue disposed in said second path; a third path coupling said first receive portion and said first transmit portion, said third path comprising at least a portion of said first queue; a fourth path coupling said second receive portion and said second transmit portion, said fourth path comprising at least a portion of said second queue; evaluation apparatus coupled to said first queue and to said second queue, said evaluation apparatus operable to determine from a received destination address in a received frame from one of said first full duplex port or said second full duplex port whether said received frame is addressed to said device; each said received frame comprises a source address field comprising a source address, a destination address field comprising a destination address, and a command field utilized to provide a command; and said evaluation apparatus operable to determine whether a received frame is addressed to said device and to determine whether said command is executable by said Ethernet interface module; execution apparatus to perform an operation based on the contents of said command field if said evaluation apparatus identifies said received frame as appropriate for said Ethernet interface module, said operation altering the state of said Ethernet interface module, or the contents of said received frame to produce a return frame comprising fields of said received packet that are modified, or both; said Ethernet interface module is operable such that if a first communication link is present at said first full duplex port and a second communication link is present at said second full duplex port, each said received frame received on one of said first full duplex port or said second full duplex port is forwarded out the other of said first full duplex port or said second full duplex port as a forwarded frame with modified or unmodified fields.
Description
BRIEF DESCRIPTION OF THE DRAWING
[0094] The invention will be better understood by a reading of the following detailed description in conjunction with the drawing figures in which:
[0095]
[0096]
[0097]
[0098]
[0099]
[0100]
[0101]
[0102]
[0103]
[0104]
[0105]
[0106]
[0107]
[0108]
[0109]
[0110]
[0111]
DETAILED DESCRIPTION
[0112] An Ethernet physical transceiver is often referred to as a physical layer transmitter and/or receiver, a physical layer transceiver, a PHY transceiver, a PHYceiver, or simply a PHY. A PHY is commonly found on Ethernet devices. Its purpose is to provide analog signal physical access to the Ethernet link. A PHY chip implements hardware send and receive function of Ethernet frames. PHY interfaces to the line modulation at one end and binary packet signaling at the other. A PHY is usually used in conjunction with a second chip or interfaced to a microcontroller that takes care of the higher layer Media Access Control or MAC functions. IEEE 802.3-2002 section 4.1.4 sets out the functions required of a MAC.
[0113] As used herein PHY and MAC refer to blocks that provide the PHY and MAC functions, respectively.
[0114] The various embodiments of Ethernet interface modules described below comprise PHY and MAC, but do not include or require packet memory, protocol evaluation software and per-device switching resources. The various embodiments of Ethernet interface modules include the constraints that only full-duplex operation of the corresponding device is allowed, and all ports on the corresponding device associated with an Ethernet interface module must operate at the same data rate.
[0115] With the above constraints, devices utilizing Ethernet interface module embodiments can coexist in any typical Ethernet network including many of the very high-performance Ethernet environments including, but not limited to PROFINET, 1588V2, and AVB.
[0116] In the various Ethernet interface modules, there is no constraint on the specifics of the Ethernet physical implementation except it must be full duplex. By way of non-limiting example, the Ethernet physical implementation may include the use of optical fiber or copper cable, shielded cable or unshielded approaches, different signaling techniques over the cable, Power-Over-Ethernet, etc.
[0117] Full duplex operation allows simultaneous communication between a pair of stations or devices. With full duplex operation each station or device can simultaneously transmit and receive and accordingly, each Ethernet interface must be capable to simultaneously transmit and receive packet data frames.
[0118] A basic frame format 100A for various embodiments of an Ethernet interface module is shown in
[0119] Each Ethernet interface module is assigned a unique 48-bit address sometimes referred to as the interface's physical or hardware address. The destination address field 101 contains the address that corresponds to the address of the interface that is the destination of the packet frame. Alternatively destination address field 101 may instead contain a multicast address that one or more interfaces on the network have been enabled to receive, or a standard broadcast address.
[0120] Every Ethernet interface module attached to a network reads in every transmitted frame up through at least the destination address field 101. If the destination address of a frame does not match an Ethernet interface module's own address or one of a multicast or broadcast address that the Ethernet interface module is programmed to receive, then the Ethernet interface module may either discard the packet frame or forward it as described below.
[0121] Source address or SRC address field 103 contains the physical address of the Ethernet interface that sent the packet frame.
[0122] Ethertype identification field 107 contains an identifier that refers to the type of high-level protocol data carried in the packet data field 111.
[0123] Each Ethernet interface module supports a set of commands, which are specified in a Command field 109. Some common commands are defined as part of the basic protocol, while the majority of the available commands are left for use in device-specific operations. The command set is described in detail below.
[0124] Data field 11 carries the data.
[0125] FCS (Frame Check Sequence) field 113 provides cyclic redundancy check (CRC) used to check the integrity of the bits in the various fields. As a frame is generated by a transmitting Ethernet station or master, a CRC value is calculated and inserted into field 113. A CRC is again calculated in a receiving Ethernet interface as the frame is received. The newly calculated CRC value is compared to the CRC value in field 113. If the two values are identical then there is a high level of assurance that no errors have occurred in transmission of the packet data frame
[0126] A basic packet frame format 100B for with a VLAN (Virtual Local Area Network) header is shown in
[0127] VLAN tag header field 113 identifies the VLAN to which the frame belongs.
[0128] VLAN tag header field 113 may be optional in certain embodiments. Where the VLAN header is optional, command field 107 is 16-bits long, and data field 109 is dependent on the command. Although the embodiment shows the use of a VLAN header, other header fields may be utilized.
[0129] A block diagram of an Ethernet interface module 200 is shown in
[0130] A first path 205 couples the receive portion of port 201 to the transmit portion of port 203. A second path 207 couples the receive portion of port 203 to the transmit portion of port 201. Disposed within first path 205 is a first queue 209. Disposed within second path 207 is a second queue 211. Each queue 209, 211 is a few bytes in length, typically 6 or more bytes.
[0131] In operation, each queue 209, 211 receives bytes from a received frame. As each new byte is received, the bytes are shifted in the queue toward the corresponding transmit portion. The length queues is less than the length of a frame and as a result, a received frame received at one of ports 201, 203 is transmitted as a transmit frame at the other port 203, 201 concurrent with the received frame still being received, but offset in time by a predetermined time delay. The predetermined time delay is determined by the size of the queues 201, 203.
[0132] By providing determinable constant time delays, the embodiments of the invention advantageously provide predictable consistent constant time delays for all devices utilizing Ethernet interface modules 200 in accordance with the principles of the invention.
[0133] Ethernet interface module 200 further comprises evaluation logic 213, read/write logic 215, register/memory 217 and a device interface 219. Evaluation logic 213 and read/write logic 215 may each be implemented with dedicated logic or in low-level software on a programmable device. Device interface 219 provides an interface to a device 1000. Data transfers between device 1000 and received frames occur via queues 209, 211, read/write logic 215, memory 217, and device interface 219.
[0134] The size and complexity of evaluation logic 213, read/write logic 215, memory 217 and a device interface 219 may vary depending on the requirements for the class of device. For example, register/memory may range from a few bytes to kilobytes of storage. Device interface 19 can range from a few digital inputs and/or outputs to a serial interface (e.g. SPI or UART), to a complex bus to communicate directly with a microprocessor.
[0135] Evaluation logic 213 comprises an address memory that contains one or more destination addresses for its associated device. The destination addresses comprise one or more multicast addresses associated with the device. In various embodiments some of the multicast addresses may be programmable. The memory typically is a random access memory. The memory may store unicast and multicast addresses for the associated device 1000. Evaluation logic 213 monitors each received frame as it traverses the first queue 209 or the second queue 211 and compares the destination address contained in the destination address field 101 of the received frame with the addresses associated with device 1000.
[0136] Each Ethernet interface module 200 may operate either as a field nodes or as an end nodes. The designation as a field node or end node refers to the location and role of the Ethernet interface module 200 in a network. With the two-port Ethernet interface module 200 as shown in the
[0137] Read/write logic 215 is responsive to evaluation logic 213 to read data packets from a received frame for storage in memory 217 and transmission to device 1000 via device interface 219, and to write data packets from device 1000 received via interface 219 and stored in memory 217.
[0138] When Ethernet interface module 200 operates as a field node, while a frame is received on one of the ports 201, 203, the first six bytes of the received frame are stored in the respective queue 209, 211 and are evaluated by evaluation logic 203 for a match with the MAC address of device 1000 and one-or more multicast addresses supported by device 1000. If there is an address match and if the destination address is the device's unicast address, the destination address of the packet is replaced with a predetermined one of the multicast addresses stored in Ethernet interface module 200.
[0139] As the frame bytes of a received frame are received at one of the ports 201, 203 and queued up in the respective one of queue 209, 211, the received frame is presented to the other port 203, 201 as a transmitted frame and transmission of the frame begins on the other port 203, 201. As each frame traverses a queue 209, 211 evaluation logic 213 checks the Ethertype field of the received frame. If the Ethertype contained in the Ethertype field matches the Ethertype of Ethernet interface module 200 then the following portions of the received frame are evaluated by evaluation logic 213 for a command that might apply to the device.
[0140] Examples of commands that apply to the device include things like Read Data, Write Data, etc. The data involved in the commands is extracted from the packet or inserted into the packet as appropriate while it traverses the node. The packet will be maintained at the same length on the way out as it is on the way in. That is, if bytes are written from the received frame into the memory 219, the same bytes are also written to the transmitted frame. However, if bytes are to be read from memory 219 into the received frame, the incoming bytes in the corresponding location of the received frame are discarded and replaced with the device data from memory 219.
[0141] Turning now to
[0142] If evaluation logic 213 determines at any of steps 303, 305, 307 that there is a destination address match, evaluation logic 213 next determines at step 315 whether Ethernet interface module 200 is an end node or a field node. If as a result of step 315 it is determined that Ethernet interface module 200 is an end node, then evaluation logic 213, at step 317, causes the destination address field 101 to be overwritten with the source address contained in the source address field 103 and evaluation logic 213 next determines if the Ethertype field 107 contains the Ethertype of device 1000. If Ethertype field 107 contains the Ethertype of device 1000, and if it is determined at step 321 that Ethernet interface module 200 is an end node, Ethernet interface module processes the command contained in command field 109 while reflecting the received frame on the receive portion of port 201. If Ethertype field 107 contains the Ethertype of device 1000, and if it is determined at step 321 that Ethernet interface module 200 is not an end node, Ethernet interface module 200 processes the command contained in command field 109 and completes transmission of a transmitted frame at step 325.
[0143] If at step 319 evaluation logic 213 determines that the Ethertype field 107 does not contain the Ethertype of device 1000, evaluation logic 213 determines at step 309 whether or not Ethernet interface module 200 is an end node. If it is determined that Ethernet interface module 200 is an end node, then the frame is discarded at step 311. If it is determined that Ethernet interface module 200 is not an end node, the unmodified received frame is transmitted from port 203.
[0144] If at step 315 evaluation logic 213 determines that Ethernet interface module 200 is not an end node, then evaluation logic 213 determines if the destination field 101 of the received frame contains a multicast address associated with device 1000. If the destination field contains a multicast address associated with device 1000 then the received frame is forwarded to port 203 and evaluation logic 213 determines at step 319 if the Ethertype field 107 contains an Ethertype associated with Ethernet interface module 200. Processing from step 319 proceeds as described hereinabove.
[0145] If at step 315 evaluation logic 213 determines that Ethernet interface module 200 is not an end node and evaluation logic 213, at step 327 determines that destination address field 101 does not contain a multicast address associated with device 1000, then at step 329 evaluation logic 213 causes the address in destination field 101 of the received frame to be written with a multicast address and at step 320 begins Ethernet interface module 200 begins forwarding the received frame to port 203. Evaluation logic 213, at step 319 then determines if the Ethertype in Ethertype field 107 matches the Ethertype of Ethernet interface module 200. Processing from step 319 proceeds as described hereinabove.
[0146] To summarize, if the incoming received frame fails any of the checks described above (destination address doesn't match, Ethertype doesn't match, or it isn't a supported command), then the received frame is forwarded out the other port unmodified as a transmitted frame. This allows traffic that is not associated with the associated device 1000 to traverse the network with only minimal delay.
[0147] Evaluation logic 213 may maintain a count of the number of invalid packets and other statistics of interest on a node for network diagnostic purposes. These statistics may be read through the general command framework.
[0148] On the transmit side of a port 201, 203, the packet Frame Check Sequence (FCS) is computed and inserted onto the transmitted frame in FCS field 113, replacing the FCS from the received frame. If an error is detected in the FCS computation on the received frame, an erroneous FCS is inserted on the transmitted frame to invalidate it.
[0149] Evaluation logic 213 may be programmed for a particular device type on how it will behave if it receives commands simultaneously on both ports 201, 203. The available options include: [0150] Only operate on the first command recognized; [0151] Perform both operations without any further limits; [0152] Perform both operations only if they don't interfere with each other; or [0153] Insert an error code in one or both packets.
[0154] When Ethernet interface module 200 is designated as an end node, if a received frame does not match the MAC address or one of the supported multicast addresses or if its Ethertype does not match, it is discarded. If all of these checks pass, the source address of the incoming frame is used as the destination address of the outgoing to send the message in the received frame back to the source controller that generated it. Then the MAC address of the device is used as the source address in the transmitted frame. Transmission of the frame is begun out the transmit portion of the same port it was received on. As the frame is forwarded, the same process of evaluating command field 109 and reading/writing the frame contents is performed just as it is in a field node.
[0155] Ethernet interface module 200 supports several features with respect to the processing of frames. The number of supported multicast addresses can vary as long as there is at least one. The set of commands supported may vary for each Ethernet interface module. VLAN headers can be treated in a few different ways. The VLAN headers can be ignored. The Ethernet interface module 200 may be further programmed such that V LAN field 105 can be used as an additional filter on analyzing multicast destination addresses. For example, the destination address may only be considered to match if the destination address in destination address field 101 matches and the VLAN field 105 matches.
[0156] When Ethernet interface module 200 is programmed as an end node, it can further be programmed to only reflect frames with a correct VLAN address in VLAN field 105. In addition, it may be programmed to replace the VLAN address of in VLAN field 105 of the received frame with another VLAN address when reflecting the received frame as a transmitted frame.
[0157] Ethernet interface module 200 may be programmed to only operate on certain commands if they are directed to the unicast address associated with device 1000. This allows for controlled access to only a single device with a generally recognized command.
[0158] Ethernet interface module 200 may further include data management functions including delaying application of incoming data until a received frame containing the data has been fully validated. To provide delaying application of incoming data a variety of approaches may be provided that range from providing in Ethernet interface module 200 a shadow memory or shadow register to allow multi-buffering of input data. Signaling may be provided at device interface 219 to indicate reception of fresh data, along with a validity indication. In addition a signal may be generated that output data has been transmitted only after the transmitted frame carrying the data has been validated. Ethernet interface module 200 may provide multi-buffering of output data to guarantee a consistent data set for transmission. Ethernet interface module 200 may also provide status flags to indicate that data is in the process of being read/written on the device interface 219.
[0159] Because different devices 1000 may reasonably comprise a multiplicity of flavors of various complexities, including frames having different packet fields, Ethernet interface module 200 is further operable to distinguish between frame types. Each frame 100 may include a type field 117 as shown in
[0160] Table 1 below illustrates encoding for type field 117.
TABLE-US-00001 TABLE 1 Encoding Type 0x8000 basic encoding, no extra fields 0x8001 return address field added 0x8002 16-bit sequence ID field added 0x8004 32-bit sequence ID field added 0x8008 64-bit sequence ID field added 0x8009 64-bit sequence ID field and return address fields included
[0161] All type encodings have the most significant bit set. The most significant bit of a command field 107 is never set. This permits differentiation between the type field 117 and the command field 107. By providing this differentiation, basic devices 1000 operate seamlessly with more complex ones.
[0162] Ethernet interface module 200, in its simplest form, modifies certain fields of a frame without changing the source address contained therein. The original source address is maintained in the outgoing frame to provide a destination back to the frame source when the frame reaches the end of a device string.
[0163] Alternatively a return address field 119 as shown in frame 100D in
[0164] Still further, potential end node Ethernet interface modules 200 may be programmed with a return address. This reduces frame overhead and shortens turnaround time on the end node Ethernet interface module 200. To implement this approach, no changes are needed to the frame, just an additional command and storage on end nodes.
[0165] When an Ethernet interface module 200 with this feature receives a frame addressed to it, it replaces the source address of the outgoing frame with its own MAC address. The end node Ethernet interface module 200 then uses the return address as the destination address when the frame is turned around.
[0166] For a basic frame 100A such as shown in
[0167] However, this delay is actually minimal because in either case, transmission of the preamble can begin following receipt/validation of the Ethertype. Given that preamble is 8 bytes and the type/return address are also 8 bytes long, the effective additional delay is quite small (0-80 nanoseconds at 100 Mbit).
[0168] Turning now to
[0169] In frame 100E, a 16-bit sequence ID is shown. Sequence ID fields of greater length can be used for special cases, e.g., in association with authentication, etc., but 16-bits is adequate for the purpose of managing frame order.
[0170] Ethernet interface module 200 does not modify the sequence ID of a frame. Rather the frame is returned with the received sequence ID. In operation, Ethernet interface module 200 expects an incrementing sequence of sequence IDs that wraps at full-scale. If an older frame, i.e., out of order frame, is received, it is not acted on but is rejected. An older frame can be detected by determining that a sequence number of a received frame bears a predetermined relationship to the previously received frame's sequence number.
[0171] Rejection of a frame is indicated to a master 401 in the operation of the command. For example, a READ command would not modify the data going back to master 401. A WRITE command has an associated receipt field that is modified by device 1000 on a successful operation and left unchanged for an unsuccessful one, e.g., the sequence ID is out of order. These details are a part of command encoding.
[0172] To address security within the local Ethernet network, an authentication approach is provided.
[0173] Each Ethernet interface module 200 has a key associated with it that is installed at manufacture or deployment time. Master 401 is provided with the keys of any Ethernet interface modules 200 with which it will communicate. The basic frame protocol formats are unchanged, rather additional data is included within the command data field 109. A frame 100F including the additional data is shown in
[0174] In frame 100F, each section of command data, e.g., to/from different devices has a separate sequence ID. Using a device-specific key (e.g. 128 bit), master 401 computes a cryptographic hash over the sequence ID 121a, 121b and accompanying data field 109a, 109b. This cryptographic hash is then inserted into frame 100F following the data in security hash value fields 123a, 123b. When an Ethernet interface module 200 receives the data it computes the same hash function over the sequence ID in sequence ID fields 121a, 121b and data in data fields 109a, 109b and verifies that it matches the hash values included in the received frame.
[0175] Similarly, for data to be read out from a device 1000, a new sequence ID is generated or the one most recently received from master 400 is utilized and a cryptographic hash is generated across the sequence ID and the data to be sent to master 400. When frame IF including the appropriate read command traverses the Ethernet interface module 200, the sequence id fields, data fields and hash fields are transmitted and checked on receipt at master 400.
[0176] A 64-bit sequence ID was selected to ensure that sequence IDs do not need to be re-used, which would provide a mechanism for attack against device 1000 and/or master 400.
[0177] It will be apparent to those skilled in the art that smaller or larger values could be used. Similarly the cryptographic hash size is selected to be 64 bits to provide a good compromise between size and security.
[0178] Ethernet interface module 200 provides a safety channel over a general Ethernet network. Data is sent up two different, verified, channels within Ethernet interface module 200. This is accomplished in an integrated hardware implementation as described below in conjunction with
[0179] Master 400 determines an output value and encodes it into a frame as two data blocks 109a, 109b in
[0180] Upon receipt of the frame or frames 100F at Ethernet interface module 200, the two safety data encoded blocks in fields 109a, 109b are processed by read/write logic 215 shown in greater detail in
[0181] A watchdog timer 4511 is utilized and will reset to a default value if a valid frame is not received in predetermined programmable period of time.
[0182] Ethernet interface module 200 writes input frames received from device 1000 into the two separate registers 605a, 605b. The input frame data to be outputted to master 400 is then managed in reverse as described above. A sequence ID is provided to the input frame. The sequence ID used will be the one from the last successful receipt of output data from master 400. An additional small, e.g., 4-bit, counter that is not shown indicates the number of times that a sequence ID has been used. This information is loaded into an input frame destined for master 400.
[0183] On receipt of the input frame 100F at master 400, the frame data is unpacked, validated and compared.
[0184] This approach provides a pure hardware safety channel over a general Ethernet network.
[0185] The functionality of Ethernet interface device 200 is operational in a plurality of network topologies. Some examples of such network topologies are shown in
[0186]
[0187] In the reflecting line example illustrated in
[0188] In the example of
[0189] Even without using a managed switch, the features of Ethernet interface module devices can be used to manage this situation. Different Ethernet interface modules can be assigned different multicast addresses, resulting in a frame in question only being reflected by a single end node. Similarly, VLAN headers in VLAN field 105 can be used so that only a single reflector will send back a frame in question, avoiding packet duplication.
[0190] These features allow control over frames flowing through a network, either using or not using managed switches.
[0191] Ethernet interface module 200 supports a rich set of commands that are specified in Command field 109 in a received frame. Some commands are defined as part of the basic protocol, while the majority of the available commands are left for use in device specific operations.
[0192] Commands are either fixed or configurable. Fixed Commands always operate the same way regardless of how device 1000 has been configured. Configurable Commands can have various elements of functionality modified through configuration over the Ethernet. These elements include the specific command identification (ID), and an offset into the packet at which the device will read/write data, etc. Configurable commands provide a great degree of flexibility in building a complex device. The only constraint on command functionality is that they not interfere with the packet flow across the device. Any function that makes sense for a particular device can be assigned to a command.
[0193] In various embodiments, all devices share a set of fixed commands known as core commands. For very basic devices, the full supported command set may comprise only fixed commands. The core commands comprise: [0194] Discoverdescribed below; [0195] Read ConfigurationRead the current configuration of the device; [0196] Write ConfigurationChange the configuration of the device (specifically, set parameters for Configurable Commands); [0197] Read Base DataRead the basic input data associated with the device; and [0198] Write Base DataWrite the basic output data associated with the device.
[0199] More complex devices will support additional commands. These can be either configurable or fixed. The complexity of these commands is not limited by the protocol, as long as they don't interfere with the data flow across the Ethernet interface module 200. Device-specific commands can be implemented as dedicated logic blocks, or can be performed by a programmable block. In the case of a programmable block in Ethernet interface module 200, it can load its program either from resources on the device (e.g. a ROM or written by a host processor) or it can be loaded by the configuration command for the device i.e., a controller will write the program for Electronic interface module 200 as part of a configuration process.
[0200] Each device that supports configurable commands has a random access memory table that indicates the command ID associated with a command, as well as other fields as necessary. This typically includes the size of data addressed by the command, the offset of the data in the frame that is executing the command, and an offset in memory/register space on the device to read/write the data for the command. The values given in the table of
[0201] This variable command approach allows a system designer to build a single frame that reads diverse data from multiple devices, writes data to multiple devices, reads data from one device and writes it to another, etc. For example, the same Ethernet interface module 200 Command ID could be configured as a Read command on some devices and a Write command on other devices so that a single frame would result in both operations. Some complex devices may support the configuration of a single Command ID to multiple commands, allowing a single command/frame to result in both read and write and perhaps some other functions in a single frame (at different offsets in the frame or shared offsets). Other Command IDs may have no correlation to any frame data, rather the frame is used as an event to trigger some behavior on the device.
[0202] A command of specific interest is the Discovery Command. This allows an Ethernet interface module 200 master to determine what Ethernet interface module devices are available on the network and to learn about their relationship to each other on the network. A discovery frame 800 is shown in
[0203] Start count field 801 contains a Start Count that is the beginning value for the discovery, as described below, it will allow for the discovery of a very large number of devices. A Max count field 811 contains a maximum count that can be accommodated in the current discovery frame. Count field 813 contains an index of the next device to be discovered. Fields 817-0, 817-1, . . . 817-n include information filled in by discovered devices. Fields 817-0, 817-1, . . . 817-n may include the following: [0204] Device MAC Address (6 bytes); [0205] Device Type (2-bytes)to indicate a basic set of functions/data. Examples include Switch, 8-bit I/O, Temperature Sensor, 1-bit input, 1-bit output, relay, etc.; [0206] Vendor ID (4-bytes); [0207] Vendor Device Type (2-bytes)used to identify more specific/extensive features for a device; [0208] Version Number (2 bytes); and [0209] Vendor Field (4 bytes)to allow further differentiation of devices depending on options, state, etc.
[0210] With this set of information, each device uses 20 bytes to report itself in discovery. A full-size discovery frame can report up to 73 devices.
[0211] A typical discovery process would start with the master sending a multicast packet formatted as shown with the values: [0212] Start Count=0 [0213] MAX Count=72 [0214] Count=0
[0215] As the frame traverses Ethernet interface module 200 it will cause the count to be compared to the max Count in max count field 813. If the count is greater than the max count then the frame will be forwarded without modification (except when reflected in and end node as described above). If the count is less than max count, the current count field 815 will be used as an offset into the frame 800. The count will be incremented and written back to the transmitted frame as it leaves the device.
[0216] Next, the Ethernet interface module 200 will forward, unmodified, the contents of the received frame until it reaches a frame location identified from the count it read from the frame times the number of bytes in a field (e.g. 20)). At this point the data described above is written to the packet and the remainder of the packet forwarded without modification.
[0217] For systems that have more devices than can be identified in a single frame, start count field 811 is used. The first frame would be sent with a start count at 0 and a max count at 72. If it returned full, then a next frame would be sent with start count at 73 and max count at 145, and so on until a frame is returned that is not full.
[0218] Given the information in the returned discovery frames, a master can determine how many devices of what sort are available on the network. It can also deduce quite a lot about the topology of the network.
[0219] Ethernet interface module 200 provides various network management support functions. One feature that is useful in network error management is that Ethernet interface module 200 has the ability to create a particular frame if it loses a network link on one of the ports 201, 203. The frame is directed to master 400 or a specific multicast address if not programmed otherwise. The frame contains information about the id of Ethernet interface module 200 and the port that has lost its network link. A similar frame is transmitted by Ethernet interface module 200 on the link to a port being reestablished.
[0220] The same frame and hardware used for link change notification packets is also be used to send out a general Hello message as Ethernet interface module 200 is powered on. This allows master 400 to immediately identify each Ethernet interface module 200 as it becomes active.
[0221] A number of network-related values are monitored by Ethernet interface module 200 and counts kept of their occurrence. These counts can then be accessed by master 400 to aid in network diagnostics/etc. Examples of monitored data include: [0222] number of bytes of data received on each port; [0223] number of bytes of data transmitted on each port; [0224] number of frames received on each port; [0225] number of frames acted upon on each port; [0226] number of invalid frames received on each port (bad FCS); [0227] number of frames received with invalid security encryption hash on each port; and [0228] number of frames received with invalid sequence ID on each port
[0229] Whether by design or because of a failure in the network, in network topologies where there is not a Ethernet interface module 200 at the end of a line, an approach is provided that takes advantage of the standard Internet Control Message Protocol ICMP ping protocol on a regular Ethernet device downstream of the last Ethernet interface module 200. The regular Ethernet device is referred to in the following as the reflector. This is accomplished by placing the last Ethernet interface module 200 in the line in a special mode.
[0230] In this special mode, referred to as a PING encapsulation mode, master 401 sends a command to the last Ethernet interface module 200 in the line to set the following parameters: [0231] define an upstream port, i.e., the port closest to the master 401; [0232] define a downstream port, i.e., the port facing the downstream reflector; [0233] provide the Ethernet MAC address of the reflector; and [0234] program a value indicating the size of the frame header (SH) to be discarded.
This programmability provides support for IP-V6.
[0235] Ethernet interface module 200 is placed into PING encapsulation mode upon receipt of a PING encapsulation frame 100G, shown in
[0236] In the ping encapsulation mode, Ethernet interface module 200 receives an echo response or PONG frame 100J, shown in
[0237] Master 401, after configuring Ethernet interface module 200 as described above, will network by creating a Ping frame header as if it were being transmitted from Ethernet interface module 200 to a standard Ethernet node downstream of it, except that the Ethernet destination address is that of Ethernet interface module 200 and the source address is that of the master 401. Master 401 places a standard Ethernet interface module 200 frame, e.g. frame 100A, in the payload field 100X of the Ping frame 100G shown in
[0238] Frame 100G is received on the upstream port of Ethernet interface module 200 and processed as described above, resulting in a valid PING frame 100H from Ethernet interface module 200 to the reflector device.
[0239] The reflector device processes frame 100H as a standard PING frame and transmits the result frame 100J back to Ethernet interface module 200.
[0240] Ethernet interface module 200 removes the PING encapsulation layer from frame 100G, processes and forwards a standard Ethernet interface module 200 frame contained in field 100Y back upstream in the direction of master 401 and any other Ethernet interface modules 200 present on the same line of the network. The ICMP PING header and IP headers are modified to change from an echo request (ping) to an echo response (pong). As the frame traverses Ethernet interface module 200 on the way back, everything prior to the Ping Payload block 100Y is discarded, leaving a standard frame.
[0241] One issue is that an IP address other than that of master 401 must be used for the frame. This is because the repeater will update its ARP table with the IP address in the frame and the associated MAC address. A single such IP address can be used for any and all Ethernet interface modules 200 used in this fashion in a given Ethernet network system.
[0242] Another embodiment of an Ethernet interface module 900 is shown in
[0243] The operation of Ethernet interface module 900 is similar to the two-port Ethernet interface module 200, except that traffic coming in on port 901 is forwarded back out same port 901. When in reflector mode it operates exactly like a two port Ethernet interface module 200 in reflector mode. The difference in terms of reflector mode is that the determination to go into reflector mode is not made based on link status; nodes are either fixed as reflector nodes, or there is an external indication from a physical switch, external processor, etc.
[0244] To understand the operation of these nodes different network cabling approaches are shown in
[0245]
[0246]
[0247]
[0248]
[0249] In
[0250] In
[0251] In the topology of network 1600 shown
[0252] For one-port Ethernet interface modules 900, unless they are used strictly as a reflector plugged in to a standard switch port or a port on a two-port device, they cannot participate in auto-negotiation. For this reason, they should typically operate in a fixed communication mode.
[0253] Because an Ethernet interface module 200, 900 has all of its communications running at the same data rate, different sets of rules apply to link management. For a dual-port Ethernet interface module 200 the simplest option is to build the device with a fixed data rate and disable any auto-negotiation. This requires that all other ports to which such devices are connected are also fixed data rate and auto-negotiation is disabled.
[0254] A more flexible approach in various embodiments is to allow Ethernet interface module 200 to conduct auto-negotiation, but limit the negotiation to a fixed speed. This will work seamlessly with most standard devices to which an Ethernet interface module 200 may associated.
[0255] Ethernet interface module 200 can perform a link management initialization as follows: [0256] Establish link on a first port 201; [0257] Establish link on the second port 203; and [0258] If the two link transmission speeds don't match, halt the faster link and restart auto-negotiation forcing the lower transmission speed.
[0259] Single-port Ethernet interface module 900 devices can only perform auto-negotiation if they are operating in a mode where both directions are resolved to the same port on another device. In the case of a network 1600 of that provides a Reflecting Loop topology shown in the
[0260] Ethernet interface modules 200, 900 can be implemented using a wide variety of approaches.
[0261] In one embodiment, Ethernet interface modules 200, 900 comprise a programmable device that can operate sufficiently regularly to perform the frame processing and forwarding in software, coupled with MAC functionality (either hardware or software) and PHYs.
[0262] In other embodiments, Ethernet interface modules 200, 900 may comprise an integrated circuit that performs the core Ethernet interface module functions and MAC functions that is coupled with external PHYs.
[0263] In further embodiments, Ethernet interface modules 200, 900 may comprise an integrated circuit that performs the core Ethernet interface module functions with PHYs incorporated on the same IC.
[0264] In further embodiments, Ethernet interface modules 200, 900 may comprise an integrated circuit that performs the core Ethernet interface module functions well as dedicated I/O operations (e.g. an Analog-to-Digital convertor on the same IC).
[0265] In further embodiments, Ethernet interface modules 200, 900 may comprise an integrated circuit that performs the core Ethernet interface module functions and MACs, with or without PHYs on the same IC.
[0266] Any of the above may be implemented in programmable hardware such as a field programmable gate array (FPGA).
[0267] Synchronization of Ethernet interface modules 200, 900 with other devices on a network, when necessary, can be accomplished in various ways. In one embodiment the timing of an incoming Ethernet interface module command frame may be used to generate a signal to timestamp the event or even directly control a clock management block.
[0268] Various features may be provided to Ethernet interface modules 200, 900 to perform time stamping, clock frequency management, etc. In addition certain embodiments of Ethernet interface modules 200, 900 may recognize frames from other protocols such as IEEE 1588 V2 and utilize those protocols.
[0269] A watchdog timer function may be provided in Ethernet interface modules 200, 900. Such a function includes a timer that measures a maximum time between reception of a particular command or one of a set of commands. If the time is exceeded then some action is taken such as generating a signal to external hardware, replacing data in the Electronic interface module 200, 900 with default values, etc.
[0270] The precise communications frequency on a receiving port of a device is determined by the peer device that is transmitting the frame, while the frequency of the packet being retransmitted out the other port is determined by the local device. These two frequencies will not typically match exactly due to differences in the oscillators on the two devices, temperature effects, etc. There are two issues raised by this difference.
[0271] The first issue is that a certain amount of buffering is necessary on the local device so that if its transmit clock is faster than the data it is receiving, it will not run out of data to transmit before the end of the frame. Likewise, if the transmitting clock is slower, it must be able to buffer up additional data that is received before reception of the incoming frame is complete. The forwarding time, which consists of preamble transmission plus the time it takes to receive the destination address is adequate to cover a faster transmit clock. Similar buffering levels, on the order of a few bytes, are sufficient for handling the slow transmit clock case.
[0272] The second issue is specific to high performance networks. Some networks depend on very consistent timing of frames traversing the network. Examples include PROFINET IRT networks, SERCOS III networks, and various network protocols that utilize Ethernet to distribute precise timing. In these cases the jitter introduced by having differences in transmit and receive clocks on an Ethernet interface module 200, 900 node are problematic. To resolve this problem, Ethernet interface module 200, 900 may use a clock recovered from the signal on the receive port 201, 901 to drive the transmit port transmission 203, 903. This will keep the time it takes a packet to traverse an Ethernet interface module 200, 900 node to a very consistent level and allow seamless operation in these high-performance networks.
[0273] The master function in a network containing Ethernet interface modules 200, 900 can be performed by any Ethernet-aware device with reasonable processing capability. This could be a personal computer, a cloud-based server, a programmable logic controller, or a dedicated controller. The performance requirements for the master are entirely a function of the needs of the networked devices. The frequency of frames to devices may range from microseconds for some applications to hours for others, the protocol is entirely agnostic with regards to this.
[0274] A local area network (LAN) comprising Ethernet interface modules 200, 900 may be integrated into a broader network including Internet of Things (IoT) applications. If an Ethernet interface module device needs to be accessed via Internet Protocol (IP) or via functions that are not directly accessible via the local Ethernet LAN, this can be achieved through IP Virtualization. In this Internet protocol (IP) Virtualization, frames can be encapsulated in UDP or TCP packets and sent using IP protocols to another IP-capable node on the LAN where the Ethernet interface modules reside. This remote IP-capable node strips off the upper layer protocols (e.g. IP/TCP) and transmits the raw frames, then re-encapsulate the returned frames and transmit them using IP to the master. It would be a straightforward process to build dedicated appliances to encapsulate and forward frames in this fashion, both on the same LAN as the master (or directly within the master itself) and at the remote LAN where the Ethernet interface modules reside.
[0275] There are a myriad of potential uses for the approach of utilizing Ethernet interface modules 200, 900 to communications and control. These uses are especially broad due to the combination of high bandwidth and low cost for a network of Ethernet interface modules 200, 900.
[0276] Ethernet interface modules may be utilized with domestic appliances to communicate any level of complexity of status and control information to a single controller in the house, or to multiple controllers. This allows for a unified control interface for appliances within the house and provides a single place that needs to be managed for Internet-level access and security issues, etc.
[0277] In addition to major appliances, e.g., washer/dryer, dishwasher, furnace/AC, range, refrigerator, etc., Ethernet interface module nodes may be used for smaller devices such as thermostats, fire detectors, and the like. For example, in the thermostat market there is a move to smart thermostats with enhanced functionality (and substantial cost). Utilizing an Ethernet interface module with a thermostat and augment it with software on the controller can provide low cost smart thermostat functionality with an arbitrary level of functionality.
[0278] Still further, the use of Ethernet interface module 200, 900 can reduce the cost of basic home wiring by using twisted-pair wiring to communicate among wall-switches, light fixtures, outlets, etc. In this arrangement, the heavy copper wiring used to provide power would be strung among light fixtures and outlets by the shortest path, with electronic switches in place controlled by Ethernet interface module 200, 900 nodes. Wall switches are very simple Ethernet interface module 200, 900 devices 1000 with only communications wiring and low-voltage power supplied to them, e.g. using one of the Power-Over-Ethernet standards. The result is reduced labor of installation, cost of the wiring and enhanced flexibility of control so that the correlation of switches and fixtures are programmable and all of the house wiring is under the control of a master.
[0279] In industrial settings, Ethernet interface modules 200, 900 may be used in many devices that currently use much more complex systems, both Ethernet and other communication layers. Also, devices with Ethernet interface modules 200, 900 can be interspersed among other types of devices in most networks. For example, a low-cost Ethernet Internet module device could be placed on a network operating PROFINET IRT with no negative impact on the IRT network because of the deterministic forwarding nature of Ethernet interface modules 200, 900.
[0280] Ethernet interface modules 200, 900 may be used widely in the automotive realm. From dome light controls, door lock controls, to communication with critical infrastructure such as brakes, etc. Similar to incorporation with high-performance Industrial networks, Ethernet interface modules 200, 900 can be placed in high performance automotive networks regardless of network timing and management protocols, enabling the sale of a single device design to multiple auto manufactures, even if they take different approaches to their network architecture.
[0281] The invention has been described in terms of various embodiments. It will be appreciated by those skilled in the art that various changes and modifications may be made without departing from the scope of the invention. It is not intended that the invention be limited by the specific embodiments shown and described. It is intended that the invention be limited in scope only by the claims appended hereto.