WO2005101769A1 - Configuration of redirection tables - Google Patents

Configuration of redirection tables Download PDF

Info

Publication number
WO2005101769A1
WO2005101769A1 PCT/US2005/008949 US2005008949W WO2005101769A1 WO 2005101769 A1 WO2005101769 A1 WO 2005101769A1 US 2005008949 W US2005008949 W US 2005008949W WO 2005101769 A1 WO2005101769 A1 WO 2005101769A1
Authority
WO
WIPO (PCT)
Prior art keywords
entries
redirection table
hardware
software
conflicting
Prior art date
Application number
PCT/US2005/008949
Other languages
French (fr)
Inventor
Linden Cornett
Original Assignee
Intel Corporation
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Intel Corporation filed Critical Intel Corporation
Priority to GB0620513A priority Critical patent/GB2429602B/en
Priority to DE112005000705T priority patent/DE112005000705B4/en
Priority to CN2005800067180A priority patent/CN1926827B/en
Publication of WO2005101769A1 publication Critical patent/WO2005101769A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/56Routing software
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/58Association of routers
    • H04L45/586Association of routers of virtual routers

Definitions

  • Receive side scaling is a feature in an operating system that allows network adapters that support RSS to direct packets of certain Transmission Control Protocol /Internet Protocol (TCP/IP) flows to be processed on a designated Central Processing Unit (CPU), thus increasing network processing power on computing platforms that have a plurality of processors. Further details of the TCP/IP protocol are described in the publication entitled “Transmission Control Protocol: DARPA Internet Program Protocol Specification,” prepared for the Defense Advanced Projects Research Agency (RFC 793, published September 1981).
  • the RSS feature scales the received traffic across the plurality of processors in order to avoid limiting the receive bandwidth to the processing capabilities of a single processor.
  • a hash function In order to direct packets to the appropriate CPU, a hash function is defined that takes as an input the header information included in the flow, and outputs a hash value used to identify the CPU on which the flow should be processed by a device driver and the TCP/IP stack. The hash function is run across the connection-specific information in each incoming packet header. Based on the hash value, each packet is assigned to a certain bucket in a redirection table. There are a fixed number of buckets in the redirection table and each bucket can point to a specific processor. The contents of the redirection table are pushed down from the host stack. In response to an incoming packet being classified to a certain bucket, the incoming packet can be directed to the processor associated with that bucket.
  • FIG. 1 illustrates a computing environment, in accordance with certain embodiments
  • FIG. 2 illustrates a block diagram that shows how packets are distributed among a plurality of processors, in accordance with certain embodiments
  • FIG. 3 illustrates a block diagram that shows how a device driver maps a software redirection table to a hardware redirection table, in accordance with certain embodiments
  • FIG. 4 illustrates first operations implemented in a device driver that is capable executing in the computing environment, in accordance with certain embodiments
  • FIG. 5 illustrates second operations implemented in a device driver that is capable executing in the computing environment, in accordance with certain embodiments
  • FIG. 6 illustrates a block diagram that provides an exemplary mapping of packets to processors, in accordance with certain embodiments.
  • FIG. 7 illustrates a block diagram of a computer architecture for certain elements of the computing environment, in accordance with certain embodiments.
  • FIG. 1 illustrates a computing environment 100, in accordance with certain embodiments.
  • a computational platform 102 is coupled to a network 104 via a network interface hardware 106.
  • the computational platform 102 may send and receive packets from other devices (not shown) through the network 104.
  • the computational platform 102 may be a personal computer, a workstation, a server, a mainframe, a hand held computer, a palm top computer, a laptop computer, a telephony device, a network computer, a blade computer, or any other computational platform.
  • the network 104 may comprise the Internet, an intranet, a Local area network (LAN), a Storage area network (SAN), a Wide area network (WAN), a wireless network, etc.
  • the network 104 may be part of one or more larger networks or may be an independent network or may be comprised of multiple interconnected networks.
  • the network interface hardware 106 may send and receive packets over the network 106.
  • the network interface hardware 106 may include a network adapter, such as, a TCP/IP offload engine (TOE) adapter.
  • the computational platform 102 may comprise a plurality of processors 108a...108n, an operating system 110, a device driver 112, a software redirection table 114, and a plurality of receive queues 116a...116m.
  • the plurality of processors 108a... l08n may comprise Complex Instruction Set Computer (CISC) or Reduced Instruction Set Computer (RISC) processors or any other processor.
  • the Operating system 110 may comprise the MICROSOFT WINDOWS* Operating System, the UNIX* operating system, or other operating system.
  • the device driver 112 may be a device driver for the network interface hardware 104.
  • the device driver 112 may be a device driver for the network adapter.
  • the software redirection table 114 is a data structure that includes a plurality of entries, where each entry may be used to point to one of the plurality of processors 108a...108n where received packets may be processed.
  • the software redirection table 114 may be part of the operating system 110 or may be otherwise be associated with the operating system 110.
  • Receive queues 116a...116m are data structures that are managed by the device driver 112. Receive queues 116a...116m may include packets received by the network interface hardware 106 that are queued for processing by the processors 108a...108n.
  • the network interface hardware 106 may include a hardware redirection table 118 and a hardware hash calculator 120.
  • the hardware redirection table 118 may be implemented in hardware in the network interface hardware 106, and each entry in the hardware redirection table may be used to point to one of the plurality of processors 108a...108n where received packets may be processed.
  • the hardware hash calculator 120 may compute a hash function based on the header of a received packet, where the hash function maps to an entry of the hardware redirection table 118.
  • the received packet may be processed by a processor that corresponds to the entry mapped onto by the hash function.
  • the software redirection table 114 may have a different number of entries than the hardware redirection table 118.
  • the device driver 112 maps the software redirection table 114 to the hardware redirection table 118 and directs received packets to the processors 108a...108n on the basis of the mapping.
  • the network interface hardware 106 receives a packet "i" 200 from the network 104.
  • the hardware hash calculator 120 applies a hash function to certain headers of the packet "i" 200 to compute a hash 202.
  • the hash 202 may be used to index 204 into an entry of a redirection table 206.
  • the redirection table 206 maps a packet to a receive queue 210 based on which entry number 208 the hash 202 indexes 204 into in the redirection table 206.
  • the hash 202 may index 204 into the entry number 0000001 (reference numeral 212) that points to the receive queue "1."
  • the packet "i" 214 (which is the same as packet "i" 200) is queued to the receive queue "1" 216b.
  • the interrupt service routine of the device driver 112 may be called by the operating system 110.
  • the interrupt service routine of the device driver 112 may claim the interrupt, and schedule a DPC.
  • the DPC when started, may process packets, such as, the packet "i" 200, received by the network interface hardware 106.
  • a DPC is used to process packets corresponding to one processor, whereas a receive queue may have a plurality of DPCs associated with the receive queue.
  • receive queue "1" 216b is associated with DPC 218b that processes packet "i" 214 in the processor 220b.
  • the packet "i" 200, 214 is mapped onto the receive queue "1" (reference numeral 216b).
  • FIG. 3 illustrates a block diagram that shows how the device driver 112 maps the software redirection table 114 to the hardware redirection table 118, in accordance with certain embodiments.
  • the operating system 110 may not place any specific limit on the number of entries in the software redirection table 114.
  • the number of entries in the hardware redirection table 118 may be limited and may be of a fixed size. Therefore, in certain embodiments there may be a plurality of software table entries corresponding to each hardware table entry. As a result, conflicts may be caused among the software table entries that are to be mapped to the hardware table entries.
  • the software redirection table 114 has twice the number of entries as the hardware redirection table 118, then a conflict may present for an entry number x, for which the receive queue corresponding to the entry number x is not the same the receive queue corresponding to the entry number x+N, where N is the number of entries in the hardware redirection table 118.
  • the device driver 112 may need to determine which processor to use in the corresponding hardware table entry.
  • a heuristic may be used to guess which processor to use in the case of a conflict. Using a heuristic may cause every receive queue to potentially include packets destined for every processor, in the worst case.
  • each receive queue may need to have DPCs that correspond to the number of processors. If there are four processors and four receive queues then sixteen DPCs may be necessary in such a heuristic based embodiment.
  • the overhead generated with the creation and usage of a large number of DPCs may reduce system performance.
  • the device driver 112 is provided with a threshold 300.
  • the threshold 300 may be a programmable variable or a constant.
  • the device driver 112 determines the number of conflicts in the software redirection table 114 and maps the entries of the software redirection table 114 to the entries of the hardware redirection table 118 based on the number of conflicts.
  • FIG. 4 illustrates first operations implemented in the device driver 112 that is capable executing in the computing environment 100, in accordance with certain embodiments.
  • the device driver 112 maps the entries of the software redirection table 114 to the hardware redirection table 118 based on the number of conflicts in the software redirection table entries.
  • Control starts at block 400, where the device driver 112 determines a number of conflicting entries in a first redirection table 114 having a first set of entries, wherein the first set of entries is capable of being mapped to a second set of entries of a second redirection table 118.
  • the first redirection table 114 may be the software redirection table 114 and the second redirection table 118 may be the hardware redirection table 118.
  • the number of entries in the first redirection table 114 may be more than the number of entries in the second redirection table 118.
  • the device driver maps (at block 402) the first set of entries to the second set of entries based on the number of conflicting entries in the first redirection table 114. In certain exemplary embodiments, if the number of conflicting entries exceed the threshold 300 then the mapping is performed differently when compared to the case where the number of conflicting entries do not exceed the threshold.
  • the device driver 112 may map a greater number of entries of the software redirection table 114 to a fewer number of entries of the hardware redirection table 118 based on the number of conflicting entries in the software redirection table 114.
  • FIG. 5 illustrates second operations implemented in the device driver 112 that is capable of executing in the computing environment 100, in accordance with certain embodiments. In certain exemplary embodiments, the second operations illustrated in FIG. 5 may be performed in addition to the first operations illustrated in FIG. 4, where the first redirection table 114 is a software redirection table 114 and the second redirection table 118 is a hardware redirection table 118. FIG. 5 illustrates operations in which the device driver 112 maps the entries of the software redirection table 114 to the hardware redirection table 118 based on the number of conflicts in the software redirection table entries.
  • Control starts at block 500, where the device driver 112 determines whether the software redirection table 114 has more entries than the hardware redirection table 118, i.e., whether a first set of entries in the software redirection table 114 has more members than a second set of entries in the hardware redirection table 118.
  • each entry is expected to correspond to a receive queue in which the device driver 112 is expected to process a packet.
  • entry number 0000001 corresponds to the receive queue "1”.
  • the device driver 112 is expected to the map the entries of the software redirection table 114 to the entries of the hardware redirection table 118.
  • the operating system 110 may provide the software redirection table 114 to the device driver 112 for the network interface hardware 106 that includes the hardware redirection table 118.
  • the device driver 114 determines (at block 502) a number of conflicting entries in the software redirection table 114, wherein a conflict is caused if at least two entries of the software redirection table that are capable of being mapped to one entry of the hardware redirection table indicate different receive queues.
  • the device driver 112 determines (at block 504) whether the number of conflicts is less than the threshold 300.
  • the device driver 112 indicates (at block 506) that packets associated with conflicting entries are to be directed to one receive queue.
  • the device driver 112 distributes (at block 508) packets in the one receive queue among all processors for processing and processes packets in other receive queues in different processors. For example, in certain embodiments if there are four processors numbered “0”, “1”, “2”, “3”, and four receive queues numbered “0”, “1”, “2”, “3”, then all packets associated with conflicting entries may be directed to the receive queue "0".
  • queues "1", “2”, “3” may indicate packets to be processed on processors “1", “2”, “3” respectively, whereas receive queue “0” may indicate packets to be distributed for processing among processors "0", “1", “2”, “3”. Therefore, in certain embodiments a total of seven DPCs may be required, where receive queue "0” requires four DPCs and the each of the other receive queues require one DPC. Therefore, when compared to the heuristic based embodiment described earlier, the total number of DPCs are reduced from sixteen to seven.
  • the device driver 112 indicates (at block 510) that all packets are to be directed to a single receive queue.
  • the number of conflicting entries is not less than the threshold, there may be a high number of conflicting entries.
  • the device driver 112 may still be required to process the other receive queues.
  • processing overhead may be reduced by having only a single receive queue and directing all packets to the single receive queue. In such a case, in certain exemplary embodiments, four processors and a single receive queue may require only four DPCs.
  • the device driver 112 processes (at block 512) receive side scaling in software, wherein processing receive side scaling further comprises creating virtual queues and queuing DPCs to corresponding processors via the device driver 112.
  • the device deriver determines (at block 500) that the software redirection table 114 does not have more entries than the hardware redirection table 118 then the device driver 112 programs the hardware redirection table 118 in accordance with the software redirection table 114. For each entry of the hardware redirection table 118, the corresponding value in the software redirection table 114 is used. In such a case, if there are four processors then four DPCs may be necessary.
  • FIG. 5 describes an embodiment in which depending on the number of conflicts the device driver 112 maps the software redirection table 114 entries differently to generate the hardware redirection table 118 entries.
  • determining whether the software redirection table 114 has more entries, determining the number of conflicts, and indicating are performed by the device driver 112 in the computational platform 102 having the plurality of processors 108a...108n.
  • the hardware redirection table 118 is implemented in a hardware device coupled to the computational platform 102 having the plurality of processors 108a...108n, where the hardware redirection table 118 is of a fixed size, and where the software redirection table 114 is associated with the operating system 110 is implemented in the computational platform 102.
  • the threshold 300 may be compared to conditions that are different from those described in FIG. 5 and the number of conflicting entries may be calculated differently.
  • FIG. 6 illustrates a block diagram that provides an exemplary mapping of packets to processors that may be implemented in the computing environment 100, in accordance with certain embodiments.
  • FIG. 6 four receive queues 600a...600d are shown. The received packets may be distributed among four processors 604a...604d. If the software redirection table 114 has more entries than the hardware redirection table 118, and the number of conflicts is less than the threshold 300 then in the exemplary embodiment illustrated in FIG. 6, the device driver 112 indicates that packets associated with conflicting entries are to be directed to one receive queue 600a.
  • DPCs 602a...602d there are four DPCs 602a...602d associated with the receive queue 600a, whereas for each of the other receive queues 600b...600d there are corresponding DPCs 602e...602g. All packets sent to receive queue 600b are processed in processor 604b, all packets sent to receive queue 600c are processed in processor 604c, all packets sent to receive queue 600d are processed in processor 604d, and all packets set to receive queue 600a are distributed among the four processors 604a...604d. [0037] Certain embodiments analyze the characteristics of the software and hardware redirection tables and based on the characteristics map the software redirection table 114 to the hardware redirection table 118.
  • the number of DPCs that are required are controlled while at the same time the processing of packets are distributed among the processors.
  • receive side scaling is performed in software by the device driver 112 by directing all packets to a single receive queue.
  • the number of DPCs may be equal to the number of processors.
  • the overhead associated with the creation of DPCs are controlled in certain embodiments.
  • the described techniques may be implemented as a method, apparatus or article of manufacture involving software, firmware, micro-code, hardware and/or any combination thereof.
  • article of manufacture refers to program instructions, code and/or logic implemented in circuitry (e.g., an integrated circuit chip, Programmable Gate Array (PGA), ASIC, etc.) and/or a computer readable medium (e.g., magnetic storage medium, such as hard disk drive, floppy disk, tape), optical storage (e.g., CD- ROM, DVD-ROM, optical disk, etc.), volatile and non-volatile memory device (e.g., Electrically Erasable Programmable Read Only Memory (EEPROM), Read Only Memory (ROM), Programmable Read Only Memory (PROM), Random Access Memory (RAM), Dynamic Random Access Memory (DRAM), Static Random Access Memory (SRAM), flash, firmware, programmable logic, etc.).
  • EEPROM Electrically Erasable Programmable Read Only Memory
  • ROM Read Only Memory
  • PROM Programmable Read Only Memory
  • RAM Dynamic Random Access
  • Code in the computer readable medium may be accessed and executed by a machine, such as, a processor.
  • the code in which embodiments are made may further be accessible through a transmission medium or from a file server via a network.
  • the article of manufacture in which the code is implemented may comprise a transmission medium, such as a network transmission line, wireless transmission media, signals propagating through space, radio waves, infrared signals, etc.
  • the article of manufacture may comprise any information bearing medium known in the art.
  • the article of manufacture comprises a storage medium having stored therein instructions that when executed by a machine results in operations being performed.
  • FIG. 7 illustrates a block diagram of a computer architecture in which certain embodiments are implemented.
  • FIG. 7 illustrates one embodiment of the computational platform 102 and the network interface hardware 106.
  • the computational platform 102 and the network interface hardware 106 may implement a computer architecture 700 having one or more processors 702, a memory 704 (e.g., a volatile memory device), and storage 706. Not all elements of the computer architecture 700 may be found in the computational platform 102 and the network interface hardware 106.
  • the storage 706 may include a non-volatile memory device (e.g., EEPROM, ROM, PROM, RAM, DRAM, SRAM, flash, firmware, programmable logic, etc.), magnetic disk drive, optical disk drive, tape drive, etc.
  • the storage 706 may comprise an internal storage device, an attached storage device and/or a network accessible storage device. Programs in the storage 706 may be loaded into the memory 704 and executed by the one or more processors 702 in a manner known in the art.
  • the architecture may further include a network card 708, such as the network interface hardware 106, to enable communication with a network.
  • the architecture may also include at least one input device 710, such as a keyboard, a touchscreen, a pen, voice-activated input, etc., and at least one output device 712, such as a display device, a speaker, a printer, etc.
  • Certain embodiments may be implemented in a computer system including a video controller to render information to display on a monitor coupled to the computer system including the network interface hardware 106, where the computer system may comprise a desktop, workstation, server, mainframe, laptop, handheld computer, etc.
  • An operating system may be capable of execution by the computer system, and the video controller may render graphics output via interactions with the operating system.
  • some embodiments may be implemented in a computer system that does not include a video controller, such as a switch, router, etc.
  • the device may be included in a card coupled to a computer system or on a motherboard of a computer system.
  • FIGs. 4 and 5 can be performed in parallel as well as sequentially. In alternative embodiments, certain of the operations may be performed in a different order, modified or removed. In alternative embodiments, the operations of FIGs. 4, and 5 may be implemented in the network interface hardware 106. Furthermore, many of the software and hardware components have been described in separate modules for purposes of illustration. Such components may be integrated into a fewer number of components or divided into a larger number of components.
  • FIGs. 1-7 The data structures and components shown or referred to in FIGs. 1-7 are described as having specific types of information. In alternative embodiments, the data structures and components may be structured differently and have fewer, more or different fields or different functions than those shown or referred to in the figures. [0043] Therefore, the foregoing description of the embodiments has been presented for the purposes of illustration and description. It is not intended to be exhaustive or to limit the embodiments to the precise form disclosed. Many modifications and variations are possible in light of the above teaching.

