Multi-stage large send offload
Summary by NHIP
Multi-stage Large Send Offload
The method transmits large packets by splitting them across two operating systems before network interface card processing. A first operating system receives an indicator of a first LSO packet size that is a multiple of a second LSO packet size supported by the network interface card, then transfers the formatted data to a second operating system for splitting into smaller packets.
Claim Score by NHIP
Abstract
A network stack sends very large packets with large segment offload (LSO) by performing multi-pass LSO. A first-stage LSO filter is inserted between the network stack and the physical NIC. The first-stage filter splits very large LSO packets into LSO packets that are small enough for the NIC. The NIC then performs a second pass of LSO by splitting these sub-packets into standard MTU-sized networking packets for transmission on the network.

Term
3.5 yearsleft in the term
Expires 11 March 2030.
- Priority
- Filed
- Granted
- Today
- Expires
24 claims: 3 independent, 21 dependent
- 1Broadest claimClaim Score 49, average(NHIP)A method for transmitting packets over a network, comprising:receiving at a first operating system operating on a computing device, an indicator of a first large segment offload (LSO) packet size wherein the first LSO packet size is a multiple of a second LSO packet size that is supported by a network interface card connected to the computing device;formatting data into a first packet of a first LSO packet size;transferring the first packet to a second operating system on the same computing device;splitting the first packet on the second operating system into multiple LSO packets of a second LSO packet size;sending the multiple LSO packets to the network interface card for transmission on the network in packets of a size supported by the network.
- 9A computer-readable storage device having stored thereon computer-readable instructions, the computer-readable instructions, upon execution on a computing device causing a system at least to:receive at a first operating system operating on a computing device, an indicator of a first large segment offload (LSO) packet size wherein the first LSO packet size is a multiple of a second LSO packet size that is supported by a network interface card connected to the computing device;format data into a first packet of a first LSO packet size;transfer the first packet to a second operating system on the same computing device wherein the first packet is split on the second operating system into multiple LSO packets of a second LSO packet size and the multiple LSO packets sent to the network interface card for transmission on the network in packets of a size supported by the network.
- 17A system comprising:one or more processing devices;at least one memory in communication with the one or more processing devices when the system is operational, the at least one memory having stored thereon computer-readable instructions, the computer-readable instructions, upon execution on the one or more processing devices causing the system at least to: receive at a first operating system operating on a computing device, an indicator of a first large segment offload (LSO) packet size wherein the first LSO packet size is a multiple of a second LSO packet size that is supported by a network interface card connected to the computing device;format data into a first packet of a first LSO packet size;transfer the first packet to a second operating system on the same computing device wherein the first packet is split on the second operating system into multiple LSO packets of a second LSO packet size and the multiple LSO packets sent to the network interface card for transmission on the network in packets of a size supported by the network.
Independent claims3
41 paragraphs in 5 sections, as filed
CROSS REFERENCE TO RELATED APPLICATIONS
This application is a continuation of U.S. patent application Ser. No. 12/722,434, entitled “MULTI-STAGE LARGE SEND OFFLOAD”, filed on Mar. 11, 2010, the entirety of which is incorporated herein by reference.
BACKGROUND
When a guest computer system is emulated on a host computer system, the guest computer system is called a “virtual machine” as the guest computer system only exists in the host computer system as a software representation of the operation of one specific hardware configuration that may diverge from the native machine. The virtual machine presents to the software operating on the virtual machine an emulated hardware configuration.
A virtual machine management system (sometimes referred to as a virtual machine monitor or a hypervisor) is also often employed to manage one or more virtual machines so that multiple virtual machines can run on a single computing device concurrently. The virtual machine management system runs directly on the native hardware and virtualizes the resources of the machine by exposing interfaces to virtual machines for access to the underlying hardware. A host operating system and a virtual machine management system may run side-by-side on the same physical hardware. For purposes of clarity will we use the abbreviation VMM to refer to all incarnations of a virtual machine management system.
One problem that occurs in the operating system virtualization context relates to computing resources such as data storage devices, data input and output devices, networking devices etc. Because each of host computing device's multiple operating systems may have different functionality, there is a question as to which computing resources should be apportioned to which of the multiple operating systems. For example, a virtualized host computing device may include only a single network interface card (NIC) that enables the host computing device to communicate with other networked computers. This scenario raises the question of which of the multiple operating systems on the virtualized host should be permitted to interact with and control the NIC.
When one of the operating systems controls the NIC, the other operating systems sends it packets to the network through the operating system that controls the NIC. In such a case, the packet size accepted by the NIC may not be known. However, sending network TCP packets through a network stack is computationally expensive. Resources must be allocated for each packet, and each component in the networking stack typically examines each packet. This problem is compounded in a virtualization environment, because each packet is also transferred between the guest VM to the root operating system. This entails a fixed overhead per packet that can be quite large. On the other hand, the networking stack packet size is normally limited by the maximum transmission unit (MTU) size of the connection, e.g, 1500 bytes. It is not typically feasible to increase the MTU size since it is limited by network infrastructure.
Hardware NICs provide a feature called “Large Send Offload” (LSO) that allows larger TCP packets to travel through the stack all the way to the NIC. Since most of the cost per packet is fixed, this does a fairly good job, but NICs typically support packets that are fairly small, around 62 KB. There is a need for the transmission between operating systems of larger packets to reduce overhead.
SUMMARY
The embodiments described allow a network stack to send very large packets, larger than a physical NIC typically supports with large segment offload (LSO). In general, this is accomplished by performing multi-pass LSO. A first-stage LSO filter is inserted somewhere between the network stack and the physical NIC. The first-stage filter splits very large LSO packets into LSO packets that are small enough for the NIC. The NIC then performs a second pass of LSO by splitting these sub-packets into standard MTU-sized networking packets for transmission on the network.
To that end, a first operating system operating on a computing device receives an indicator of a first LSO packet size. The first LSO packet size is a multiple of a second LSO packet size that is supported by a network interface card connected to the computing device. The first operating system formats data (e.g., from an application) into a first packet of a first LSO packet size. The first packet is then transferred to a second operating system on the same computing device that has access to a network interface card. The first packet is then split on the second operating system into multiple LSO packets of a second LSO packet size that can be consumed by the network interface card. The multiple LSO packets are sent to the network interface card for transmission on the network in packets of a size supported by the network.
In general, the first operating system is executing on a virtual machine and the indicator of a first LSO packet size is received from a hypervisor operating on the same computing device. The virtual machine can be migrated to a second computing device and another indicator of a first LSO packet size is received from a hypervisor operating on the second computing device. The indicator of the first LSO packet size received from the hypervisor operating on the second computing device can different from the indicator of the first LSO packet size received from the hypervisor on the computing device. Consequently, the indicator of the first LSO size received from each of the hypervisor operating on the computing device and the hypervisor operating on the second computing device can be tuned for the specific computing device's CPU usage, throughput, latency or any combination thereof.
In general, the first packet has a TCP header. The packet header from the first packet is copied to the packets of second LSO-sized packets when they are split out.
BRIEF DESCRIPTION OF THE DRAWINGS
The foregoing summary, as well as the following detailed description of preferred embodiments, is better understood when read in conjunction with the appended drawings. For the purpose of illustrating the invention, there is shown in the drawings exemplary constructions of the invention; however, the invention is not limited to the specific methods and instrumentalities disclosed. In the drawings:
<figref idref="DRAWINGS">FIG. 1</figref> is a block diagram representing a computer system in which aspects of the present invention may be incorporated;
<figref idref="DRAWINGS">FIG. 2</figref> illustrates a virtualized computing system environment;
<figref idref="DRAWINGS">FIG. 3</figref> illustrates the communication of networking across a virtualization boundary;
<figref idref="DRAWINGS">FIG. 4</figref> is a flow diagram of the packet processing in accordance with an aspect of the invention; and
<figref idref="DRAWINGS">FIG. 5</figref> is a flow diagram of the processing performed by the virtual switch according to an aspect of the invention.
DETAILED DESCRIPTION OF ILLUSTRATIVE EMBODIMENTS
The inventive subject matter is described with specificity to meet statutory requirements. However, the description itself is not intended to limit the scope of this patent. Rather, the inventor has contemplated that the claimed subject matter might also be embodied in other ways, to include different combinations similar to the ones described in this document, in conjunction with other present or future technologies.
Numerous embodiments of the present invention may execute on a computer. <figref idref="DRAWINGS">FIG. 1</figref> and the following discussion is intended to provide a brief general description of a suitable computing environment in which the invention may be implemented. Although not required, the invention will be described in the general context of computer executable instructions, such as program modules, being executed by a computing device, such as a client workstation or a server. Generally, program modules include routines, programs, objects, components, data structures and the like that perform particular tasks. Those skilled in the art will appreciate that the invention may be practiced with other computer system configurations, including hand held devices, multi processor systems, microprocessor based or programmable consumer electronics, network PCs, minicomputers, mainframe computers and the like. The invention may also be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network. In a distributed computing environment, program modules may be located in both local and remote memory storage devices.
Referring now to <figref idref="DRAWINGS">FIG. 1</figref>, an exemplary general purpose computing system is depicted. The general purpose computing system can include a conventional computer <b>20</b> or the like, including at least one processor or processing unit <b>21</b>, a system memory <b>22</b>, and a system bus <b>23</b> that communicative couples various system components including the system memory to the processing unit <b>21</b> when the system is in an operational state. The system bus <b>23</b> may be any of several types of bus structures including a memory bus or memory controller, a peripheral bus, and a local bus using any of a variety of bus architectures. The system memory can include read only memory (ROM) <b>24</b> and random access memory (RAM) <b>25</b>. A basic input/output system <b>26</b> (BIOS), containing the basic routines that help to transfer information between elements within the computer <b>20</b>, such as during start up, is stored in ROM <b>24</b>. The computer <b>20</b> may further include a hard disk drive <b>27</b> for reading from and writing to a hard disk (not shown), a magnetic disk drive <b>28</b> for reading from or writing to a removable magnetic disk <b>29</b>, and an optical disk drive <b>30</b> for reading from or writing to a removable optical disk <b>31</b> such as a CD ROM or other optical media. The hard disk drive <b>27</b>, magnetic disk drive <b>28</b>, and optical disk drive <b>30</b> are shown as connected to the system bus <b>23</b> by a hard disk drive interface <b>32</b>, a magnetic disk drive interface <b>33</b>, and an optical drive interface <b>34</b>, respectively. The drives and their associated computer readable media provide non volatile storage of computer readable instructions, data structures, program modules and other data for the computer <b>20</b>. Although the exemplary environment described herein employs a hard disk, a removable magnetic disk <b>29</b> and a removable optical disk <b>31</b>, it should be appreciated by those skilled in the art that other types of computer readable media which can store data that is accessible by a computer, such as magnetic cassettes, flash memory cards, digital video disks, Bernoulli cartridges, random access memories (RAMs), read only memories (ROMs) and the like may also be used in the exemplary operating environment. Generally, such computer readable storage media can be used in some embodiments to store processor executable instructions embodying aspects of the present disclosure.
A number of program modules comprising computer-readable instructions may be stored on computer-readable media such as the hard disk, magnetic disk <b>29</b>, optical disk <b>31</b>, ROM <b>24</b> or RAM <b>25</b>, including an operating system <b>35</b>, one or more application programs <b>36</b>, other program modules <b>37</b> and program data <b>38</b>. Upon execution by the processing unit, the computer-readable instructions cause the actions described in more detail below to be carried out or cause the various program modules to be instantiated. A user may enter commands and information into the computer <b>20</b> through input devices such as a keyboard <b>40</b> and pointing device <b>42</b>. Other input devices (not shown) may include a microphone, joystick, game pad, satellite disk, scanner or the like. These and other input devices are often connected to the processing unit <b>21</b> through a serial port interface <b>46</b> that is coupled to the system bus, but may be connected by other interfaces, such as a parallel port, game port or universal serial bus (USB). A display <b>47</b> or other type of display device can also be connected to the system bus <b>23</b> via an interface, such as a video adapter <b>48</b>. In addition to the display <b>47</b>, computers typically include other peripheral output devices (not shown), such as speakers and printers. The exemplary system of <figref idref="DRAWINGS">FIG. 1</figref> also includes a host adapter <b>55</b>, Small Computer System Interface (SCSI) bus <b>56</b>, and an external storage device <b>62</b> connected to the SCSI bus <b>56</b>.
The computer <b>20</b> may operate in a networked environment using logical connections to one or more remote computers, such as a remote computer <b>49</b>. The remote computer <b>49</b> may be another computer, a server, a router, a network PC, a peer device or other common network node, and typically can include many or all of the elements described above relative to the computer <b>20</b>, although only a memory storage device <b>50</b> has been illustrated in <figref idref="DRAWINGS">FIG. 1</figref>. The logical connections depicted in <figref idref="DRAWINGS">FIG. 1</figref> can include a local area network (LAN) <b>51</b> and a wide area network (WAN) <b>52</b>. Such networking environments are commonplace in offices, enterprise wide computer networks, intranets and the Internet.
When used in a LAN networking environment, the computer <b>20</b> can be connected to the LAN <b>51</b> through a network interface or adapter <b>53</b>. When used in a WAN networking environment, the computer <b>20</b> can typically include a modem <b>54</b> or other means for establishing communications over the wide area network <b>52</b>, such as the Internet. The modem <b>54</b>, which may be internal or external, can be connected to the system bus <b>23</b> via the serial port interface <b>46</b>. In a networked environment, program modules depicted relative to the computer <b>20</b>, or portions thereof, may be stored in the remote memory storage device. It will be appreciated that the network connections shown are exemplary and other means of establishing a communications link between the computers may be used. Moreover, while it is envisioned that numerous embodiments of the present disclosure are particularly well-suited for computerized systems, nothing in this document is intended to limit the disclosure to such embodiments.
Referring now to <figref idref="DRAWINGS">FIG. 2</figref>, it depicts a high level block diagram of computer systems that can be used in embodiments of the present disclosure. As shown by the figure, computer <b>20</b> (e.g., computer system described above) can include physical hardware devices such as a storage device <b>208</b>, e.g., a hard drive (such as <b>27</b> in <figref idref="DRAWINGS">FIG. 1</figref>), a network interface controller (NIC) <b>53</b>, a graphics processing unit <b>234</b> (such as would accompany video adapter <b>48</b> from <figref idref="DRAWINGS">FIG. 1</figref>), at least one logical processor <b>212</b> (e.g., processing unit <b>21</b> from <figref idref="DRAWINGS">FIG. 1</figref>), random access memory (RAM) <b>25</b>. One skilled in the art can appreciate that while one logical processor is illustrated, in other embodiments computer <b>20</b> may have multiple logical processors, e.g., multiple execution cores per processor and/or multiple processors that could each have multiple execution cores. Depicted is a hypervisor <b>202</b> that may also be referred to in the art as a virtual machine monitor or more generally as a virtual machine manager. The hypervisor <b>202</b> in the depicted embodiment includes executable instructions for controlling and arbitrating access to the hardware of computer <b>20</b>. Broadly, the hypervisor <b>202</b> can generate execution environments called partitions such as child partition <b>1</b> through child partition N (where N is an integer greater than 1). In embodiments a child partition can be considered the basic unit of isolation supported by the hypervisor <b>202</b>, that is, each child partition can be mapped to a set of hardware resources, e.g., memory, devices, logical processor cycles, etc., that is under control of the hypervisor <b>202</b> and/or the parent partition. In embodiments the hypervisor <b>202</b> can be a stand-alone software product, a part of an operating system, embedded within firmware of the motherboard, specialized integrated circuits, or a combination thereof.
In the depicted example configuration, the computer <b>20</b> includes a parent partition <b>204</b> that can be configured to provide resources to guest operating systems executing in the child partitions <b>1</b>-N by using virtualization service providers <b>228</b> (VSPs). In this example architecture the parent partition <b>204</b> can gate access to the underlying hardware. Broadly, the VSPs <b>228</b> can be used to multiplex the interfaces to the hardware resources by way of virtualization service clients (VSCs). Each child partition can include a virtual processor such as virtual processors <b>230</b> through <b>232</b> that guest operating systems <b>220</b> through <b>222</b> can manage and schedule threads to execute thereon. Generally, the virtual processors <b>230</b> through <b>232</b> are executable instructions and associated state information that provide a representation of a physical processor with a specific architecture. For example, one virtual machine may have a virtual processor having characteristics of an Intel ×86 processor, whereas another virtual processor may have the characteristics of a PowerPC processor. The virtual processors in this example can be mapped to logical processors of the computer system such that the instructions that effectuate the virtual processors will be backed by logical processors. Thus, in these example embodiments, multiple virtual processors can be simultaneously executing while, for example, another logical processor is executing hypervisor instructions. Generally speaking, the combination of the virtual processors and various VSCs in a partition can be considered a virtual machine.
Generally, guest operating systems <b>220</b> through <b>222</b> can include any operating system such as, for example, operating systems from Microsoft®, Apple®, the open source community, etc. The guest operating systems can include user/kernel modes of operation and can have kernels that can include schedulers, memory managers, etc. Each guest operating system <b>220</b> through <b>222</b> can have associated file systems that can have applications stored thereon such as e-commerce servers, email servers, etc., and the guest operating systems themselves. The guest operating systems <b>220</b>-<b>222</b> can schedule threads to execute on the virtual processors <b>230</b>-<b>232</b> and instances of such applications can be effectuated.
<figref idref="DRAWINGS">FIG. 3</figref> is a block diagram representing an exemplary virtualized computing device where a first operating system (host OS <b>302</b>) controls the Network Interface Device <b>53</b>. Network Interface Device <b>53</b> provides access to network <b>300</b>. Network interface device <b>53</b> may be, for example, a network interface card (NIC). Network interface device driver <b>310</b> provides code for accessing and controlling network interface device <b>53</b>. Host network stack <b>330</b> and guest network stack <b>340</b> each provide one or more modules for processing outgoing data for transmission over network <b>300</b> and for processing incoming data that is received from network <b>300</b>. Network stacks <b>330</b> and <b>340</b> may, for example, include modules for processing data in accordance with well known protocols such as Point to Point protocol (PPP), Transmission Control Protocol (TCP), and Internet Protocol (IP). Host networking application <b>350</b> and guest networking application <b>360</b> are applications executing on host operating system <b>204</b> and guest operating system <b>220</b>, respectively, that access network <b>300</b>.
As mentioned above, in conventional computing devices which adhere to the traditional virtualization boundary, data does not pass back and forth between virtualized operating systems. Thus, for example, in conventional configurations, when data is transferred between host networking application <b>350</b> and network <b>300</b>, the data is passed directly from the host network stack <b>330</b> to the network interface device driver <b>310</b>. However, in the system of <figref idref="DRAWINGS">FIG. 3</figref>, data does not pass directly from the host network stack <b>330</b> to the network interface device driver <b>310</b>. Rather, the data is intercepted by virtual switch <b>325</b>. Virtual switch <b>325</b> provides functionality according to an aspect of the invention.
Because the guest OS does not have direct access to the NIC, when the virtual NIC starts, the hypervisor advertises an LSO size to the networking stack indicating that the NIC is capable of LSO with a large packet size. LSO increases throughput by reducing the amount of processing that is necessary for smaller packet sizes. In general, large packets are given to the NIC and the NIC breaks the packets into smaller packet sizes in hardware, relieving the CPU of the work. For example, a 64 KB LSO is segmented into smaller segments and then sent out over the network through the NIC. By advertising an LSO packet size to the virtual NIC on the guest OS that is larger that the LSO-sized packets that are accepted by the NIC, the networking stack will pass much larger packets to the virtual NIC. The virtual NIC in turn will transfer the large packets to the virtual switch.
This causes the networking stack to format and send packets that are much larger than the MTU size supported by the underlying networking infrastructure, and much larger than the physical NIC that the virtual NIC is attached to supports. The packets are large chunks of data that are larger than a standard TCP packet, but with a TCP header. The precise LSO size is tuned to optimize for performance: CPU use, throughput, and latency, whereas previous solutions would choose the largest value expected to be supported by the underlying hardware NIC.
Normally this packet is sent all the way to the hardware as an LSO packet, or it is entirely split in software by a software LSO engine to MTU size. Instead, at some point before sending the packet to the hardware, it is split into multiple packets each with a maximum size no greater than that supported by the hardware's LSO engine, then send the new packets to the hardware NIC. This step can occur any time before the packet is sent to hardware, but the closer to the hardware that it is performed, the better the performance.
This is accomplished with an LSO algorithm, by copying the packet headers to each sub-packet and adjusting the TCP sequence number, identification field (for IPv4), and header flags. preferably, the IP or TCP checksums are not calculated as is normally required by LSO, because that will be performed by the hardware NIC. Similarly, the length field in the IP headers is not updated, nor is the TCP pseudo-checksum, as this would interfere with the NIC's later computation of these fields while performing hardware LSO.
Finally, the software LSO driver must wait to complete the full packet to the sender until all sub-packets have been sent by the NIC and are completed. This is achieved by keeping a count of outstanding sub-packets that have not yet completed, and completing the full packet when this count reaches zero.
<figref idref="DRAWINGS">FIG. 4</figref> demonstrates in conjunction with <figref idref="DRAWINGS">FIG. 3</figref> more detail the flow described above. In particular at <b>402</b>, the data stream from the network stack <b>340</b> arrives at the virtual NIC driver <b>342</b>. At <b>404</b>, the virtual NIC driver <b>342</b> configures a packet that is as large as the hypervisor will allow. The LSO size of the packet is preferably much larger that the LSO packet size supported by NIC <b>53</b> in the host partition. The virtual NIC driver <b>342</b> then transfers the data to the virtual switch <b>325</b> by communication services provided by the hypervisor. At <b>406</b>, the virtual switch <b>325</b> then splits the large format LSO into LSO packets that conform to the LSO packet size <b>408</b> supported by the NIC hardware <b>53</b>.
At <b>410</b>, the LSO engine of the NIC hardware <b>53</b> splits the LSO packets into MTU-sized packets <b>412</b> supported by the network infrastructure. Those packets are then transmitted over the network.
<figref idref="DRAWINGS">FIG. 5</figref> further illustrates the processing performed in virtual switch <b>325</b> of <figref idref="DRAWINGS">FIG. 3</figref>. At <b>505</b>, virtual switch <b>325</b> receives the packet from virtual NIC driver <b>342</b>. Thereafter at <b>507</b>, virtual switch <b>325</b> determines if the NIC hardware <b>53</b> supports LSO. If LSO is supported, virtual switch <b>325</b> determines whether the packets is less than the NIC LSO packet supported. If yes, at <b>511</b>, the packet is sent to the NIC hardware <b>53</b> without further processing. If no, at <b>511</b>, the oversized LSO packet is subdivided into LSO supported packets. On the other hand, at <b>507</b>, if NIC is not supported, then the packets are divided into NIC supported packets at <b>511</b>.
The techniques described allow the virtual machine to be migrated from one system to another and maximize the performance on each system, preferably tailored to the NIC hardware on each system. To that end, when the virtual NIC driver loads on the target system, the hypervisor provides a LSO packet size that is then used to send the maximum sized packet to the partition that controls the NIC hardware. This allows an oversized packet to be determined for each system based on maximizing throughput or other parameters that may be desirable on the target system.
The various systems, methods, and techniques described herein may be implemented with hardware or software or, where appropriate, with a combination of both. Thus, the methods and apparatus of the present invention, or certain aspects or portions thereof, may take the form of program code (i.e., instructions) embodied in tangible media, such as floppy diskettes, CD-ROMs, hard drives, or any other machine-readable storage medium, wherein, when the program code is loaded into and executed by a machine, such as a computer, the machine becomes an apparatus for practicing the invention. In the case of program code execution on programmable computers, the computer will generally include a processor, a storage medium readable by the processor (including volatile and non-volatile memory and/or storage elements), at least one input device, and at least one output device. One or more programs are preferably implemented in a high level procedural or object oriented programming language to communicate with a computer system. However, the program(s) can be implemented in assembly or machine language, if desired. In any case, the language may be a compiled or interpreted language, and combined with hardware implementations.
The methods and apparatus of the present invention may also be embodied in the form of program code that is transmitted over some transmission medium, such as over electrical wiring or cabling, through fiber optics, or via any other form of transmission, wherein, when the program code is received and loaded into and executed by a machine, such as an EPROM, a gate array, a programmable logic device (PLD), a client computer, a video recorder or the like, the machine becomes an apparatus for practicing the invention. When implemented on a general-purpose processor, the program code combines with the processor to provide a unique apparatus that operates to perform the indexing functionality of the present invention.
Consequently, the network stack can send very large packets, larger than a physical NIC normally supports with LSO. This is accomplished by performing multi-pass LSO; a first-stage LSO switch is inserted somewhere between the network stack and the physical NIC that splits very large LSO packets into LSO packets that are small enough for the NIC. The NIC then performs a second pass of LSO by splitting these sub-packets into standard MTU-sized networking packets for transmission on the network.
While the present invention has been described in connection with the preferred embodiments of the various figures, it is to be understood that other similar embodiments may be used or modifications and additions may be made to the described embodiment for performing the same function of the present invention without deviating there from. For example, while exemplary embodiments of the invention are described in the context of digital devices emulating the functionality of personal computers, one skilled in the art will recognize that the present invention is not limited to such digital devices, as described in the present application may apply to any number of existing or emerging computing devices or environments, such as a gaming console, handheld computer, portable computer, etc. whether wired or wireless, and may be applied to any number of such computing devices connected via a communications network, and interacting across the network. Furthermore, it should be emphasized that a variety of computer platforms, including handheld device operating systems and other application specific hardware/software interface systems, are herein contemplated, especially as the number of wireless networked devices continues to proliferate. Therefore, the present invention should not be limited to any single embodiment, but rather construed in breadth and scope in accordance with the appended claims.
Finally, the disclosed embodiments described herein may be adapted for use in other processor architectures, computer-based systems, or system virtualizations, and such embodiments are expressly anticipated by the disclosures made herein and, thus, the present invention should not be limited to specific embodiments described herein but instead construed most broadly. Likewise, the use of synthetic instructions for purposes other than processor virtualization are also anticipated by the disclosures made herein, and any such utilization of synthetic instructions in contexts other than processor virtualization should be most broadly read into the disclosures made herein.
Contents5
6 sheets
Sheet 1 Sheet 2 Sheet 3 Sheet 4 Sheet 5 Sheet 6
Every citation, both waysCites: the store holds 29 of 30
| Document | Relation | Office | Cited during |
|---|---|---|---|
| US10785020B2 | Cited by | United States of America | Applicant |
| US2005147126A1 | Cites | United States of America | Applicant |
| US2005223134A1 | Cites | United States of America | Applicant |
| US2006072564A1 | Cites | United States of America | Applicant |
| US2006104295A1 | Cites | United States of America | Applicant |
| US2007101023A1 | Cites | United States of America | Search report |
| US2008178201A1 | Cites | United States of America | Applicant |
| US2009219936A1 | Cites | United States of America | Search report |
| US2009232137A1 | Cites | United States of America | Applicant |
| US2009323690A1 | Cites | United States of America | Applicant |
| US2011090915A1 | Cites | United States of America | Search report |
| US6707796B1 | Cites | United States of America | Applicant |
| US7181542B2 | Cites | United States of America | Applicant |
| US7283522B2 | Cites | United States of America | Applicant |
| US7389359B2 | Cites | United States of America | Applicant |
| US7487264B2 | Cites | United States of America | Applicant |
| US7796646B2 | Cites | United States of America | Applicant |
| US7864806B2 | Cites | United States of America | Applicant |
| US7920470B2 | Cites | United States of America | Applicant |
| US7944946B2 | Cites | United States of America | Applicant |
| US20050147126A1 | Cites | United States of America | Applicant |
| US20050223134A1 | Cites | United States of America | Applicant |
| US20060072564A1 | Cites | United States of America | Applicant |
| US20060104295A1 | Cites | United States of America | Applicant |
| US20070101023A1 | Cites | United States of America | Search report |
| US20080178201A1 | Cites | United States of America | Applicant |
| US20090219936A1 | Cites | United States of America | Search report |
| US20090232137A1 | Cites | United States of America | Applicant |
| US20090323690A1 | Cites | United States of America | Applicant |
| US20110090915A1 | Cites | United States of America | Search report |
| "High Reliable Capturing Crash Dumps for Linux", Mini Kernel Dump, www.mkdump.sourceforge.net, last updated Mar. 30, 2006. | Non-patent | – | Applicant |
| Freimuth, D. et al., "Server Network Scalability and TCP Offload," 2005, 14 pages, downloaded at http://www.usenix.org/events/usenix05/tech/general/full.sub.--papers/frei-muth/freimuth.pdf. | Non-patent | – | Applicant |
| Masputra, A. et al., "An Efficient Networking Transmit Mechanism for Solaris: Multidata Transmit (MDT)," 2002, 12 pages, downloaded at http://arc.opensolaris.org/caselog/PSARC/2002/276/materials/mdt.pdf. | Non-patent | – | Applicant |
| Senapathi, S. et al., "Introduction to TCP Offload Engines," Mar. 2004, 5 pages, downloaded at http://www.dell.com/downloads/global/power/1q04-her.pdf. | Non-patent | – | Applicant |
| "Networking Adapter Performance Guidelines," Mar. 18, 2008, 6 pages, downloaded at http://blogs.technet.com/winserverperformance/archive/2008/03/18/networki-ng-adapter-performance-guidelines.aspx. | Non-patent | – | Applicant |
| “High Reliable Capturing Crash Dumps for Linux”, Mini Kernel Dump, www.mkdump.sourceforge.net, last updated Mar. 30, 2006. | Non-patent | – | Applicant |
| Freimuth, D. et al., “Server Network Scalability and TCP Offload,” 2005, 14 pages, downloaded at http://www.usenix.org/events/usenix05/tech/general/full.sub.--papers/frei-muth/freimuth.pdf. | Non-patent | – | Applicant |
| Masputra, A. et al., “An Efficient Networking Transmit Mechanism for Solaris: Multidata Transmit (MDT),” 2002, 12 pages, downloaded at http://arc.opensolaris.org/caselog/PSARC/2002/276/materials/mdt.pdf. | Non-patent | – | Applicant |
| Senapathi, S. et al., “Introduction to TCP Offload Engines,” Mar. 2004, 5 pages, downloaded at http://www.dell.com/downloads/global/power/1q04-her.pdf. | Non-patent | – | Applicant |
| “Networking Adapter Performance Guidelines,” Mar. 18, 2008, 6 pages, downloaded at http://blogs.technet.com/winserverperformance/archive/2008/03/18/networki-ng-adapter-performance-guidelines.aspx. | Non-patent | – | Applicant |
4 members in 1 office
Priority claims6
| Document | Office | Kind | Date |
|---|---|---|---|
| 72243410 | United States of America | A | |
| 72243410 | United States of America | A | |
| 201414182229 | United States of America | A | |
| 12722434 | – | – | – |
| US20100722434 | – | – | – |
| US201414182229 | – | – | – |
Members4
| Document | Office | Kind | |
|---|---|---|---|
| US2011222557A1 | United States of America | A1 | |
| US8654784B2 | United States of America | B2 | |
| US2014161123A1 | United States of America | A1 | |
| US9270608B2This record | United States of America | B2 |
57 transactions on the USPTO file
Allowed after 1 non-final rejection.
- Non-final rejections
- 1
- Final rejections
- 0
- RCEs
- 0
- Appeals
- 0
Over time
Point at a mark for the transactionTransactions
| Event | Code | |
|---|---|---|
| Payment of Maintenance Fee, 8th Year, Large EntityM1552 | M1552 | |
| Correspondence Address ChangeC.ADB | C.ADB | |
| Payment of Maintenance Fee, 4th Year, Large EntityM1551 | M1551 | |
| Recordation of Patent Grant MailedPGM/ | PGM/ | |
| Patent Issue Date Used in PTA CalculationAllowedPTAC | PTAC | |
| Email NotificationEML_NTR | EML_NTR | |
| Issue Notification MailedAllowedWPIR | WPIR | |
| Dispatch to FDCD1935 | D1935 | |
| Application Is Considered Ready for IssuePILS | PILS | |
| Issue Fee Payment VerifiedN084 | N084 | |
| Issue Fee Payment ReceivedIFEE | IFEE | |
| Mail Post CardPST_CRD | PST_CRD | |
| Email NotificationEML_NTF | EML_NTF | |
| Mail Notice of AllowanceAllowedMN/=. | MN/=. | |
| Email NotificationEML_NTR | EML_NTR | |
| Email NotificationEML_NTR | EML_NTR | |
| Filing Receipt - ReplacementFLRCPT.R | FLRCPT.R | |
| Change in Power of Attorney (May Include Associate POA)PA.. | PA.. | |
| Notice of Allowance Data Verification CompletedAllowedN/=. | N/=. | |
| Reasons for AllowanceEX.R | EX.R | |
| Paralegal or electronic terminal disclaimer approvedP574 | P574 | |
| Terminal Disclaimer FiledDIST | DIST | |
| Paralegal TD Not acceptedP575 | P575 | |
| Application ready for PDX access by participating foreign officesCCRDY | CCRDY | |
| Date Forwarded to ExaminerFWDX | FWDX | |
| Terminal Disclaimer FiledDIST | DIST | |
| Response after Non-Final ActionA... | A... | |
| Request for Extension of Time - GrantedXT/G | XT/G | |
| Electronic ReviewELC_RVW | ELC_RVW | |
| Email NotificationEML_NTF | EML_NTF | |
| Mail Non-Final RejectionNon-final rejectionMCTNF | MCTNF | |
| Non-Final RejectionNon-final rejectionCTNF | CTNF | |
| Information Disclosure Statement consideredIDSC | IDSC | |
| Case Docketed to Examiner in GAUDOCK | DOCK | |
| Reference capture on IDSRCAP | RCAP | |
| Information Disclosure Statement (IDS) FiledM844 | M844 | |
| Information Disclosure Statement (IDS) FiledWIDS | WIDS | |
| Case Docketed to Examiner in GAUDOCK | DOCK | |
| Preliminary AmendmentA.PE | A.PE | |
| Email NotificationEML_NTR | EML_NTR | |
| PG-Pub Issue NotificationPG-ISSUE | PG-ISSUE | |
| Case Docketed to Examiner in GAUDOCK | DOCK | |
| FITF set to NO - revise initial settingFTFI | FTFI | |
| Application Dispatched from OIPEOIPE | OIPE | |
| Email NotificationEML_NTR | EML_NTR | |
| Email NotificationEML_NTR | EML_NTR | |
| Change in Power of Attorney (May Include Associate POA)PA.. | PA.. | |
| Application Is Now CompleteCOMP | COMP | |
| Application Is Now CompleteCOMP | COMP | |
| Filing ReceiptFLRCPT.O | FLRCPT.O | |
| Sent to Classification ContractorPGPC | PGPC | |
| Cleared by OIPE CSRL194 | L194 | |
| IFW Scan & PACR Auto Security ReviewSCAN | SCAN | |
| Patent Term Adjustment - Ready for ExaminationPTA.RFE | PTA.RFE | |
| Applicants have given acceptable permission for participating foreignAPPERMS | APPERMS | |
| Entity Status Set To Undiscounted (Initial Default Setting or Status Change)BIG. | BIG. | |
| Initial Exam Team nnIEXX | IEXX |
5 legal events, as the office reported them to INPADOC
Over the term
Point at a mark for the eventEvents
| Event | Code | |
|---|---|---|
| Maintenance fee paymentMAFP | MAFP | |
| Maintenance fee paymentMAFP | MAFP | |
| Information on status: patent grantGrantedPATENTED CASESTCF | STCF | |
| AssignmentAS | AS | |
| AssignmentAS | AS |
Numbers
- Publication
- 09270608
- Publication, DOCDB
- 9270608
- Publication, EPODOC
- US9270608
- Application
- 14182229
- Application, DOCDB
- 201414182229
- Application, EPODOC
- US201414182229
Titles
- English
- Multi-stage large send offload
Patent term adjustment
- A delay
- +2 daysthe office missed an examination deadline
- Applicant delay
- −148 days
- Net adjustment
- 0 days
Classification
- CPC, 2
- H04L47/36
- H04L47/365
- IPC, 3
- H04J3 24
- H04L47 36
- H04L12 805
- USPC, 1
- 001001000