Data Packet Header Conversion
A method of converting a data packet that has a header includes storing the data packet and generating a header template having a plurality of static fields. The method further includes generating at least one dynamic field and merging the header template with the header. The method further includes inserting the at least one dynamic field to form a converted header.
Latest Intel Patents:
- Systems and methods for module configurability
- Hybrid boards with embedded planes
- Edge computing local breakout
- Separate network slicing for security events propagation across layers on special packet data protocol context
- Quick user datagram protocol (UDP) internet connections (QUIC) packet offloading
This application is a continuation of U.S. patent application Ser. No. 10/217,644, filed on Aug. 14, 2002, the entire disclosure of which is incorporated herein by reference.
FIELD OF THE INVENTIONOne embodiment of the present invention is directed to digital data. More particularly, one embodiment of the present invention is directed to a conversion of a digital data packet header.
BACKGROUND INFORMATIONVoice telephone calls have traditionally been carried over circuit-based transmission facilities on the Public Switched Telephone Network (“PSTN”). However, increasingly more and more voice telephone calls are carried over the Internet and other similarly structured packet-based networks, and are referred to as Voice over Internet Protocol (“VoIP”) telephone calls. In addition, many voice telephone calls are carried over a combination of the PSTN and the Internet.
The telephone calls that are carried over both the PSTN and the Internet require format changes as the voice data switches between networks. For example, data going from the PSTN to the Internet must be broken up into packets and the appropriate header must be created and appended to each packet. Since any VoIP implementation is constrained by real-time limitations, it is extremely important to create or convert the packet headers in the most efficient way possible.
Based on the foregoing, there is a need for a method and apparatus to efficiently create and convert headers for VoIP and other packets.
BRIEF DESCRIPTION OF THE DRAWINGS
One embodiment of the present invention is a packet processor that converts propriety headers to VoIP headers by using a pre-formatted header template. The header template includes data that does not change during the conversion.
The devices 12, 14, 18, 20 and 22 of
Packet traffic on the Internet is typically carried using the Transmission Control Protocol/Internet Protocol (“TCP/IP”) end-to-end protocol. Rather than using TCP as the transport protocol, Internet telephony applications typically use the much simpler User Datagram Protocol (“UDP”) to provide the transport layer function. The delivery monitoring function, supported by sequence numbering and time stamping, is provided by the Real-time Transport Protocol (“RTP”), including its performance monitoring partner protocol RTP Control Protocol (“RTCP”).
The communication system of
A control processor 22 assists packet processor 14 in the set up and tear down of VoIP telephone calls. A memory 20 stores programming functionality and buffers packets that are to be converted by packet processor 14. An IP network interface 18 transmits packets to IP network 16, and vice versa.
In one embodiment, Internet telephony packets transmitted over IP network 16 are prepended with a “super-header” that includes headers defined by the IP, UDP, and RTP standards.
In addition to converting data coming from TDM network 10 and destined for IP network 16, packet processor 14 also receives IP packets from IP network 16 and converts them so that they can be received by DSP 12 and transmitted to TDM network 10. In this direction, packet processor 14 must convert the super-header of the IP network packets to the proprietary header used by DSP 12.
Each of the headers illustrated in
1) Header fields that are the same for ALL packets sent by the VoIP application. In
2) Header fields that are connection-specific (i.e., they are constant for a specific telephone call, but may change between calls). In
3) Header fields that may change from one packet to the next on the same telephone call. In
In other embodiments, different applications will divide the header fields differently among the above categories, but the categories themselves will remain the same.
One embodiment of the present invention creates packet headers in the most efficient way possible through the use of a “header template” that contains the unchanging data in header fields from categories 1 and 2 above (referred to as “static fields”). The header template is positioned so that it can be written directly to the packet buffer, with modifications limited to the category 3 fields above. In one embodiment in which the IXP 1200 packet processor is used, the field modifications are made in the Synchronous Dynamic Random Access Memory (“SDRAM”) transfer registers of the IXP 1200 before writing the completed header to the packet buffer.
In the direction towards IP network 16, the header fields are populated by packet processor 14 from one of two different sources: (1) the internal header prepended to each voice data payload by DSP 12; or (2) the header template stored in shared memory 20.
Packets received from DSP 12 by packet processor 14 are stored in packet buffers. In one embodiment, since the IXP 1200 packet processor addresses these buffers in dynamic RAM with a 64-bit (“quadword”) granularity, and the DSP header is not an integral multiple of 64 bits in length, the payload of packets written with the DSP header on a quadword alignment will not begin on a quadword boundary. Because of the byte alignment restrictions imposed by the IXP 1200 (and similar limitations imposed by other packet processors) efficient transmission requires that the resulting IP/UDP/RTP header must be contiguous with the packet data in the packet buffer. Therefore, in one embodiment the header template is stored so that is aligned to match the payload. The header template includes data for all the underlined fields in
In the direction toward TDM network 10, the changing fields are populated by packet processor 14 from either: (1) the IP/UDP/RTP header of each received packet; or (2) a header template stored in shared memory 20 by control processor 22.
Packets received from IP network 16 and IP network interface 18 by packet processor 14 are stored in packet buffers. In one embodiment, since the IXP 1200 addresses these buffers in dynamic RAM with a 64-bit quadword granularity, and the IP/UDP/RTP header is an integral multiple (i.e., multiple of 5) of 64 bits in length, the payload of packets written with the IP/UDP/RTP header on a quadword alignment will begin on a quadword boundary. Because of the byte alignment restrictions imposed by the IXP 1200 (and similar limitations imposed by other packet processors) efficient transmission requires that the resulting DSP header must be contiguous with the packet data in the packet buffer. Therefore, in one embodiment the header template is stored so that is aligned to match the payload. The header template includes data for all the underlined fields in
As described, embodiments of the present invention use a header template to create or convert headers. The use of a stored header template allows greater real-time efficiency and therefore greater throughput of packets for the Internet telephony communication system. The byte alignment of the template obviates the need to read, shift and write each word in the buffer to create alignment with the incoming packet payload. Since this header creation must be done for each packet, it has a substantial impact on real-time system performance.
The header pre-formatting implementation of embodiments of the present invention is applicable to any packet processing system in which the converted packets are formatted with a header that must be created with a fixed byte alignment in order to match the alignment of the payload data. This could apply to any voice-over-packet system.
Several embodiments of the present invention are specifically illustrated and/or described herein. However, it will be appreciated that modifications and variations of the present invention are covered by the above teachings and within the purview of the appended claims without departing from the spirit and intended scope of the invention.
Claims
1. A method of converting a data packet from a first format compatible with a first network to a second format compatible with a second network, said method comprising:
- storing the data packet, wherein the data packet has a first header in the first format;
- generating a header template having a plurality of static fields, the header template including an IP header, a UDP header and an RTP header for an egress packet buffer, the header template further including a DSP header for an ingress packet buffer;
- storing said header template in a shared memory;
- generating at least one dynamic field; and
- merging the header template with the first header and inserting the at least one dynamic field to form a converted header in the second format.
2. The method of claim 1, wherein the data packet is stored in a packet buffer.
3. The method of claim 1, wherein the first header is a DSP proprietary header.
4. The method of claim 1, wherein the converted header is an IP/UDP/RTP header.
5. The method of claim 1, wherein the static fields are constant for all packets on a communication system.
6. The method of claim 1, wherein the static fields are constant for a duration of a telephone call on a communication system.
7. The method of claim 1, wherein the data packet has a payload, further comprising:
- aligning the header template with the payload.
8. A method of converting a first data packet from a first format compatible with a first network to a second format compatible with a second network, comprising:
- receiving the first data packet from the first network, the first data packet comprising a header having a plurality of fields in the first format;
- generating a header template having a plurality of static fields, the header template including an IP header, a UDP header and an RTP header for an egress packet buffer, the header template further including a DSP header for an ingress packet buffer;
- storing said header template in a shared memory; and
- merging the header template with the first data packet, wherein at least one of the static fields replaces at least one of the plurality of data packet fields.
9. The method of claim 8, wherein the merging generates a second data packet having the second format, further comprising:
- transmitting the second data packet on the second network.
10. The method of claim 9, wherein the first network is a TDM network, and the second network is an IP network.
11. The method of claim 9, wherein the first data packet comprises a payload, further comprising:
- aligning the header template with the payload.
12. The method of claim 8, wherein at least one of the static fields is constant.
13. The method of claim 12, wherein at least one of the static fields is constant for a duration of a telephone call.
14. The method of claim 8, further comprising generating a dynamic field.
15. A computer readable medium having instructions stored thereon that, when executed by a processor, cause the processor to:
- store a data packet, wherein the data packet has a first header in a first format compatible with a first network;
- generate a header template having a plurality of static fields, the header template including an IP header, a UDP header and an RTP header for an egress packet buffer, the header template further including a DSP header for an ingress packet buffer;
- generate at least one dynamic field;
- store said header template in a shared memory; and
- merge the header template with the first header and insert the at least one dynamic field to form a converted header in a second format compatible with a second network.
16. The computer readable medium claim 15, wherein the data packet is stored in a packet buffer.
17. The computer readable medium claim 15, wherein the first header is a DSP proprietary header.
18. The computer readable medium claim 15, wherein the converted header is an IP/UDP/RTP header.
19. The computer readable medium claim 15, wherein the static fields are constant for all packets on a communication system.
20. The computer readable medium claim 15, wherein the static fields are constant for a duration of a telephone call on a communication system.
21. The computer readable medium claim 15, wherein the data packet has a payload, the instructions further causing the processor to:
- align the header template with the payload.
Type: Application
Filed: Jan 29, 2008
Publication Date: May 22, 2008
Applicant: Intel Corporation (Santa Clara, CA)
Inventors: William Daniel (Louisville, CO), David Kissel (Boulder, CO)
Application Number: 12/021,792
International Classification: H04J 3/24 (20060101);