Abstract

In certain embodiments, a determination is made of a number of conflicting entries in a first redirection table having a first set of entries, wherein the first set of entries is capable of being mapped to a second set of entries of a second redirection table. A mapping is performed of the first set of entries to the second set of entries, based on the number of conflicting entries in the first redirection table.

Description

CONFIGURATION OF REDIRECTION TABLES
BACKGROUND [0001] Receive side scaling (RSS) is a feature in an operating system that allows network adapters that support RSS to direct packets of certain Transmission Control Protocol /Internet Protocol (TCP/IP) flows to be processed on a designated Central Processing Unit (CPU), thus increasing network processing power on computing platforms that have a plurality of processors. Further details of the TCP/IP protocol are described in the publication entitled "Transmission Control Protocol: DARPA Internet Program Protocol Specification," prepared for the Defense Advanced Projects Research Agency (RFC 793, published September 1981). The RSS feature scales the received traffic across the plurality of processors in order to avoid limiting the receive bandwidth to the processing capabilities of a single processor. [0002] In order to direct packets to the appropriate CPU, a hash function is defined that takes as an input the header information included in the flow, and outputs a hash value used to identify the CPU on which the flow should be processed by a device driver and the TCP/IP stack. The hash function is run across the connection-specific information in each incoming packet header. Based on the hash value, each packet is assigned to a certain bucket in a redirection table. There are a fixed number of buckets in the redirection table and each bucket can point to a specific processor. The contents of the redirection table are pushed down from the host stack. In response to an incoming packet being classified to a certain bucket, the incoming packet can be directed to the processor associated with that bucket.
BRIEF DESCRIPTION OF THE DRAWINGS [0003] Referring now to the drawings in which like reference numbers represent corresponding parts throughout: FIG. 1 illustrates a computing environment, in accordance with certain embodiments; FIG. 2 illustrates a block diagram that shows how packets are distributed among a plurality of processors, in accordance with certain embodiments; FIG. 3 illustrates a block diagram that shows how a device driver maps a software redirection table to a hardware redirection table, in accordance with certain embodiments; FIG. 4 illustrates first operations implemented in a device driver that is capable executing in the computing environment, in accordance with certain embodiments; FIG. 5 illustrates second operations implemented in a device driver that is capable executing in the computing environment, in accordance with certain embodiments; FIG. 6 illustrates a block diagram that provides an exemplary mapping of packets to processors, in accordance with certain embodiments. FIG. 7 illustrates a block diagram of a computer architecture for certain elements of the computing environment, in accordance with certain embodiments.
DETAILED DESCRIPTION [0004] In the following description, reference is made to the accompanying drawings which form a part hereof and which illustrate several embodiments. It is understood that other embodiments may be utilized and structural and operational changes may be made. [0005] FIG. 1 illustrates a computing environment 100, in accordance with certain embodiments. A computational platform 102 is coupled to a network 104 via a network interface hardware 106. The computational platform 102 may send and receive packets from other devices (not shown) through the network 104. [0006] The computational platform 102 may be a personal computer, a workstation, a server, a mainframe, a hand held computer, a palm top computer, a laptop computer, a telephony device, a network computer, a blade computer, or any other computational platform. The network 104 may comprise the Internet, an intranet, a Local area network (LAN), a Storage area network (SAN), a Wide area network (WAN), a wireless network, etc. The network 104 may be part of one or more larger networks or may be an independent network or may be comprised of multiple interconnected networks. The network interface hardware 106 may send and receive packets over the network 106. In certain embodiments the network interface hardware 106 may include a network adapter, such as, a TCP/IP offload engine (TOE) adapter. [0007] In certain embodiments, the computational platform 102 may comprise a plurality of processors 108a...108n, an operating system 110, a device driver 112, a software redirection table 114, and a plurality of receive queues 116a...116m. [0008] The plurality of processors 108a... l08n may comprise Complex Instruction Set Computer (CISC) or Reduced Instruction Set Computer (RISC) processors or any other processor. The Operating system 110 may comprise the MICROSOFT WINDOWS* Operating System, the UNIX* operating system, or other operating system. The device driver 112 may be a device driver for the network interface hardware 104. For example, in certain embodiments if the network interface hardware 104 is a network adapter then the device driver 112 may be a device driver for the network adapter. [0009] The software redirection table 114 is a data structure that includes a plurality of entries, where each entry may be used to point to one of the plurality of processors 108a...108n where received packets may be processed. In certain embodiments, the software redirection table 114 may be part of the operating system 110 or may be otherwise be associated with the operating system 110.
[0010] The receive queues 116a...116m are data structures that are managed by the device driver 112. Receive queues 116a...116m may include packets received by the network interface hardware 106 that are queued for processing by the processors 108a...108n.
[0011] The network interface hardware 106 may include a hardware redirection table 118 and a hardware hash calculator 120. In certain embodiments, the hardware redirection table 118 may be implemented in hardware in the network interface hardware 106, and each entry in the hardware redirection table may be used to point to one of the plurality of processors 108a...108n where received packets may be processed.
[0012] The hardware hash calculator 120 may compute a hash function based on the header of a received packet, where the hash function maps to an entry of the hardware redirection table 118. In certain embodiments, the received packet may be processed by a processor that corresponds to the entry mapped onto by the hash function. [0013] In certain embodiments, the software redirection table 114 may have a different number of entries than the hardware redirection table 118. The device driver 112 maps the software redirection table 114 to the hardware redirection table 118 and directs received packets to the processors 108a...108n on the basis of the mapping. [0014] FIG. 2 illustrates a block diagram that shows how packets are distributed among a plurality of processors, in accordance with certain exemplary embodiments implemented in the computing environment 100. [0015] The network interface hardware 106 receives a packet "i" 200 from the network 104. In certain embodiments, the hardware hash calculator 120 applies a hash function to certain headers of the packet "i" 200 to compute a hash 202. The hash 202 may be used to index 204 into an entry of a redirection table 206. The redirection table 206 maps a packet to a receive queue 210 based on which entry number 208 the hash 202 indexes 204 into in the redirection table 206. For example, in certain embodiments the hash 202 may index 204 into the entry number 0000001 (reference numeral 212) that points to the receive queue "1." In such a case, the packet "i" 214 (which is the same as packet "i" 200) is queued to the receive queue "1" 216b. [0016] In the exemplary embodiment illustrated in FIG. 2, there are four receive queues 216a...216d, four deferred procedure calls (DPC) 218a...218d, and four processors 220a...220m. When the network interface hardware 106 generates an interrupt, the interrupt service routine of the device driver 112 may be called by the operating system 110. The interrupt service routine of the device driver 112 may claim the interrupt, and schedule a DPC. The DPC, when started, may process packets, such as, the packet "i" 200, received by the network interface hardware 106. In certain embodiments, a DPC is used to process packets corresponding to one processor, whereas a receive queue may have a plurality of DPCs associated with the receive queue. In the exemplary embodiment illustrated in FIG. 2, there is one DPC per receive queue. For example, receive queue "1" 216b is associated with DPC 218b that processes packet "i" 214 in the processor 220b. [0017] In the exemplary embodiment illustrated in FIG. 2, the packet "i" 200, 214 is mapped onto the receive queue "1" (reference numeral 216b). The DPC 218b associated with the receive queue "1" (reference numeral 216b) processes the packet 200, 214 in processor 220b. [0018] FIG. 3 illustrates a block diagram that shows how the device driver 112 maps the software redirection table 114 to the hardware redirection table 118, in accordance with certain embodiments.
[00191 In certain embodiments, the operating system 110 may not place any specific limit on the number of entries in the software redirection table 114. Unlike the software redirection table 114, the number of entries in the hardware redirection table 118 may be limited and may be of a fixed size. Therefore, in certain embodiments there may be a plurality of software table entries corresponding to each hardware table entry. As a result, conflicts may be caused among the software table entries that are to be mapped to the hardware table entries.
[0020| For example, if the software redirection table 114 has twice the number of entries as the hardware redirection table 118, then a conflict may present for an entry number x, for which the receive queue corresponding to the entry number x is not the same the receive queue corresponding to the entry number x+N, where N is the number of entries in the hardware redirection table 118. When there is a conflict among the multiple software table entries, the device driver 112 may need to determine which processor to use in the corresponding hardware table entry. In one approach, a heuristic may be used to guess which processor to use in the case of a conflict. Using a heuristic may cause every receive queue to potentially include packets destined for every processor, in the worst case. Therefore, each receive queue may need to have DPCs that correspond to the number of processors. If there are four processors and four receive queues then sixteen DPCs may be necessary in such a heuristic based embodiment. The overhead generated with the creation and usage of a large number of DPCs may reduce system performance.
[0021] In certain embodiments, the device driver 112 is provided with a threshold 300. The threshold 300 may be a programmable variable or a constant. In certain embodiments, the device driver 112 determines the number of conflicts in the software redirection table 114 and maps the entries of the software redirection table 114 to the entries of the hardware redirection table 118 based on the number of conflicts.
[0022] FIG. 4 illustrates first operations implemented in the device driver 112 that is capable executing in the computing environment 100, in accordance with certain embodiments. The device driver 112 maps the entries of the software redirection table 114 to the hardware redirection table 118 based on the number of conflicts in the software redirection table entries.
[0023] Control starts at block 400, where the device driver 112 determines a number of conflicting entries in a first redirection table 114 having a first set of entries, wherein the first set of entries is capable of being mapped to a second set of entries of a second redirection table 118. For example, in certain exemplary embodiments, the first redirection table 114 may be the software redirection table 114 and the second redirection table 118 may be the hardware redirection table 118. Additionally, in certain exemplary embodiments the number of entries in the first redirection table 114 may be more than the number of entries in the second redirection table 118. Therefore, in certain exemplary embodiments there may be conflicting entries when more than one entry of the first redirection table 114 is capable of being mapped to a single entry of the second redirection table 118. [0024] The device driver maps (at block 402) the first set of entries to the second set of entries based on the number of conflicting entries in the first redirection table 114. In certain exemplary embodiments, if the number of conflicting entries exceed the threshold 300 then the mapping is performed differently when compared to the case where the number of conflicting entries do not exceed the threshold. [0025] In certain exemplary embodiments, the device driver 112 may map a greater number of entries of the software redirection table 114 to a fewer number of entries of the hardware redirection table 118 based on the number of conflicting entries in the software redirection table 114. [0026] FIG. 5 illustrates second operations implemented in the device driver 112 that is capable of executing in the computing environment 100, in accordance with certain embodiments. In certain exemplary embodiments, the second operations illustrated in FIG. 5 may be performed in addition to the first operations illustrated in FIG. 4, where the first redirection table 114 is a software redirection table 114 and the second redirection table 118 is a hardware redirection table 118. FIG. 5 illustrates operations in which the device driver 112 maps the entries of the software redirection table 114 to the hardware redirection table 118 based on the number of conflicts in the software redirection table entries.
[0027] Control starts at block 500, where the device driver 112 determines whether the software redirection table 114 has more entries than the hardware redirection table 118, i.e., whether a first set of entries in the software redirection table 114 has more members than a second set of entries in the hardware redirection table 118. For receive side scaling, each entry is expected to correspond to a receive queue in which the device driver 112 is expected to process a packet. For example, in FIG. 2 the entry denoted by entry number 0000001 (reference numeral 212) corresponds to the receive queue "1". The device driver 112 is expected to the map the entries of the software redirection table 114 to the entries of the hardware redirection table 118. In certain embodiments, the operating system 110 may provide the software redirection table 114 to the device driver 112 for the network interface hardware 106 that includes the hardware redirection table 118. [0028] In response to determining that the software redirection table 114 has more entries than the hardware redirection table 118, the device driver 114 determines (at block 502) a number of conflicting entries in the software redirection table 114, wherein a conflict is caused if at least two entries of the software redirection table that are capable of being mapped to one entry of the hardware redirection table indicate different receive queues. [0029] The device driver 112 determines (at block 504) whether the number of conflicts is less than the threshold 300. If so, the device driver 112 indicates (at block 506) that packets associated with conflicting entries are to be directed to one receive queue. The device driver 112 distributes (at block 508) packets in the one receive queue among all processors for processing and processes packets in other receive queues in different processors. For example, in certain embodiments if there are four processors numbered "0", "1", "2", "3", and four receive queues numbered "0", "1", "2", "3", then all packets associated with conflicting entries may be directed to the receive queue "0". In this case, queues "1", "2", "3" may indicate packets to be processed on processors "1", "2", "3" respectively, whereas receive queue "0" may indicate packets to be distributed for processing among processors "0", "1", "2", "3". Therefore, in certain embodiments a total of seven DPCs may be required, where receive queue "0" requires four DPCs and the each of the other receive queues require one DPC. Therefore, when compared to the heuristic based embodiment described earlier, the total number of DPCs are reduced from sixteen to seven.
[0030] If a determination (at block 504) is made that the number of conflicting entries is not less than the threshold 300, then the device driver 112 indicates (at block 510) that all packets are to be directed to a single receive queue. When the number of conflicting entries is not less than the threshold, there may be a high number of conflicting entries. In such a case, if the device driver 112 indicates that packets associated with the conflicting entries are to be directed to one receive queue, then the device driver 112 may still be required to process the other receive queues. With a high number of conflicting entries most of packets may be directed to the one receive queue. Therefore, processing overhead may be reduced by having only a single receive queue and directing all packets to the single receive queue. In such a case, in certain exemplary embodiments, four processors and a single receive queue may require only four DPCs.
[0031] The device driver 112 processes (at block 512) receive side scaling in software, wherein processing receive side scaling further comprises creating virtual queues and queuing DPCs to corresponding processors via the device driver 112.
[0032] If the device deriver determines (at block 500) that the software redirection table 114 does not have more entries than the hardware redirection table 118 then the device driver 112 programs the hardware redirection table 118 in accordance with the software redirection table 114. For each entry of the hardware redirection table 118, the corresponding value in the software redirection table 114 is used. In such a case, if there are four processors then four DPCs may be necessary.
[0033] Therefore, FIG. 5 describes an embodiment in which depending on the number of conflicts the device driver 112 maps the software redirection table 114 entries differently to generate the hardware redirection table 118 entries. In certain embodiments, determining whether the software redirection table 114 has more entries, determining the number of conflicts, and indicating are performed by the device driver 112 in the computational platform 102 having the plurality of processors 108a...108n. In certain embodiments, the hardware redirection table 118 is implemented in a hardware device coupled to the computational platform 102 having the plurality of processors 108a...108n, where the hardware redirection table 118 is of a fixed size, and where the software redirection table 114 is associated with the operating system 110 is implemented in the computational platform 102.
[0034] In alternative embodiments, the threshold 300 may be compared to conditions that are different from those described in FIG. 5 and the number of conflicting entries may be calculated differently.
[0035] FIG. 6 illustrates a block diagram that provides an exemplary mapping of packets to processors that may be implemented in the computing environment 100, in accordance with certain embodiments. [0036] In FIG. 6 four receive queues 600a...600d are shown. The received packets may be distributed among four processors 604a...604d. If the software redirection table 114 has more entries than the hardware redirection table 118, and the number of conflicts is less than the threshold 300 then in the exemplary embodiment illustrated in FIG. 6, the device driver 112 indicates that packets associated with conflicting entries are to be directed to one receive queue 600a. Therefore, there are four DPCs 602a...602d associated with the receive queue 600a, whereas for each of the other receive queues 600b...600d there are corresponding DPCs 602e...602g. All packets sent to receive queue 600b are processed in processor 604b, all packets sent to receive queue 600c are processed in processor 604c, all packets sent to receive queue 600d are processed in processor 604d, and all packets set to receive queue 600a are distributed among the four processors 604a...604d. [0037] Certain embodiments analyze the characteristics of the software and hardware redirection tables and based on the characteristics map the software redirection table 114 to the hardware redirection table 118. In certain embodiments the number of DPCs that are required are controlled while at the same time the processing of packets are distributed among the processors. In certain other embodiments where the number of conflicts exceed or equal a threshold, receive side scaling is performed in software by the device driver 112 by directing all packets to a single receive queue. In such a case, the number of DPCs may be equal to the number of processors. The overhead associated with the creation of DPCs are controlled in certain embodiments.
[0038] The described techniques may be implemented as a method, apparatus or article of manufacture involving software, firmware, micro-code, hardware and/or any combination thereof. The term "article of manufacture" as used herein refers to program instructions, code and/or logic implemented in circuitry (e.g., an integrated circuit chip, Programmable Gate Array (PGA), ASIC, etc.) and/or a computer readable medium (e.g., magnetic storage medium, such as hard disk drive, floppy disk, tape), optical storage (e.g., CD- ROM, DVD-ROM, optical disk, etc.), volatile and non-volatile memory device (e.g., Electrically Erasable Programmable Read Only Memory (EEPROM), Read Only Memory (ROM), Programmable Read Only Memory (PROM), Random Access Memory (RAM), Dynamic Random Access Memory (DRAM), Static Random Access Memory (SRAM), flash, firmware, programmable logic, etc.). Code in the computer readable medium may be accessed and executed by a machine, such as, a processor. In certain embodiments, the code in which embodiments are made may further be accessible through a transmission medium or from a file server via a network. In such cases, the article of manufacture in which the code is implemented may comprise a transmission medium, such as a network transmission line, wireless transmission media, signals propagating through space, radio waves, infrared signals, etc. Of course, those skilled in the art will recognize that many modifications may be made without departing from the scope of the embodiments, and that the article of manufacture may comprise any information bearing medium known in the art. For example, the article of manufacture comprises a storage medium having stored therein instructions that when executed by a machine results in operations being performed. Furthermore, program logic that includes code may be implemented in hardware, software, firmware or many combination thereof. [0039] FIG. 7 illustrates a block diagram of a computer architecture in which certain embodiments are implemented. FIG. 7 illustrates one embodiment of the computational platform 102 and the network interface hardware 106. The computational platform 102 and the network interface hardware 106 may implement a computer architecture 700 having one or more processors 702, a memory 704 (e.g., a volatile memory device), and storage 706. Not all elements of the computer architecture 700 may be found in the computational platform 102 and the network interface hardware 106. The storage 706 may include a non-volatile memory device (e.g., EEPROM, ROM, PROM, RAM, DRAM, SRAM, flash, firmware, programmable logic, etc.), magnetic disk drive, optical disk drive, tape drive, etc. The storage 706 may comprise an internal storage device, an attached storage device and/or a network accessible storage device. Programs in the storage 706 may be loaded into the memory 704 and executed by the one or more processors 702 in a manner known in the art. The architecture may further include a network card 708, such as the network interface hardware 106, to enable communication with a network. The architecture may also include at least one input device 710, such as a keyboard, a touchscreen, a pen, voice-activated input, etc., and at least one output device 712, such as a display device, a speaker, a printer, etc.
[0040] Certain embodiments may be implemented in a computer system including a video controller to render information to display on a monitor coupled to the computer system including the network interface hardware 106, where the computer system may comprise a desktop, workstation, server, mainframe, laptop, handheld computer, etc. An operating system may be capable of execution by the computer system, and the video controller may render graphics output via interactions with the operating system. Alternatively, some embodiments may be implemented in a computer system that does not include a video controller, such as a switch, router, etc. Furthermore, in certain embodiments the device may be included in a card coupled to a computer system or on a motherboard of a computer system.
[0041] At least certain of the operations of FIGs. 4 and 5 can be performed in parallel as well as sequentially. In alternative embodiments, certain of the operations may be performed in a different order, modified or removed. In alternative embodiments, the operations of FIGs. 4, and 5 may be implemented in the network interface hardware 106. Furthermore, many of the software and hardware components have been described in separate modules for purposes of illustration. Such components may be integrated into a fewer number of components or divided into a larger number of components.
Additionally, certain operations described as performed by a specific component may be performed by other components.
[0042] The data structures and components shown or referred to in FIGs. 1-7 are described as having specific types of information. In alternative embodiments, the data structures and components may be structured differently and have fewer, more or different fields or different functions than those shown or referred to in the figures. [0043] Therefore, the foregoing description of the embodiments has been presented for the purposes of illustration and description. It is not intended to be exhaustive or to limit the embodiments to the precise form disclosed. Many modifications and variations are possible in light of the above teaching.
* MICROSOFT WINDOWS is a trademark of Microsoft Corp.
* UNIX is a trademark of the Open Group.

Claims

WHAT IS CLAIMED IS: 1. A method, comprising: determining a number of conflicting entries in a first redirection table having a first set of entries, wherein the first set of entries is capable of being mapped to a second set of entries of a second redirection table; and mapping the first set of entries to the second set of entries, based on the number of conflicting entries in the first redirection table.
2. The method of claim 1, wherein the first redirection table is a software redirection table, wherein the second redirection table is a hardware redirection table, and wherein a conflict is caused if at least two entries of the software redirection table that are capable of being mapped to one entry of the hardware redirection table indicate different receive queues, the method further comprising: determining whether the first set of entries in the software redirection table has more members than the second set of entries in the hardware redirection table, wherein the number of conflicting entries are determined in response to determining that the first set of entries in the software redirection table has more members than the second set of entries in the hardware redirection table; and indicating that packets associated with conflicting entries are to be directed to one receive queue, in response to determining that the number of conflicting entries is less than a threshold.
3. The method of claim 2, further comprising: distributing packets in the one receive queue among all processors for processing; and processing packets in other receive queues in different processors.
4. The method of claim 2, further comprising: indicating that all packets are to be directed to a single receive queue, in response to determining that the number of conflicting entries is not less than the threshold.
5. The method of claim 4, further comprising: processing receive side scaling in software, wherein processing receive side scaling further comprises creating virtual queues and queuing deferred procedure calls to corresponding processors via a device driver.
6. The method of claim 2, further comprising: programming the hardware redirection table in accordance with the software redirection table, in response to determining that the first set of entries in the software redirection table does not have more members than the second set of entries in the hardware redirection table.
7. The method of claim 1 , wherein determining and mapping are performed by a device driver in a computational platform having a plurality of processors.
8. The method of claim 1, wherein the first redirection table is associated with an operating system that supports receive side scaling, wherein the second redirection table is implemented in a hardware device coupled to a computational platform having a plurality of processors, and wherein the second redirection table is of a fixed size.
9. A system, comprising: at least one processor; a network interface coupled to the at least one processor; and program logic including code that is capable of causing the at least one processor to be operable to: (i) determine a number of conflicting entries in a first redirection table having a first set of entries, wherein the first set of entries is capable of being mapped to a second set of entries of a second redirection table implemented in the network interface; and (ii) map the first set of entries to the second set of entries, based on the number of conflicting entries in the first redirection table.
10. The system of claim 9, wherein the first redirection table is a software redirection table, wherein the second redirection table is a hardware redirection table, and wherein a conflict is caused if at least two entries of the software redirection table that are capable of being mapped to one entry of the hardware redirection table indicate different receive queues, wherein the program logic is further capable of causing the at least one processor to be operable to: determine whether the first set of entries in the software redirection table has more members than the second set of entries in the hardware redirection table, wherein the number of conflicting entries are determined in response to a determination that the first set of entries in the software redirection table has more members than the second set of entries in the hardware redirection table; and indicate that packets associated with conflicting entries are to be directed to one receive queue, if the number of conflicting entries is less than a threshold.
11. The system of claim 10, wherein the program logic is further capable of causing the at least one processor to be operable to: distribute packets in the one receive queue among all processors for processing; and process packets in other receive queues in different processors.
12. The system of claim 10, wherein the program logic is further capable of causing the at least one processor to be operable to: indicate that all packets are to be directed to a single receive queue, if the number of conflicting entries is not less than the threshold
13. The system of claim 12, further comprising: a device driver, wherein the device driver is operable to process receive side scaling in software by creation of virtual queues, and wherein the device driver is capable of queuing deferred procedure calls associated with the virtual queues to corresponding processors.
14. The system of claim 10, wherein the program logic is further capable of causing the at least one processor to be operable to: program the hardware redirection table in accordance with the software redirection table, in response to the determination that the first set of entries in the software redirection table does not have more members than the second set of entries in the hardware redirection table.
15. The system of claim 9, further comprising: a device driver operable to determine the number of conflicting entries and map the first set of entries.
16. The system of claim 9, wherein the first redirection table is associated with an operating system that supports receive side scaling, wherein the second redirection table is implemented in the network interface, and wherein the second redirection table is of a fixed size.
17. A system, comprising: a computational platform; a storage controller implemented in the computational platform; at least one processor coupled to the computational platform; a network interface coupled to computational platform; and program logic including code that is capable of causing the at least one processor to be operable to: (i) determine a number of conflicting entries in a first redirection table having a first set of entries, wherein the first set of entries is capable of being mapped to a second set of entries of a second redirection table, wherein the second redirection table is implemented in the network interface; and (ii) map the first set of entries to the second set of entries, based on the number of conflicting entries in the first redirection table.
18. The system of claim 17, wherein the first redirection table is a software redirection table, wherein the second redirection table is a hardware redirection table, and wherein a conflict is caused if at least two entries of the software redirection table that are capable of being mapped to one entry of the hardware redirection table indicate different receive queues, wherein the program logic is further capable of causing the at least one processor to be operable to: determine whether the first set of entries in the software redirection table has more members than the second set of entries in the hardware redirection table, wherein the number of conflicting entries are determined in response to a determination that the first set of entries in the software redirection table has more members than the second set of entries in the hardware redirection table; and indicate that packets associated with conflicting entries are to be directed to one receive queue, if the number of conflicting entries is less than a threshold.
19. The system of claim 18, wherein the program logic is further capable of causing the at least one processor to be operable to: distribute packets in the one receive queue among all processors for processing; and process packets in other receive queues in different processors.
20. The system of claim 18, wherein the program logic is further capable of causing the at least one processor to be operable to: indicate that all packets are to be directed to a single receive queue, in response to the determination that the number of conflicting entries is not less than the threshold.
21. An article of manufacture, comprising a storage medium having stored therein instructions that are operable by a machine to: determine a number of conflicting entries in a first redirection table having a first set of entries, wherein the first set of entries is capable of being mapped to a second set of entries of a second redirection table; and map the first set of entries to the second set of entries, based on the number of conflicting entries in the first redirection table
22. The article of manufacture of claim 21, wherein the first redirection table is a software redirection table, wherein the second redirection table is a hardware redirection table, and wherein a conflict is caused if at least two entries of the software redirection table that are capable of being mapped to one entry of the hardware redirection table indicate different receive queues, wherein the instructions are further operable by a machine to: determine whether the first set of entries in the software redirection table has more members than the second set of entries in the hardware redirection table, wherein the number of conflicting entries are determined in response to determining that the first set of entries in the software redirection table has more members than the second set of entries in the hardware redirection table; and indicate that packets associated with conflicting entries are to be directed to one receive queue, in response to determining that the number of conflicting entries is less than a threshold.
23. The article of manufacture of claim 22, wherein the instructions are further operable by a machine to: distribute packets in the one receive queue among all processors for processing; and process packets in other receive queues in different processors.
24. The article of manufacture of claim 22, wherein the instructions are further operable by a machine to: indicate that all packets are to be directed to a single receive queue, in response to determining that the number of conflicting entries is not less than the threshold.
25. The article of manufacture of claim 24, wherein the instructions are further operable by a machine to: process receive side scaling in by creation of virtual queues, wherein a device driver is capable of queuing deferred procedure calls associated with the virtual queues to corresponding processors.
26. The article of manufacture of claim 22, wherein the instructions are further operable by a machine to: program the hardware redirection table in accordance with the software redirection table, in response to determining that the first set of entries in the software redirection table does not have more members than the second set of entries in the hardware redirection table.
27. The article of manufacture of claim 21, wherein determination of the number of conflicting entries and mapping the first set of entries are performed by a device driver in a computational platform having a plurality of processors.
28. The article of manufacture of claim 21, wherein the first redirection table is associated with an operating system that supports receive side scaling, wherein the second redirection table is implemented in the network interface, and wherein the second redirection table is of a fixed size.
PCT/US2005/008949 2004-03-29 2005-03-18 Configuration of redirection tables WO2005101769A1 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
GB0620513A GB2429602B (en) 2004-03-29 2005-03-18 Configuration of redirection tables
DE112005000705T DE112005000705B4 (en) 2004-03-29 2005-03-18 Configuration of redirection tables
CN2005800067180A CN1926827B (en) 2004-03-29 2005-03-18 Configuration of redirection tables

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US10/813,334 2004-03-29
US10/813,334 US20050228851A1 (en) 2004-03-29 2004-03-29 Configuration of redirection tables

Publications (1)

Publication Number Publication Date
WO2005101769A1 true WO2005101769A1 (en) 2005-10-27

Family

ID=34963159

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2005/008949 WO2005101769A1 (en) 2004-03-29 2005-03-18 Configuration of redirection tables

Country Status (5)

Country Link
US (1) US20050228851A1 (en)
CN (1) CN1926827B (en)
DE (1) DE112005000705B4 (en)
GB (1) GB2429602B (en)
WO (1) WO2005101769A1 (en)

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7257572B2 (en) * 2004-04-30 2007-08-14 Intel Corporation Function for directing packets
US7764709B2 (en) * 2004-07-07 2010-07-27 Tran Hieu T Prioritization of network traffic
US20070121662A1 (en) * 2005-11-30 2007-05-31 Christopher Leech Network performance scaling
JP4815284B2 (en) * 2006-07-06 2011-11-16 アラクサラネットワークス株式会社 Packet transfer device
US8745013B2 (en) * 2012-05-19 2014-06-03 International Business Machines Corporation Computer interface system
US10218617B2 (en) * 2014-07-15 2019-02-26 Nec Corporation Method and network device for handling packets in a network by means of forwarding tables
CN104468412B (en) * 2014-12-04 2017-10-31 东软集团股份有限公司 BlueDrama packet delivery method and system based on RSS
CN104580017B (en) * 2014-12-30 2018-04-06 东软集团股份有限公司 BlueDrama distribution method and system based on RSS
WO2017167385A1 (en) 2016-03-31 2017-10-05 Nec Europe Ltd. Software-enhanced stateful switching architecture

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1271861A2 (en) * 2001-06-29 2003-01-02 Chiaro Networks Ltd. System and method for router virtual networking

Family Cites Families (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0887451A (en) * 1994-09-09 1996-04-02 Internatl Business Mach Corp <Ibm> Method for control of address conversion and address conversion manager
US5895503A (en) * 1995-06-02 1999-04-20 Belgard; Richard A. Address translation method and mechanism using physical address information including during a segmentation process
US5727217A (en) * 1995-12-20 1998-03-10 Intel Corporation Circuit and method for emulating the functionality of an advanced programmable interrupt controller
US5857090A (en) * 1995-12-29 1999-01-05 Intel Corporation Input/output subsystem having an integrated advanced programmable interrupt controller for use in a personal computer
US5835964A (en) * 1996-04-29 1998-11-10 Microsoft Corporation Virtual memory system with hardware TLB and unmapped software TLB updated from mapped task address maps using unmapped kernel address map
US6418496B2 (en) * 1997-12-10 2002-07-09 Intel Corporation System and apparatus including lowest priority logic to select a processor to receive an interrupt message
US6141344A (en) * 1998-03-19 2000-10-31 3Com Corporation Coherence mechanism for distributed address cache in a network switch
GB9825102D0 (en) * 1998-11-16 1999-01-13 Insignia Solutions Plc Computer system
US7002924B2 (en) * 2000-02-04 2006-02-21 Matsushita Electric Industrial Co., Ltd. Zero configuration networking
US6430667B1 (en) * 2000-04-13 2002-08-06 International Business Machines Corporation Single-level store computer incorporating process-local address translation data structures
US20020138648A1 (en) * 2001-02-16 2002-09-26 Kuang-Chih Liu Hash compensation architecture and method for network address lookup
US6615221B2 (en) * 2001-03-09 2003-09-02 Hewlett-Packard Development Company, Lp. Scalable transport layer protocol for multiprocessor interconnection networks that tolerates interconnection component failure
WO2003048961A1 (en) * 2001-12-04 2003-06-12 Powerllel Corporation Parallel computing system, method and architecture
US7395354B2 (en) * 2002-02-21 2008-07-01 Corente, Inc. Methods and systems for resolving addressing conflicts based on tunnel information
US7219121B2 (en) * 2002-03-29 2007-05-15 Microsoft Corporation Symmetrical multiprocessing in multiprocessor systems
US7412507B2 (en) * 2002-06-04 2008-08-12 Lucent Technologies Inc. Efficient cascaded lookups at a network node
US6970990B2 (en) * 2002-09-30 2005-11-29 International Business Machines Corporation Virtual mode virtual memory manager method and apparatus
US7325239B2 (en) * 2003-11-12 2008-01-29 International Business Machines Corporation Method and system of generically managing tables for network processors
US7529800B2 (en) * 2003-12-18 2009-05-05 International Business Machines Corporation Queuing of conflicted remotely received transactions

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1271861A2 (en) * 2001-06-29 2003-01-02 Chiaro Networks Ltd. System and method for router virtual networking

Also Published As

Publication number Publication date
GB2429602A (en) 2007-02-28
GB2429602B (en) 2007-11-07
CN1926827A (en) 2007-03-07
CN1926827B (en) 2010-05-05
DE112005000705T5 (en) 2007-02-15
DE112005000705B4 (en) 2009-06-25
US20050228851A1 (en) 2005-10-13
GB0620513D0 (en) 2006-12-06

Similar Documents

Publication Publication Date Title
WO2005101769A1 (en) Configuration of redirection tables
US7065598B2 (en) Method, system, and article of manufacture for adjusting interrupt levels
US8276139B2 (en) Provisioning virtual machine placement
US8086711B2 (en) Threaded messaging in a computer storage system
US7515596B2 (en) Full data link bypass
US6748413B1 (en) Method and apparatus for load balancing of parallel servers in a network environment
US7877519B2 (en) Selecting one of a plurality of adapters to use to transmit a packet
JP2018191355A (en) Shaping of virtual machine communication traffic
US20030187914A1 (en) Symmetrical multiprocessing in multiprocessor systems
Papaioannou et al. The benefits of a disaggregated data centre: A resource allocation approach
US7783747B2 (en) Method and apparatus for improving cluster performance through minimization of method variation
US20060227788A1 (en) Managing queues of packets
US8732263B2 (en) Self clocking interrupt generation in a network interface card
US9569383B2 (en) Method of handling network traffic through optimization of receive side scaling
US7219157B2 (en) Application programming interface for network applications
US20050246443A1 (en) Management of offload operations in a network storage driver
US7764709B2 (en) Prioritization of network traffic
US7257572B2 (en) Function for directing packets
JP2015530021A (en) Using primary and secondary connection connection tables
Imputato et al. Enhancing the fidelity of network emulation through direct access to device buffers
US7672299B2 (en) Network interface card virtualization based on hardware resources and software rings
US7814219B2 (en) Method, apparatus, system, and article of manufacture for grouping packets
US20050091406A1 (en) Method, apparatus, system, and article of manufacture for processing control data by an offload adapter
RU2628919C1 (en) System and method of detecting harmful files on distributed system of virtual machines
US10673937B2 (en) Dynamic record-level sharing (RLS) provisioning inside a data-sharing subsystem

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BW BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE EG ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NA NI NO NZ OM PG PH PL PT RO RU SC SD SE SG SK SL SM SY TJ TM TN TR TT TZ UA UG US UZ VC VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): GM KE LS MW MZ NA SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IS IT LT LU MC NL PL PT RO SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
WWE Wipo information: entry into national phase

Ref document number: 200580006718.0

Country of ref document: CN

WWE Wipo information: entry into national phase

Ref document number: 1120050007057

Country of ref document: DE

WWE Wipo information: entry into national phase

Ref document number: 0620513.2

Country of ref document: GB

Ref document number: 0620513

Country of ref document: GB

RET De translation (de og part 6b)

Ref document number: 112005000705

Country of ref document: DE

Date of ref document: 20070215

Kind code of ref document: P

WWE Wipo information: entry into national phase

Ref document number: 112005000705

Country of ref document: DE

122 Ep: pct application non-entry in european phase
REG Reference to national code

Ref country code: DE

Ref legal event code: 8607