Ingress processing optimization via traffic classification and grouping

An arrangement is provided for ingress processing optimization via traffic classification and grouping. A plurality of packets are classified according to a classification criterion. The classified packets are used to generate a packet bundle containing packets that are uniform with respect to the classification criterion. The packet bundle and its corresponding packet bundle descriptor are transferred to a host which then processes the packet bundle as a whole according to the information contained in the packet bundle descrptor.

Skip to: Description  ·  Claims  · Patent History  ·  Patent History
Description
RESERVATION OF COPYRIGHT

[0001] This patent document contains information subject to copyright protection. The copyright owner has no objection to the facsimile reproduction by anyone of the patent document or the patent, as it appears in the U.S. Patent and Trademark Office files or records but otherwise reserves all copyright rights whatsoever.

BACKGROUND

[0002] Aspects of the present invention relate to communications. Other aspects of the present invention relate to packet based communication.

[0003] Data exchange between independent network nodes is frequently accomplished via establishing a “session” to synchronize data transfer between the independent network nodes. For example, transmission control protocol/Internet protocol (TCP/IP) is a popular implementation of such a session method. Data transferred over such an established session is usually fragmented or segmented, prior to transmission on a communication media, into smaller encapsulated and formatted units. In the context of input and output controllers such as Ethernet Media Access Controllers (MACs), these encapsulated data units are called packets. Since packets are originally derived from data of some communication session, they are usually marked as “belonging” to a particular session and such marking is usually included in (or encapsulated in) the packets. For instance, in a TCP/IP session, network addresses and ports embedded in the packets are used to implement per-packet session identification.

[0004] When packets of the same session are received at a destination, they may be temporarily stored in a buffer on an I/O controller prior to being further transferred to a host system where the packets will be re-assembled or defragmented to re-create the original data. The host system at a destination may be a server that may provide network services to hundreds or even thousands of remote network nodes.

[0005] When a plurality of network nodes simultaneously access a common network resource, packets from a communication session may be shuffled with packets from hundreds of other different sessions. Due to this unpredictable data shuffling, a host system generally processes each received packet individually, including identifying a session from the received packet and accordingly identifying a corresponding session on the host system to which the received packet belongs. There is an overhead on the host system associated with such processing. In addition, when a data stream is transmitted continuously under a communication session, each received packet, upon arriving at the host, may need to be incorporated into the existing data stream that constitutes the same session. Using newly arrived packets to update an existing session is part of the re-assembly or defragmentation. This further increases the overhead on the host system. Furthermore, the overhead may increase drastically when there are a plurality of concurrent communication sessions. High overhead degrades a host system's performance.

[0006] When notified of the arrival of a packet, a host system processes the packet, determines the packet's underlying session, and updates an existing session to which the arrived packet belongs. Processing one packet at a time enables the host system to better handle a situation in which packets from different sessions are shuffled and arrive in a random manner. It does not, however, take advantage of the fact that packets are often sent in bursts (or so called packet troops or packet trains).

[0007] There have been efforts to utilize such burst transmission properties to improve performance. For example, packet classification techniques have been applied in routing technology that exploits the behavior of packet train to accelerate packet routing. Packet classification techniques have also been applied for other purposes such as quality of service, traffic metering, traffic shaping, and congestion management. Such applications may improve the packet transmission speed across networks. Unfortunately, they do not impact a host system's (at the destination of the transmitted packets) capability in re-assembling the received packets coming from a plurality of underlying communication sessions.

[0008] A gigabit Ethernet technology known as ‘jumbo frames’ attempted to improve the performance at a destination. It utilizes “jumbo frames” that increases the maximum packet size from 1518 bytes (the Ethernet standard size) to 9022 bytes. The goal is to reduce the data units transmitted over the communications media and subsequently a network node may consume fewer CPU resources (overhead) for the same amount of data-per-second processed when “jumbo frames” are used. However, data units that are merged to form a larger unit are not classified. As a consequence, at destination, a host system may still need to classify packets before they can be used to re-assemble the data of specific sessions. Due to that, the overhead used to correctly recover the original data streams may still remain high.

BRIEF DESCRIPTION OF THE DRAWINGS

[0009] The present invention is further described in terms of exemplary embodiments, which will be described in detail with reference to the drawings. These embodiments are non-limiting exemplary embodiments, in which like reference numerals represent similar parts throughout the several views of the drawings, and wherein:

[0010] FIG. 1 depicts a high level architecture which supports classification based packet bundle generation and transfer between an I/O controller and a host, according to embodiments of the present invention;

[0011] FIG. 2 depicts the internal structure of an I/O controller, in relation to a host, that is capable of grouping packets into a bundle based on classification, according to embodiments of the present invention;

[0012] FIG. 3 shows an exemplary construct of a packet bundle descriptor, according to an embodiment of the present invention;

[0013] FIG. 4 shows an exemplary content of a packet bundle descriptor, according to an embodiment of the present invention;

[0014] FIG. 5 depicts the internal structure of a packet grouping mechanism, according to an embodiment of the present invention;

[0015] FIG. 6 is an exemplary flowchart of a process, in which a packet bundle is generated based on packet classification and transferred from an I/O controller to a host for processing, according to embodiments of the present invention;

[0016] FIG. 7 is an exemplary flowchart of an I/O controller, according to an embodiment of the present invention; and

[0017] FIG. 8 is an exemplary flowchart of a host, according to an embodiment of the present invention.

DETAILED DESCRIPTION

[0018] The processing described below may be performed by a properly programmed general-purpose computer alone or in connection with a special purpose computer. Such processing may be performed by a single platform or by a distributed processing platform. In addition, such processing and functionality can be implemented in the form of special purpose hardware or in the form of software being run by a general-purpose computer. Any data handled in such processing or created as a result of such processing can be stored in any memory as is conventional in the art. By way of example, such data may be stored in a temporary memory, such as in the RAM of a given computer system or subsystem. In addition, or in the alternative, such data may be stored in longer-term storage devices, for example, magnetic disks, rewritable optical disks, and so on. For purposes of the disclosure herein, a computer-readable media may comprise any form of data storage mechanism, including such existing memory technologies as well as hardware or circuit representations of such structures and of such data.

[0019] FIG. 1 depicts a high level architecture 100 that supports classification based packet bundle generation and transfer between an I/O controller 110 and a host 140, according to embodiments of the present invention. Upon receiving packets, the I/O controller 110 activates a classification based packet transferring mechanism 120 to classify received packets according to some classification criterion, group classified packets into packet bundles, and then transfer the packet bundles to the host 140 at appropriate times. Upon receiving a packet bundle, the host 140 processes the packet bundle as a whole.

[0020] A packet bundle 130 is transferred from the I/O controller 110 to the host 140 via a generic connection. The I/O controller 110 and the host 140 may or may not reside at a same physical location. The connection between the I/O controller 110 and the host 140 may be realized as a wired connection such as a conventional bus in a computer system or a peripheral component interconnect (PCI) or as a wireless connection.

[0021] The classification-based packet transferring mechanism 120 organizes packets into packet bundles, each of which may comprise one or more packets that are uniform with respect to some classification criterion. For example, the classification-based packet transferring mechanism 120 may classify received packets according to their session numbers. In this case, packets in a single packet bundle all have the same session number.

[0022] An optional “classification ID” may be assigned to this packet bundle and provided to the host. The classification-based packet transferring mechanism 120 may classify received packets into one of a fixed number of sessions. If the number of sessions being received exceeds the number of sessions that the classification-based packet transferring mechanism 120 can indicate, one or more sessions may be marked with the same session identification.

[0023] When the packet bundle 130 is transferred to the host 140, a packet bundle descriptor may also be transferred with the packet bundle 130 that specifies the organization of the underlying packet bundle. Such a packet bundle descriptor may provide information such as the number of packets in the bundle and optionally the session number of the bundle. The descriptor may also include information about individual packets. For example, a packet bundle descriptor may specify the length of each packet. The information contained in a packet bundle descriptor may be determined based on application needs.

[0024] When a packet bundle is constructed from classified packets, the classification-based packet transferring mechanism 120 determines an appropriate timing to transfer the packet bundle. When there are a plurality of packet bundles ready to be transferred, the classification-based packet transferring mechanism 120 may also determine the order in which packet bundles are transferred according to some pre-specified conditions. For example, the classification based packet transferring mechanism 120 may determine the order of transferring based on the priority tagging of the underlying packets. It may schedule a packet bundle whose packets have a higher priority to be transferred prior to another packet bundle whose packets have a lower priority. The classification based packet transferring mechanism 120 may also transfer the packet bundles into multiple, separate, and predefined receive queues based on the classification and/or priority of the packet bundles.

[0025] FIG. 2 depicts the internal structure of the I/O controller 110 in relation to the host 140, according to embodiments of the present invention. The I/O controller 110 comprises a packet receiver 210, a packet queue 220, a packet queue allocation mechanism 230, and the classification-based packet transferring mechanism 120 which includes a packet classification mechanism 240, a transfer scheduler 250, and a packet grouping mechanism 260. The packet queue allocation mechanism 230 may allocate one or more packet queues as storage space for received packets. Upon intercepting incoming packets, the packet receiver 210 buffers the received packets in the packet queue 220.

[0026] The packet queue 220 may be implemented as a first in and first out (FIFO) mechanism. With this implementation, packets in the FIFO may be accessed from one end of the queue (e.g., front end) and the incoming packets are buffered from the other end of the queue (e.g., rear end). In this way, the packet that is immediately accessible may be defined as the one that has been in the queue the longest. When the packet receiver 210 intercepts incoming packets, it populates the received packets in the packet queue 220 by inserting the packets to the rear end of the packet queue 220. The packet queue 220 may also be realized as a collection of FIFOs.

[0027] The packet queue 220 may be realized either within the I/O controller 110 (as shown in FIG. 2) or within the memory of the host 140 (not shown). The packet queue 220 provides a space for packet look ahead (will be discussed later) and for manipulating the received packets, including re-ordering the packets according to some classification criterion. The size of the packet buffer 220 may be determined based on application needs and such system configuration factors as, for example, speed requirements.

[0028] The classification-based packet transferring mechanism 120 may access the received packets from the front end of the packet queue 220. To classify received packets according to, for example, session numbers, the classification-based packet transferring mechanism 120 may dynamically determine a session number for classification purposes from a buffered packet that is immediately accessible in the front of the packet queue 220. Such a session number may be extracted from the buffered packet.

[0029] With a classification criterion (e.g., a session number), the packet classification mechanism 240 may look ahead of the received packets buffered in the packet queue 220 and classifying them according to the session number. The size of the packet queue 220 may constrain the scope of the classification operation (i.e., how far to look ahead in the packet stream) and may be determined based on particular application needs or other system configuration factors. For instance, assume an I/O controller is operating at a speed of one gigabits-per-second, then one (1) 1500 byte packet can be received every 12 usec. Further assume that an inter-packet-gap is around 24 usec between packets of the same network session. Under such operational environment, the size of the packet queue 220 may be required to be big enough to store and classify at least four (4) 1500 byte packets (a total of 6000 bytes) simultaneously to support the speed requirement.

[0030] As mentioned earlier, the packet queue 220 may be realized differently. For example, it may be implemented as an on-chip FIFO within the I/O controller 110. In this case, the above described example will need a packet buffer (or FIFO) of at least 6000 bytes. Today's high-speed Ethernet controllers can adequately support 32K or larger on-chip FIFOs.

[0031] When the packet queue 220 is implemented within the I/O controller 110, the packet classification mechanism 240 in the classification-based packet transferring mechanism 120 looks ahead and classifies the packets within the FIFO on the I/O controller. According to the classification outcome, the order of the received packets may be re-arranged in the packet queue 220 (e.g., arrange all the packets with a same session number in a sequence). To deliver such processed packets to the host 140, the packets are retrieved from the queue and then sent to the host 140.

[0032] If the packet queue 220 is realized on the host 140, the packet classification mechanism 240 may perform classification within the memory of the host 140. In this case, when the classification is done, to deliver the processed packets to the host 140 for further processing, the processed packets may not need to be moved and the host 140 may be simply notified of the processed packets in the memory.

[0033] When classification is complete, all packets that are classified as a single group have, for example, the same session number and are arranged according to, for instance, the order they are received. This group of packets may be delivered to the host 140 as one unit identified by the session number. The transfer scheduler 250 may determine both the timing of the deliver and form (sending the packets from the I/O controller 110 to the host 140 or sending simply a notification to the host 140) of the delivery. The transfer scheduler 250 may decide the delivery timing according to the priority associated with the packets, wherein such priority may be tagged in the packets. A packet group with a higher priority may be delivered before another packet group that has a lower priority.

[0034] When there are multiple FIFOs, the transfer scheduler 250 may also schedule the transfer of classified packets from different FIFOs also through priority scheduling. In addition, an on-going transfer of a group of packets that has lower priority packets may be preempted so that another group of packets that has higher priority packets can be transferred to the host 140 in a timely fashion. The transfer of the pre-empted group may be restored after the transfer of the higher priority group is completed.

[0035] The packet receiver 210 and the mechanisms such as the packet classification mechanism 240 and the packet grouping mechanism 260 may share the resource of the packet queue 220. The process of populating the buffered packets and the process of processing these packets (e.g., classifying and grouping) may be performed asynchronously. For example, the packet receiver 210 may push received packets into a FIFO and the packet classification mechanism 240 may pop packets from the same FIFO.

[0036] When a transfer schedule is determined, the transfer scheduler 250 notifies the packet grouping mechanism 260, which subsequently generates a packet bundle 130 with a corresponding packet bundle descriptor. The packet bundle 130 is a collection of packets that are uniform in the sense that they all have the same characteristic with respect to some classification criterion (e.g., all have the same session number, or hash result of session number or other fields). The packets in a packet bundle may be arranged in the order they are received. The corresponding packet bundle descriptor is to provide information about the underlying packet bundle. Such information facilitates the host 140 to process the underlying packet bundle.

[0037] FIG. 3 shows an exemplary construct 300 of a packet bundle descriptor, according to an embodiment of the present invention. A packet bundle descriptor may comprise an overall bundle descriptor 310 and a collection of packet descriptors 320, 330, . . . , 340. The bundle descriptor 310 may include information about the organization of the underlying packet bundle such as the number of packets. A packet descriptor may provide information related to each individual packet such as the packet length.

[0038] FIG. 4 shows exemplary content of the overall bundle descriptor 310, according to an embodiment of the present invention. The overall bundle descriptor 310 may specify the number of packets 410 contained in the underlying packet bundle and some identifying characteristics associated with the packet bundle such as a session identification 450 and a priority level 480. The host 140 may use such information during processing. For example, the host 140 may update an existing session using a received packet bundle according to the session number provided in the corresponding packet bundle descriptor. Based on the number of packets 410, the host 140 may, for instance, update the corresponding existing session with a correct number of total number of packets without having to process each individual packets in the bundle.

[0039] The packet descriptors 320, 330, . . . , 340 are associated with individual packets in a packet bundle. They may include such information as packet identification (ID) 420, packet status 425, packet length 430, packet buffer address 435, or out-of-order indicator 440. For example, the packet ID 420 identifies a packet in a packet bundle using a sequence number identifying the position of the packet in the bundle.

[0040] To generate a packet bundle and its corresponding packet bundle descriptor, the packet grouping mechanism 260 may invoke different mechanisms. FIG. 5 illustrated an exemplary internal structure of the packet grouping mechanism 260. It includes a packet bundle generator 510 and a packet bundle descriptor generator 520. The former is responsible for creating a packet bundle based on classified packets and the latter is responsible for constructing the corresponding packet bundle descriptor.

[0041] The transfer scheduler 250 delivers a packet bundle to the host 140 with proper description at an appropriate time. The delivery may be achieved by notifying the host 140 that a packet bundle is ready to be processed if the packet queue 220 is implemented in the host's memory. Alternatively, the transfer scheduler 250 sends the packet bundle to the host 140. Whenever a packet bundle is delivered, the transfer scheduler 250 sends the corresponding packet bundle descriptor 300 to the host 140.

[0042] The host 140 comprises a notification handler 270, a packet bundle processing mechanism 280, and a session update mechanism 290. The notification handler 270 receives and processes a notification from the I/O controller 110. Based on the notification, the packet bundle processing mechanism 280 further processes the received packet bundle. Since all the packets within a packet bundle are similar, the packet bundle processing mechanism 280 treats the bundle as a whole. Furthermore, the session update mechanism 290 utilizes the received packet bundle by its entirety to update an existing session.

[0043] FIG. 6 is an exemplary flowchart of a process, in which a packet bundle is generated based on packet classification and transferred from the I/O controller 110 to the host 140, according to embodiments of the present invention. Packets are received first at 610. Such received packets are populated or buffered at 620 in the packet queue 220. The buffered packets are subsequently classified at 630. The transfer scheduler 250 then determines, at 640, which classified group of packets is to be transferred next.

[0044] According to a transfer schedule, a packet bundle and its corresponding packet bundle descriptor are generated, at 650, based on classified packets and then sent, at 660, to the host 140. Upon receiving, at 670, the packet bundle and the corresponding packet bundle descriptor, the host 140 processes, at 680, the packet bundle according to the information contained in the corresponding packet bundle descriptor.

[0045] FIG. 7 is an exemplary flowchart of the I/O controller 110, according to an embodiment of the present invention. Packets are received first at 710 and populated, at 720, in the packet queue 220. To classify buffered packets, a session number is identified, at 730, as a dynamic classification criterion. Based the classification criterion, the packet classification mechanism 240 classifies the buffered packets at 740. The transfer scheduler 250 then schedules, at 750, to transfer a packet bundle according to some pre-defined criterion. When a transfer decision is made, the packet grouping mechanism 260 generates, at 760 and 770, a packet bundle based on classified packets and a corresponding packet bundle descriptor. Such generated packet bundle and its descriptor are then transferred, at 780, to the host 140.

[0046] FIG. 8 is an exemplary flowchart of the host 140, according to an embodiment of the present invention. Upon receiving a packet bundle and its corresponding packet bundle descriptor at 810, the host 140 parses, at 820, the packet bundle descriptor to extract useful information. To update an appropriate session using the packets in the received packet bundle, the host 140 identifies, at 830, the session number of the packet bundle. Based on the session number, the host 140 updates an existing session using the received packet bundle.

[0047] While the invention has been described with reference to the certain illustrated embodiments, the words that have been used herein are words of description, rather than words of limitation. Changes may be made, within the purview of the appended claims, without departing from the scope and spirit of the invention in its aspects. Although the invention has been described herein with reference to particular structures, acts, and materials, the invention is not to be limited to the particulars disclosed, but rather can be embodied in a wide variety of forms, some of which may be quite different from those of the disclosed embodiments, and extends to all equivalent structures, acts, and, materials, such as are within the scope of the appended claims.

Claims

1. A method, comprising:

receiving a plurality of packets;
classifying the packets according to a classification criterion;
sending a packet bundle to a host wherein the packet bundle is generated using packets that are uniformly classified with respect to the classification criterion; and
receiving the packet bundle and the corresponding packet bundle descriptor; and
processing the packet bundle according to the corresponding packet bundle descriptor.

2. The method acording to claim 1, wherein said sending comprises:

determining the packet bundle for transfer according to a pre-determined criterion;
generating the packet bundle and its corresponding packet bundle descriptor; and
transfering the packet bundle and its corresponding packet bundle descriptor to the host.

3. The method according to claim 2, wherein:

the classification criterion includes a session number; and
the pre-determined criterion includes a priority associated with a packet.

4. A method for an input and output controller, comprising:

receiving a plurality of packets;
classifying the packets according to a classification criterion; and
sending a packet bundle to a host wherein the packet bundle is generated using packets that are uniformly classified with respect to the classification criterion.

5. The method according to claim 4, wherein said sending comprises:

determining the packet bundle for transfer according to a pre-determined criterion;
generating the packet bundle and its corresponding packet bundle descriptor; and
transfering the packet bundle and its corresponding packet bundle descriptor to the host.

6. The method according to claim 5, wherein:

the classification criterion includes a session number; and
the pre-determined criterion includes a priority associated with a packet.

7. A method for a classification based packet transferring mechanism, comprising:

classifying the packets according to a classification criterion; and
sending a packet bundle to a host wherein the packet bundle is generated using packets that are uniformly classified with respect to the classification criterion.

8. The system according to claim 7, wherein said sending comprises:

determining the packet bundle for transfer according to a pre-determined criterion;
generating the packet bundle and its corresponding packet bundle descriptor; and
transfering the packet bundle and its corresponding packet bundle descriptor to the host.

9. The method according to claim 8, wherein:

the classification criterion includes a session number; and
the pre-determined criterion includes a priority associated with a packet.

10. The method according to claim 9, wherein the packet bundle descriptor includes:

a bundle descriptor providing information about the packet bundle; and
at least one packet descriptor each of which provides information about a packet in the packet bundle.

11. The method according to claim 10, wherein said bundle descriptor includes at least some of:

a number of packets in the packet bundle;
a session number identifying the session information of the packets in the packet bundle; and
a priority value specifying the priority of the packet bundle.

12. The method according to claim 10, wherein each of the packet descriptor includes at least some of:

a packet status;
a packet length;
a buffer address for the packet in the packet bundle; and
an out-of-order marking of the packet.

13. A method for a host, comprising:

receiving a packet bundle and its corresponding packet bundle descriptor;
processing the packet bundle; and
updating a packet session using the packet bundle according to the packet bundle descriptor.

14. The method according to claim 13, further comprising:

identifying a session number from the packet bundle descriptor prior to said updating.

15. A system, comprising:

an input and output controller with a classification based packet transferring mechanism for receiving packets and transferring a packet bundle with its corresponding packet bundle descriptor; and
a host for receiving the packet bundle and its corresponding packet bundle descriptor and for updating a session using the packet bundle based on the packet bundle descriptor.

16. The system according to claim 15, wherein the classification based packet transferring mechanism comprises:

a packet classification mechanism for classifying received packets;
a packet grouping mechanism for generating the packet bundle using classified packets and the corresponding packet bundle descriptor; and
a transfer scheduler for transferring, at a time determined based on a pre-determined criterion, the packet bundle and the corresponding packet bundle descriptor to the host.

17. The system according to claim 16, wherein the host comprises:

a notification handler for receiving the packet bundle and its corresponding packet bundle descriptor;
a packet bundle processing mechanism for processing the received packet bundle and the corresponding packet bundle descriptor; and
a session updating mechanism for updating a session using the packet bundle according to the packet bundle descriptor.

18. An input and output controller, comprising:

a packet receiver for receiving at least one packet; and
a classification based packet transferring mechanism for generating and transferring a packet bundle and its corresponding packet bundle descriptor to a host.

19. The controller according to claim 18, the classification based packet transferring mechanism comprises:

a packet classification mechanism for classifying received packets;
a packet grouping mechanism for generating the packet bundle based on classified packets and the corresponding packet bundle descriptor; and
a transfer scheduler for transferring, at a time determined based on a pre-determined criterion, the packet bundle and its corresponding packet bundle descriptor to the host.

20. The controller according to claim 19, further comprising:

a packet queue for buffering the received at least one packet; and
a packet queue allocation mechanism for allocating the packet queue prior to said receiving the at least one packet.

21. A classification based packet transferring mechanism, comprising:

a packet classification mechanism for classifying at least one packet to generate classified packets;
a packet grouping mechanism for generating a packet bundle using classified packets and for constructing a corresponding packet bundle descriptor; and
a transfer scheduler for scheduling, determined based on a pre-determined criterion, to transfer the packet bundle and the corresponding packet bundle descriptor.

22. The mechanism according to claim 21, wherein the packet grouping mechanism comprises:

a packet bundle generator for generating the packet bundle based on the classified packets; and
a packet bundle descriptor generator for constructing the packet bundle descriptor.

23. A host system, comprising:

a notification handler for processing a notification for the arriving of a packet bundle and its corresponding packet bundle descriptor; and
a packet bundle processing mechanism for processing the packet bundle and the corresponding packet bundle descriptor.

24. The system according to claim 23, further comprising:

a session updating mechanism for updating a session using the packet bundle based on the processing result from the packet bundle processing mechanism.

25. A machine-accessible medium encoded with data, the data, when accessed, causing:

receiving a plurality of packets;
classifying the packets according to a classification criterion;
sending a packet bundle to a host wherein the packet bundle is generated using packets that are uniformly classified with respect to the classification criterion; and
receiving the packet bundle and the corresponding packet bundle descriptor; and
processing the packet bundle according to the corresponding packet bundle descriptor.

26. The medium acording to claim 25, wherein said sending comprises:

determining the packet bundle for transfer according to a pre-determined criterion;
generating the packet bundle and its corresponding packet bundle descriptor; and
transfering the packet bundle and its corresponding packet bundle descriptor to the host.

27. A machine-accessible medium encoded with data for input and output control, the data, when accessed, causing:

receiving a plurality of packets;
classifying the packets according to a classification criterion; and
sending a packet bundle to a host wherein the packet bundle is generated using packets that are uniformly classified with respect to the classification criterion.

28. The medium according to claim 27, wherein said sending comprises:

determining the packet bundle for transfer according to a pre-determined criterion;
generating the packet bundle and its corresponding packet bundle descriptor; and
transfering the packet bundle and its corresponding packet bundle descriptor to the host.

29. A machine-accessible medium encoded with data for a classification based packet transferring mechanism, the data, when accessed, causing:

classifying the packets according to a classification criterion; and
sending a packet bundle to a host wherein the packet bundle is generated using packets that are uniformly classified with respect to the classification criterion.

30. The medium according to claim 29, wherein said sending comprises:

determining the packet bundle for transfer according to a pre-determined criterion;
generating the packet bundle and its corresponding packet bundle descriptor; and
transfering the packet bundle and its corresponding packet bundle descriptor to the host.

31. A machine-accessible medium encoded with data for a host, the data, when accessed, causing:

receiving a packet bundle and its corresponding packet bundle descriptor;
processing the packet bundle; and
updating a packet session using the packet bundle according to the packet bundle descriptor.

32. The medium according to claim 31, the data, when accessed, further causing:

identifying a session number from the packet bundle descriptor prior to said updating.
Patent History
Publication number: 20030135667
Type: Application
Filed: Jan 15, 2002
Publication Date: Jul 17, 2003
Patent Grant number: 6957281
Inventors: Eric K. Mann (Hillsboro, OR), Patrick L. Connor (Portland, OR), Nimrod Diamant (Kfar Saba)
Application Number: 10044989
Classifications
Current U.S. Class: Input/output Command Process (710/5)
International Classification: G06F003/00;