US20080198853A1 - Apparatus for implementing actions based on packet classification and lookup results - Google Patents
Apparatus for implementing actions based on packet classification and lookup results Download PDFInfo
- Publication number
- US20080198853A1 US20080198853A1 US12/106,365 US10636508A US2008198853A1 US 20080198853 A1 US20080198853 A1 US 20080198853A1 US 10636508 A US10636508 A US 10636508A US 2008198853 A1 US2008198853 A1 US 2008198853A1
- Authority
- US
- United States
- Prior art keywords
- rule
- masked
- compares
- table lookup
- results
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Abandoned
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L47/00—Traffic control in data switching networks
- H04L47/10—Flow control; Congestion control
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L47/00—Traffic control in data switching networks
- H04L47/10—Flow control; Congestion control
- H04L47/24—Traffic characterised by specific attributes, e.g. priority or QoS
- H04L47/2408—Traffic characterised by specific attributes, e.g. priority or QoS for supporting different services, e.g. a differentiated services [DiffServ] type of service
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L47/00—Traffic control in data switching networks
- H04L47/10—Flow control; Congestion control
- H04L47/24—Traffic characterised by specific attributes, e.g. priority or QoS
- H04L47/2441—Traffic characterised by specific attributes, e.g. priority or QoS relying on flow classification, e.g. using integrated services [IntServ]
Definitions
- the present invention relates generally to the data processing field, and more particularly, relates to a method and apparatus for implementing predefined actions based upon packet classification and lookup results in a communications network processor.
- Network processing functions of a network processor must be performed at a high rate to avoid causing any bottleneck in the communications network.
- Network processing functions such as the process of Ethernet bridging, routing, and filtering, typically are performed by software running on a general purpose processor, such as a PowerPC processor, or on a special purpose processor, such as an embedded picoprocessor.
- a general purpose processor such as a PowerPC processor
- a special purpose processor such as an embedded picoprocessor.
- the packet type recognition, table lookups and interpretation of the results are all handled in software running on a PPC405 processor core.
- Another example is the IBM NP4GS3 where packet type recognition is done by a hard wired logic block, the table lookups are done by a special purpose Tree Search Engine and the results are interpreted by software running on a picoprocessor.
- a principal object of the present invention is to provide a method and apparatus for implementing predefined actions based upon packet classification and lookup results in a communications network processor.
- Other important objects of the present invention are to provide such method and apparatus for implementing predefined actions based upon packet classification and lookup results substantially without negative effect and that overcome many of the disadvantages of prior art arrangements.
- a method and apparatus are provided for implementing predefined actions based upon packet classification and lookup results in a communications network processor.
- a plurality of sets of rules is defined.
- Each rule set includes at least one rule and each rule has a set of masked compares for comparing results of hits and misses of table lookups.
- Each masked compare set has an associated field for selecting an action.
- the action defines a set of one or more commands and each command defines a processing operation.
- One rule set is identified based upon the packet classification result for a received packet. When one of the rules is identified having a match of the masked compares, then the action of associated with the identified rule is selected.
- a default action is provided responsive to no rule of the identified rule set having a match of the masked compares.
- a plurality of rules of the identified rule set having a match of the masked compares is identified; and then one of the plurality of the rules having a highest priority is identified; and the action of the identified rule having the highest priority is selected.
- FIG. 1 is a block diagram representation illustrating a network processor system for implementing predefined actions based upon packet classification and lookup results in accordance with the preferred embodiment
- FIG. 2 is a block diagram representation illustrating an exemplary hardware implementation for performing the predefined actions in the network processor system of FIG. 1 in accordance with the preferred embodiment
- FIG. 3 is a block diagram illustrating a rule set in accordance with the preferred embodiment.
- FIG. 4 is a diagram illustrating exemplary logic of the hardware implementation of FIG. 2 for performing the predefined actions in accordance with the preferred embodiment.
- network processor system 100 includes a network processor 102 .
- Network processor system 100 includes a control processor 104 , and a dataflow processor 106 coupled by a network processor bus to dataflow assist hardware (HW) 108 of the preferred embodiment.
- the dataflow assist hardware (HW) 108 of the preferred embodiment is coupled to multiple network ports # 1 -N 110 for communicating using known network protocols, such as, an Asynchronous Transfer Mode (ATM), Ethernet, and the like.
- Network processor system 100 includes an input/output (I/O) 112 coupled to peripheral devices.
- Network processor system 100 includes a system memory 114 including a dynamic random access memory (DRAM)
- Network processor 102 can be implemented with various standard processors, for example, with one of the PowerPC® line of processors manufactured by International Business Machines Corporation.
- dataflow assist hardware (HW) 108 includes a hardware mechanism 200 , as illustrated and described with respect to FIGS. 2 , 3 and 4 , for implementing predefined actions based upon packet classification and lookup results.
- the hardware mechanism of the preferred embodiment is used in the process of routing, filtering and/or decoding for protocol termination, packets that arrive on the ports of a processing node in a communications network.
- the hardware mechanism of the preferred embodiment receives a packet type and table lookup results of a function that recognizes packet formats, builds lookup keys depending on the packet format and then performs a series of table searches.
- the hardware mechanism of the preferred embodiment interprets the results of the packet format recognition and table searches and performs actions based on those results.
- the hardware mechanism of the preferred embodiment includes an efficient hardware implementation and flexibility in allowing functions like Ethernet bridging and Internet Protocol (IP) filtering and routing to be performed by the same hardware.
- IP Internet Protocol
- a plurality of rule sets is provided to determine how to interpret table lookup results and what actions to take based on those results.
- the rule set that is used is selected based upon the results of the packet format recognition block. For example, an IPV4 packet with no options in the header could use one rule set and an Address Resolution Protocol packet could use another rule set.
- Each rule has a set of masked compares that look at the combination of hits and misses from the table lookups.
- Each masked compare has a field associated with it that selects from a set of commands.
- the commands specified by this invention include:
- NOOP Produce default results. Discard Cause the packet to be discarded.
- Route Based on Route the packet based on information Search N pointed to by table lookup number N.
- IP Route Route the packet based on information pointed to by the first Direct IP Routing table entry found. Turn the packet over Force the packet to be handled by to Software running on software. a processor of some type.
- the dataflow assist hardware (HW) 108 is shown with an exemplary hardware implementation of the hardware mechanism 200 for performing the predefined actions in the network processor system 100 in accordance with the preferred embodiment.
- the dataflow assist hardware (HW) 108 includes a packet format recognition function 202 that recognizes packet formats, and applies a packet type to the hardware mechanism 200 .
- the packet format recognition function 202 builds lookup keys depending on the packet format for a table search function 204 coupled to a series of lookup tables 206 .
- the table search function 204 performs a series of table searches and applies table search results of hits and misses to the hardware mechanism 200 .
- Hardware mechanism 200 includes a rule sets function 210 defining a plurality of sets of rules.
- a packet type control is applied to the rule sets function 210 for selecting one rule set based upon this packet classification result for the received packet header.
- each rule has a set of masked compares for comparing results of hits and misses of table lookups; and each masked compare has an associated field for selecting an action.
- the action defines a set of one or more commands with each command defining a processing operation, for example, as listed above.
- Hardware mechanism 200 includes a masked compares function 212 receiving the table lookup results of hits and misses for the table search function 204 .
- the masked compares function 212 receives the set of masked compares for each rule of the selected rule set for comparing results of hits and misses of table lookups and the mask compares to identify one rule of the selected rule set having a match of the masked compares and having a highest priority.
- the set of masked compares includes a bit mask including a number of bits related to the table lookup results.
- the bit mask includes a pattern of bit values related to the table lookup results.
- the pattern of bit values includes a 0 value corresponding to each don't care table lookup result and a 1 value corresponding to a selected table lookup result. Then a match of the masked compares and the results of hits and misses of table lookups is identified where a hit results for each selected table lookup result where the mask bit is a 1 value.
- Hardware mechanism 200 includes a rule selection function 214 that receives the identified highest priority compare from the masked compares function 212 and selects the action of associated with the masked compare of the identified rule. If none of the provided masked compares match the combination of table lookup hits and misses, a default command as shown in rule set 300 is executed. For example, such as the default command is one of the NOOP, Discard or Turn the packet over to Software commands that is executed when no match is found.
- FIG. 4 illustrates exemplary logic for implementing the hardware mechanism 200 for performing the predefined actions in accordance with the preferred embodiment.
- the illustrated exemplary logic is provided and operated in parallel for each rule of the selected rule set, such as rule set 300 .
- Hits from the results of the table lookups as indicated in a block 400 and the compare table lookup results of hits and misses as indicated in a block 402 are applied to a exclusive OR (XOR) gate 404 that provides at its output miscompares or results that do not match.
- XOR exclusive OR
- a bit mask for the rule as indicated in a block 406 and the miscompares are ANDed by an AND gate 408 that provides at its output masked miscompares.
- the masked miscompares are applied to a NOR gate 410 to provide a match at the output of NOR gate 410 , if any.
- a priority function 412 receives other matches from the hardware logic operating in parallel for other rules of the identified rule set for identifying the highest priority match.
- table search logic of table search function 204 is set up to do three table searches of lookup tables 206 , for example, as follows:
- VLAN virtual local area network
- IP routing with Differentiated Services over Ethernet connections.
- Traditional frame routing capability provided in network processor devices typically utilize a network routing table having entries which provide a single next hop for each table entry.
- IP Internet Protocol
- DiffServ Internet Protocol Differentiated Services
- Filtering is done by setting up a search on at least one field and setting the masked-compare/command combination to be a Discard if that search returned a hit.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
Abstract
A method and apparatus are provided for implementing predefined actions based upon packet classification and lookup results in a communications network processor. A plurality of sets of rules is defined. Each rule set includes at least one rule and each rule has a set of masked compares for comparing results of hits and misses of table lookups. Each masked compare set has an associated field for selecting an action. The action defines a set of one or more commands and each command defines a processing operation. One rule set is identified based upon the packet classification result for a received packet. When one of the rules is identified having a match of the masked compares, then the action of associated with the identified rule is selected. Otherwise a default action is provided responsive to no rule of the identified rule set having a match of the masked compares.
Description
- The present invention relates generally to the data processing field, and more particularly, relates to a method and apparatus for implementing predefined actions based upon packet classification and lookup results in a communications network processor.
- Network processing functions of a network processor must be performed at a high rate to avoid causing any bottleneck in the communications network.
- Network processing functions, such as the process of Ethernet bridging, routing, and filtering, typically are performed by software running on a general purpose processor, such as a PowerPC processor, or on a special purpose processor, such as an embedded picoprocessor. For example, in the IBM NPe405H, the packet type recognition, table lookups and interpretation of the results are all handled in software running on a PPC405 processor core. Another example is the IBM NP4GS3 where packet type recognition is done by a hard wired logic block, the table lookups are done by a special purpose Tree Search Engine and the results are interpreted by software running on a picoprocessor.
- A need exists for an improved mechanism for interpreting the results of packet format recognition and table searches and performing actions based upon those results. It is desirable that such a mechanism is implemented in hardware to minimize software usage and processor overhead.
- A principal object of the present invention is to provide a method and apparatus for implementing predefined actions based upon packet classification and lookup results in a communications network processor. Other important objects of the present invention are to provide such method and apparatus for implementing predefined actions based upon packet classification and lookup results substantially without negative effect and that overcome many of the disadvantages of prior art arrangements.
- In brief, a method and apparatus are provided for implementing predefined actions based upon packet classification and lookup results in a communications network processor. A plurality of sets of rules is defined. Each rule set includes at least one rule and each rule has a set of masked compares for comparing results of hits and misses of table lookups. Each masked compare set has an associated field for selecting an action. The action defines a set of one or more commands and each command defines a processing operation. One rule set is identified based upon the packet classification result for a received packet. When one of the rules is identified having a match of the masked compares, then the action of associated with the identified rule is selected.
- In accordance with features of the invention, a default action is provided responsive to no rule of the identified rule set having a match of the masked compares. When a plurality of rules of the identified rule set having a match of the masked compares is identified; and then one of the plurality of the rules having a highest priority is identified; and the action of the identified rule having the highest priority is selected.
- The present invention together with the above and other objects and advantages may best be understood from the following detailed description of the preferred embodiments of the invention illustrated in the drawings, wherein:
-
FIG. 1 is a block diagram representation illustrating a network processor system for implementing predefined actions based upon packet classification and lookup results in accordance with the preferred embodiment; -
FIG. 2 is a block diagram representation illustrating an exemplary hardware implementation for performing the predefined actions in the network processor system ofFIG. 1 in accordance with the preferred embodiment; -
FIG. 3 is a block diagram illustrating a rule set in accordance with the preferred embodiment; and -
FIG. 4 is a diagram illustrating exemplary logic of the hardware implementation ofFIG. 2 for performing the predefined actions in accordance with the preferred embodiment. - Having reference now to the drawings, in
FIG. 1 , there is shown a network processor system generally designated by thereference character 100 for carrying out methods for implementing predefined actions based upon packet classification and lookup results of the preferred embodiment. As shown inFIG. 1 ,network processor system 100 includes anetwork processor 102.Network processor system 100 includes acontrol processor 104, and adataflow processor 106 coupled by a network processor bus to dataflow assist hardware (HW) 108 of the preferred embodiment. The dataflow assist hardware (HW) 108 of the preferred embodiment is coupled to multiple network ports #1-N 110 for communicating using known network protocols, such as, an Asynchronous Transfer Mode (ATM), Ethernet, and the like.Network processor system 100 includes an input/output (I/O) 112 coupled to peripheral devices.Network processor system 100 includes asystem memory 114 including a dynamic random access memory (DRAM) -
Network processor 102 can be implemented with various standard processors, for example, with one of the PowerPC® line of processors manufactured by International Business Machines Corporation. - In accordance with features of the preferred embodiment, dataflow assist hardware (HW) 108 includes a
hardware mechanism 200, as illustrated and described with respect toFIGS. 2 , 3 and 4, for implementing predefined actions based upon packet classification and lookup results. The hardware mechanism of the preferred embodiment is used in the process of routing, filtering and/or decoding for protocol termination, packets that arrive on the ports of a processing node in a communications network. The hardware mechanism of the preferred embodiment receives a packet type and table lookup results of a function that recognizes packet formats, builds lookup keys depending on the packet format and then performs a series of table searches. The hardware mechanism of the preferred embodiment interprets the results of the packet format recognition and table searches and performs actions based on those results. The hardware mechanism of the preferred embodiment includes an efficient hardware implementation and flexibility in allowing functions like Ethernet bridging and Internet Protocol (IP) filtering and routing to be performed by the same hardware. - In accordance with features of the preferred embodiment, a plurality of rule sets is provided to determine how to interpret table lookup results and what actions to take based on those results. The rule set that is used is selected based upon the results of the packet format recognition block. For example, an IPV4 packet with no options in the header could use one rule set and an Address Resolution Protocol packet could use another rule set. Each rule has a set of masked compares that look at the combination of hits and misses from the table lookups. Each masked compare has a field associated with it that selects from a set of commands. For example, the commands specified by this invention include:
-
NOOP Produce default results. Discard Cause the packet to be discarded. Route Based on Route the packet based on information Search N pointed to by table lookup number N. IP Route Route the packet based on information pointed to by the first Direct IP Routing table entry found. Turn the packet over Force the packet to be handled by to Software running on software. a processor of some type. - Referring now to
FIG. 2 , the dataflow assist hardware (HW) 108 is shown with an exemplary hardware implementation of thehardware mechanism 200 for performing the predefined actions in thenetwork processor system 100 in accordance with the preferred embodiment. - As shown in
FIG. 2 , the dataflow assist hardware (HW) 108 includes a packetformat recognition function 202 that recognizes packet formats, and applies a packet type to thehardware mechanism 200. The packetformat recognition function 202 builds lookup keys depending on the packet format for atable search function 204 coupled to a series of lookup tables 206. Thetable search function 204 performs a series of table searches and applies table search results of hits and misses to thehardware mechanism 200. -
Hardware mechanism 200 includes arule sets function 210 defining a plurality of sets of rules. A packet type control is applied to therule sets function 210 for selecting one rule set based upon this packet classification result for the received packet header. - Referring also to
FIG. 3 , an exemplary rule set generally designated by thereference character 300 in accordance with the preferred embodiment is shown. As shown inFIG. 3 , each rule has a set of masked compares for comparing results of hits and misses of table lookups; and each masked compare has an associated field for selecting an action. The action defines a set of one or more commands with each command defining a processing operation, for example, as listed above. -
Hardware mechanism 200 includes a maskedcompares function 212 receiving the table lookup results of hits and misses for thetable search function 204. The maskedcompares function 212 receives the set of masked compares for each rule of the selected rule set for comparing results of hits and misses of table lookups and the mask compares to identify one rule of the selected rule set having a match of the masked compares and having a highest priority. For each rule of the selected rule set, the set of masked compares includes a bit mask including a number of bits related to the table lookup results. The bit mask includes a pattern of bit values related to the table lookup results. For example, the pattern of bit values includes a 0 value corresponding to each don't care table lookup result and a 1 value corresponding to a selected table lookup result. Then a match of the masked compares and the results of hits and misses of table lookups is identified where a hit results for each selected table lookup result where the mask bit is a 1 value. -
Hardware mechanism 200 includes arule selection function 214 that receives the identified highest priority compare from the masked comparesfunction 212 and selects the action of associated with the masked compare of the identified rule. If none of the provided masked compares match the combination of table lookup hits and misses, a default command as shown in rule set 300 is executed. For example, such as the default command is one of the NOOP, Discard or Turn the packet over to Software commands that is executed when no match is found. -
FIG. 4 illustrates exemplary logic for implementing thehardware mechanism 200 for performing the predefined actions in accordance with the preferred embodiment. The illustrated exemplary logic is provided and operated in parallel for each rule of the selected rule set, such as rule set 300. Hits from the results of the table lookups as indicated in ablock 400 and the compare table lookup results of hits and misses as indicated in ablock 402 are applied to a exclusive OR (XOR)gate 404 that provides at its output miscompares or results that do not match. A bit mask for the rule as indicated in ablock 406 and the miscompares are ANDed by an ANDgate 408 that provides at its output masked miscompares. The masked miscompares are applied to a NORgate 410 to provide a match at the output of NORgate 410, if any. Apriority function 412 receives other matches from the hardware logic operating in parallel for other rules of the identified rule set for identifying the highest priority match. - As an example, assume that the processing node is set up to do Ethernet switching as determined by the packet
format recognition function 202. The table search logic oftable search function 204 is set up to do three table searches of lookup tables 206, for example, as follows: - 1. Look up the media access control (MAC) source address (SA) to see if the source of the packet is known.
- 2. Look up the MAC destination address (DA) to route the packet to its destination.
- 3. Look up the virtual local area network (VLAN) ID in case a broadcast is needed.
- Exemplary masked-compare/command combinations used in accordance with the preferred embodiment for this function is shown in TABLE 1:
-
TABLE 1 Hits Command Comment 0xx Turn the packet over to Software Allow MAC SA to be learned by adding it to MAC table 11x Route Based on Search 2Use the information stored in the MAC table to route 101 Route Based on Search 3Use the information store in the VLAN table to broad 100 Turn the packet over to Allow software to inform the Software Control Point about an 100 NOOP not used - A second example would be IP routing with Differentiated Services over Ethernet connections. Traditional frame routing capability provided in network processor devices typically utilize a network routing table having entries which provide a single next hop for each table entry. As known in current Internet (network) packet routing protocols there may be implemented Internet Protocol (IP) Differentiated Services (DiffServ) which define a type of packet communication service. The assumed table search logic is set up to do up to four searches:
- 1. Look up the IP DA to find the Next Hop IP address.
- 2. If the first lookup returned an indirect address, use the indirect address to look up the true Next Hop IP address (Boundary Gateway Protocol).
- 3. Look up the Next Hop IP address in the ARP table to find the MAC DA of the next hop.
- 4. Do a Lookup based on the input Port number, IP, SA, IP, DA, and IP Protocol fields to find the Diffserv Flow ID.
- Exemplary masked-compare/command combinations used in accordance with the preferred embodiment for this function is shown in TABLE 2:
-
TABLE 2 Hits Command Comments 111x IP Route If the first search returned an indirect address If Search 4 also got a hitRoute the packet based on the results of Search 2Provide the results of search 3 as the MAC DAfor pkt Provide the results of search 4 as the DiffservFlow ID Else Perform default command Else Route the packet based on the results of Search 1Provide the results of search 2 as the MAC DAfor pkt Provide the results of search 3 as the DiffservFlow ID Default Turn the packet Software may perform further lookups and/or over to routing, etc. Software - Filtering is done by setting up a search on at least one field and setting the masked-compare/command combination to be a Discard if that search returned a hit.
- While the present invention has been described with reference to the details of the embodiments of the invention shown in the drawing, these details are not intended to limit the scope of the invention as claimed in the appended claims.
Claims (8)
1-7. (canceled)
8. Apparatus for implementing predefined actions based upon packet classification and table lookup results in dataflow assist hardware of a communications network processor, said apparatus comprising:
a plurality of rule sets, each rule set including at least one rule, each said rule having a set of masked compares for comparing results of hits and misses of table lookups; and each said masked compare having an associated field for selecting an action; said action defining a set of commands; each said command defining a processing operation;
logic for identifying one said rule set based upon the packet classification result;
a masked compares function for identifying one said rule of said identified rule set having a match of said masked compares and a highest priority; said masked compares function includes hardware logic operating in parallel for each said rule of said identified rule set for identifying said match of said masked compares; and
a rule selection function for selecting said action of said identified one said rule.
9. Apparatus for implementing predefined actions based upon packet classification and table lookup results in a communications network processor as recited in claim 8 wherein said rule selection function selects a default action responsive to no rule of said identified rule set having a match of said masked compares.
10. (canceled)
11. Apparatus for implementing predefined actions based upon packet classification and table lookup results in a communications network processor as recited in claim 8 wherein said set of masked compares of each said rule includes include a bit mask including a number of bits related to the table lookup results.
12. Apparatus for implementing predefined actions based upon packet classification and table lookup results in a communications network processor as recited in claim 11 wherein said bit mask includes a pattern of bit values related to the table lookup results.
13. Apparatus for implementing predefined actions based upon packet classification and table lookup results in a communications network processor as recited in claim 12 wherein said pattern of bit values includes a 0 value corresponding to each don't care table lookup result and a 1 value corresponding to a selected table lookup result.
14. Apparatus for implementing predefined actions based upon packet classification and table lookup results in a communications network processor as recited in claim 8 wherein said action defining said set of commands include commands for routing, filtering, and decoding processing operations.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US12/106,365 US20080198853A1 (en) | 2003-06-17 | 2008-04-21 | Apparatus for implementing actions based on packet classification and lookup results |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US10/463,288 US7382777B2 (en) | 2003-06-17 | 2003-06-17 | Method for implementing actions based on packet classification and lookup results |
US12/106,365 US20080198853A1 (en) | 2003-06-17 | 2008-04-21 | Apparatus for implementing actions based on packet classification and lookup results |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US10/463,288 Continuation US7382777B2 (en) | 2003-06-17 | 2003-06-17 | Method for implementing actions based on packet classification and lookup results |
Publications (1)
Publication Number | Publication Date |
---|---|
US20080198853A1 true US20080198853A1 (en) | 2008-08-21 |
Family
ID=33517077
Family Applications (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US10/463,288 Expired - Fee Related US7382777B2 (en) | 2003-06-17 | 2003-06-17 | Method for implementing actions based on packet classification and lookup results |
US12/106,365 Abandoned US20080198853A1 (en) | 2003-06-17 | 2008-04-21 | Apparatus for implementing actions based on packet classification and lookup results |
Family Applications Before (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US10/463,288 Expired - Fee Related US7382777B2 (en) | 2003-06-17 | 2003-06-17 | Method for implementing actions based on packet classification and lookup results |
Country Status (1)
Country | Link |
---|---|
US (2) | US7382777B2 (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20090097501A1 (en) * | 2006-03-13 | 2009-04-16 | Freescale Semiconductor, Inc. | Method and device for processing frames |
US20150100531A1 (en) * | 2013-10-09 | 2015-04-09 | Qualcomm Incorporated | Method and apparatus to control and monitor neural model execution remotely |
Families Citing this family (24)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7245620B2 (en) * | 2002-03-15 | 2007-07-17 | Broadcom Corporation | Method and apparatus for filtering packet data in a network device |
US7684400B2 (en) * | 2002-08-08 | 2010-03-23 | Intel Corporation | Logarithmic time range-based multifield-correlation packet classification |
US7251651B2 (en) * | 2003-05-28 | 2007-07-31 | International Business Machines Corporation | Packet classification |
US7535906B2 (en) * | 2003-05-28 | 2009-05-19 | International Business Machines Corporation | Packet classification |
US7545809B2 (en) * | 2003-05-28 | 2009-06-09 | International Business Machines Corporation | Packet classification |
DE602004015473D1 (en) * | 2003-08-13 | 2008-09-11 | Koninkl Philips Electronics Nv | COMMUNICATION NETWORK |
US7567567B2 (en) * | 2005-04-05 | 2009-07-28 | Sun Microsystems, Inc. | Network system including packet classification for partitioned resources |
US8879388B2 (en) * | 2006-05-30 | 2014-11-04 | Broadcom Corporation | Method and system for intrusion detection and prevention based on packet type recognition in a network |
US8132248B2 (en) * | 2007-07-18 | 2012-03-06 | Trend Micro Incorporated | Managing configurations of a firewall |
KR100920518B1 (en) * | 2007-11-27 | 2009-10-09 | 한국전자통신연구원 | Packet classifier and method |
US7738454B1 (en) * | 2008-09-30 | 2010-06-15 | Juniper Networks, Inc. | Methods and apparatus related to packet classification based on range values |
US7835357B2 (en) | 2008-09-30 | 2010-11-16 | Juniper Networks, Inc. | Methods and apparatus for packet classification based on policy vectors |
US7961734B2 (en) * | 2008-09-30 | 2011-06-14 | Juniper Networks, Inc. | Methods and apparatus related to packet classification associated with a multi-stage switch |
US8675648B1 (en) | 2008-09-30 | 2014-03-18 | Juniper Networks, Inc. | Methods and apparatus for compression in packet classification |
US7796541B1 (en) | 2008-09-30 | 2010-09-14 | Juniper Networks, Inc. | Methods and apparatus for range matching during packet classification based on a linked-node structure |
US8798057B1 (en) | 2008-09-30 | 2014-08-05 | Juniper Networks, Inc. | Methods and apparatus to implement except condition during data packet classification |
US8804950B1 (en) | 2008-09-30 | 2014-08-12 | Juniper Networks, Inc. | Methods and apparatus for producing a hash value based on a hash function |
US8111697B1 (en) | 2008-12-31 | 2012-02-07 | Juniper Networks, Inc. | Methods and apparatus for packet classification based on multiple conditions |
US7889741B1 (en) * | 2008-12-31 | 2011-02-15 | Juniper Networks, Inc. | Methods and apparatus for packet classification based on multiple conditions |
US8488588B1 (en) | 2008-12-31 | 2013-07-16 | Juniper Networks, Inc. | Methods and apparatus for indexing set bit values in a long vector associated with a switch fabric |
US9282060B2 (en) | 2010-12-15 | 2016-03-08 | Juniper Networks, Inc. | Methods and apparatus for dynamic resource management within a distributed control plane of a switch |
WO2013019981A1 (en) | 2011-08-02 | 2013-02-07 | Cavium, Inc. | Lookup cluster complex |
US9544402B2 (en) * | 2013-12-31 | 2017-01-10 | Cavium, Inc. | Multi-rule approach to encoding a group of rules |
US9667446B2 (en) | 2014-01-08 | 2017-05-30 | Cavium, Inc. | Condition code approach for comparing rule and packet data that are provided in portions |
Citations (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6335935B2 (en) * | 1998-07-08 | 2002-01-01 | Broadcom Corporation | Network switching architecture with fast filtering processor |
US6600744B1 (en) * | 1999-03-23 | 2003-07-29 | Alcatel Canada Inc. | Method and apparatus for packet classification in a data communication system |
US20030217046A1 (en) * | 2002-05-16 | 2003-11-20 | Kuo-Hua Yuan | Method of a data range search with plural pre-set rules |
US20040202190A1 (en) * | 2002-12-20 | 2004-10-14 | Livio Ricciulli | Layer-1 packet filtering |
US6876653B2 (en) * | 1998-07-08 | 2005-04-05 | Broadcom Corporation | Fast flexible filter processor based architecture for a network device |
US6954789B2 (en) * | 1999-06-30 | 2005-10-11 | Hi/Fn, Inc. | Method and apparatus for monitoring traffic in a network |
US6980555B2 (en) * | 2000-11-24 | 2005-12-27 | Redback Networks Inc. | Policy change characterization method and apparatus |
US20060029104A1 (en) * | 2000-06-23 | 2006-02-09 | Cloudshield Technologies, Inc. | System and method for processing packets according to concurrently reconfigurable rules |
US7068652B2 (en) * | 2001-03-07 | 2006-06-27 | Broadcom Corporation | Pointer based binary search engine and method for use in network devices |
US7154888B1 (en) * | 2002-02-08 | 2006-12-26 | Cisco Technology, Inc. | Method for classifying packets using multi-class structures |
Family Cites Families (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6598034B1 (en) * | 1999-09-21 | 2003-07-22 | Infineon Technologies North America Corp. | Rule based IP data processing |
DE60026229T2 (en) * | 2000-01-27 | 2006-12-14 | International Business Machines Corp. | Method and apparatus for classifying data packets |
US7193997B2 (en) * | 2001-03-19 | 2007-03-20 | International Business Machines Corporation | Packet classification |
US7227842B1 (en) * | 2001-04-24 | 2007-06-05 | Tensilica, Inc. | Fast IP packet classification with configurable processor |
US7054315B2 (en) * | 2001-09-17 | 2006-05-30 | Pmc-Sierra Ltd. | Efficiency masked matching |
US7508825B2 (en) * | 2002-08-05 | 2009-03-24 | Intel Corporation | Data packet classification |
US7233597B2 (en) * | 2003-02-11 | 2007-06-19 | Texas Instruments Incorporated | High speed parser |
-
2003
- 2003-06-17 US US10/463,288 patent/US7382777B2/en not_active Expired - Fee Related
-
2008
- 2008-04-21 US US12/106,365 patent/US20080198853A1/en not_active Abandoned
Patent Citations (13)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6335935B2 (en) * | 1998-07-08 | 2002-01-01 | Broadcom Corporation | Network switching architecture with fast filtering processor |
US7072335B1 (en) * | 1998-07-08 | 2006-07-04 | Broadcom Corporation | Method of sending packets between trunk ports of network switches |
US6876653B2 (en) * | 1998-07-08 | 2005-04-05 | Broadcom Corporation | Fast flexible filter processor based architecture for a network device |
US6600744B1 (en) * | 1999-03-23 | 2003-07-29 | Alcatel Canada Inc. | Method and apparatus for packet classification in a data communication system |
US6954789B2 (en) * | 1999-06-30 | 2005-10-11 | Hi/Fn, Inc. | Method and apparatus for monitoring traffic in a network |
US20060029104A1 (en) * | 2000-06-23 | 2006-02-09 | Cloudshield Technologies, Inc. | System and method for processing packets according to concurrently reconfigurable rules |
US6980555B2 (en) * | 2000-11-24 | 2005-12-27 | Redback Networks Inc. | Policy change characterization method and apparatus |
US7068652B2 (en) * | 2001-03-07 | 2006-06-27 | Broadcom Corporation | Pointer based binary search engine and method for use in network devices |
US7154888B1 (en) * | 2002-02-08 | 2006-12-26 | Cisco Technology, Inc. | Method for classifying packets using multi-class structures |
US20030217046A1 (en) * | 2002-05-16 | 2003-11-20 | Kuo-Hua Yuan | Method of a data range search with plural pre-set rules |
US20040202190A1 (en) * | 2002-12-20 | 2004-10-14 | Livio Ricciulli | Layer-1 packet filtering |
US7577758B2 (en) * | 2002-12-20 | 2009-08-18 | Force 10 Networks, Inc. | Hardware support for wire-speed, stateful matching and filtration of network traffic |
US7584303B2 (en) * | 2002-12-20 | 2009-09-01 | Forte 10 Networks, Inc. | Lossless, stateful, real-time pattern matching with deterministic memory resources |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20090097501A1 (en) * | 2006-03-13 | 2009-04-16 | Freescale Semiconductor, Inc. | Method and device for processing frames |
US8009673B2 (en) * | 2006-03-13 | 2011-08-30 | Freescale Semiconductor, Inc. | Method and device for processing frames |
US20150100531A1 (en) * | 2013-10-09 | 2015-04-09 | Qualcomm Incorporated | Method and apparatus to control and monitor neural model execution remotely |
CN105612536A (en) * | 2013-10-09 | 2016-05-25 | 高通股份有限公司 | Method and apparatus to control and monitor neural model execution remotely |
Also Published As
Publication number | Publication date |
---|---|
US7382777B2 (en) | 2008-06-03 |
US20040258067A1 (en) | 2004-12-23 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US20080198853A1 (en) | Apparatus for implementing actions based on packet classification and lookup results | |
EP1523138B1 (en) | Access control mechanism for routers | |
EP1510045B1 (en) | Processing packets based on context indications | |
US6957272B2 (en) | Stackable lookup engines | |
US6862281B1 (en) | L4 lookup implementation using efficient CAM organization | |
JP6240158B2 (en) | Chaining inline services using software-defined networking | |
US7535906B2 (en) | Packet classification | |
US7289498B2 (en) | Classifying and distributing traffic at a network node | |
US9154418B1 (en) | Efficient packet classification in a network device | |
US8559429B2 (en) | Sequential frame forwarding | |
US20030007489A1 (en) | Data extraction system for packet analysis | |
US20030189932A1 (en) | Device for flow classifying and packet forwarding device with flow classify function | |
US20070115966A1 (en) | Compact packet operation device and method | |
US6763394B2 (en) | Virtual egress packet classification at ingress | |
US8730961B1 (en) | System and method for optimizing router lookup | |
US20060002393A1 (en) | Primary control marker data structure | |
US11689464B2 (en) | Optimizing entries in a content addressable memory of a network device | |
US10205658B1 (en) | Reducing size of policy databases using bidirectional rules | |
US11968286B2 (en) | Packet filtering using binary search trees | |
US7961732B2 (en) | Method and hardware apparatus for implementing frame alteration commands | |
US20060015648A1 (en) | Chaining control marker data structure | |
CN111770049A (en) | Global cache variable and message information storage method and device | |
JP2003198607A (en) | Packet transfer system and retrieving method of policy table | |
CN119743448A (en) | Message processing method, device, computer equipment and storage medium |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
STCB | Information on status: application discontinuation |
Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION |