US20120005383A1 - System and a method for constructing and deconstructing data packets - Google Patents

System and a method for constructing and deconstructing data packets Download PDF

Info

Publication number
US20120005383A1
US20120005383A1 US13/232,949 US201113232949A US2012005383A1 US 20120005383 A1 US20120005383 A1 US 20120005383A1 US 201113232949 A US201113232949 A US 201113232949A US 2012005383 A1 US2012005383 A1 US 2012005383A1
Authority
US
United States
Prior art keywords
registers
configuration registers
update
configuration
mode
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US13/232,949
Inventor
Michael Lewis
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Individual
Original Assignee
Individual
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Individual filed Critical Individual
Priority to US13/232,949 priority Critical patent/US20120005383A1/en
Publication of US20120005383A1 publication Critical patent/US20120005383A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/38Information transfer, e.g. on bus
    • G06F13/382Information transfer, e.g. on bus using universal interface adapter
    • G06F13/385Information transfer, e.g. on bus using universal interface adapter for adaptation of a particular data processing system to different peripheral devices
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Definitions

  • System and method for constructing and deconstructing data packets and at least one computer program for constructing and deconstructing data packets.
  • Packets are based on the transmission and reception of information coded into so-called ‘packets’.
  • packets consist of a number of defined fields, and the protocol defines the content of such fields for transmitting a particular item of data.
  • An important part of communication equipment is therefore an apparatus for constructing and deconstructing such packets.
  • the packets begin with an access code field which allows the receiver to discriminate the beginning of the transmission. This carries no other information content.
  • the packets also include a header field: amongst other things, this identifies the type of packet. This part of the packet is protected against transmission errors with a rate 1 ⁇ 3 error correcting code (FEC), and remaining errors are detected by an 8-bit CRC check.
  • FEC rate 1 ⁇ 3 error correcting code
  • packet type e.g. HVx packet types
  • EVx packet types e.g. EVx packet types
  • a further information field e.g. the payload header for packet types with a data payload
  • the apparatus for constructing and deconstructing such packets must therefore be capable of supporting a number of different coding formats. Particularly in the receive direction, there are often hard real time constraints and it is necessary to rapidly interpret the contents of one information field in order to re-configure the packet deconstruction apparatus to process the following sections. Due to the time constraints, and also due to the requirements for low power consumption for portable data communication systems such as Bluetooth®, it is common to design a dedicated hardware packet processing datapath block for performing the bit-level operations.
  • Communication standards are always in a state of rapid evolution, and the pressure to achieve a fast time-to-market for updated versions of a standard requires that a communications product be designed with flexibility in mind. Typically, this is achieved by having the key decision-making processes performed by software running on a general purpose micro-processor embedded in the communications product. An update to the standard (e.g. a new packet type) can then often be catered for by a pure software upgrade. This also provides for protection against errors in design, since hardware errors in the packet processing datapath can often be corrected by intervention from the microprocessor via a work-around in the software.
  • FIG. 2 A simple example of such a system 10 is shown in FIG. 2 .
  • This comprises a microprocessor 12 with its own bus system 14 , 16 and a packet processing datapath 18 consisting of an RF interface 18 1 (which transfers data to and from the radio), a FEC block 18 2 (which performs error correction coding or decoding), a CRC block 18 3 (which generates or checks a CRC code) and a DMA endpoint 18 4 (which requests that information bytes be transferred to or from system memory via direct memory access, and issues an interrupt to the processor when the required number of bytes have been transferred).
  • RF interface 18 1 which transfers data to and from the radio
  • FEC block 18 2 which performs error correction coding or decoding
  • CRC block 18 3 which generates or checks a CRC code
  • DMA endpoint 18 4 which requests that information bytes be transferred to or from system memory via direct memory access, and issues an interrupt to the processor when the required number of bytes have been transferred.
  • Respective block in the packet processing datapath 18 communicates with its neighbors, and contains configuration registers which provide information on what operation the block should perform for the current packet field being processed.
  • An example of a possible register definition for the simple example datapath is shown in FIG. 3 . It should be noted that a practical implementation is likely to contain both more functional blocks and more configuration registers per block.
  • the packet processing datapath 18 is attached to the bus as a slave via a bus 14 interface block 16 . This decodes the bus protocol and performs write or read operations to the configuration registers.
  • the microprocessor For the case of reception of Bluetooth® packets, the microprocessor would first configure the datapath for reception of the header field. For the simple example datapath, this would require 7 programming operations over the microprocessor bus. The Bit_Count field for the RF interface would be programmed last, since this would have the side-effect of causing data to begin to flow through the datapath. Once the header is received, the microprocessor would receive an interrupt from the end-point. It would then read the packet type from the header. Depending on the packet type, it would be necessary to reprogram some or all of the registers for the subsequent field, and repeat this for every subsequent field. For example, a DH1 packet would first require that the datapath be programmed to receive the payload header. Then, the datapath would need to be reprogrammed to receive the payload body.
  • the example datapath has a fairly trivial number of configuration registers. In a practical hardware implementation there are likely to be considerably more registers. Also, there may be a number of wait states introduced in gaining access to the registers. This means that such reprogramming can take a significant amount of time (from the system viewpoint). As mentioned previously, decisions during reception are often time-critical. The time taken to do the reprogramming means that there is less time left and therefore there is less flexibility to implement software work-arounds. The alternative is to increase the clock frequency to reduce the time taken, which has an effect on system power consumption.
  • a microprocessor (and associated ROM and RAM memories) consumes significant amounts of energy when active. Typically, in an event-driven system such as that described, the processor will be shut down when there are no tasks to perform and will consume almost no energy. Once the “intelligence” of the microprocessor has been used to make a decision about what type of field is to come next, it is wasteful of energy for the processor to perform the manual process of updating respective of the registers.
  • a system for constructing and deconstructing data packets is disclosed, wherein the system is operable to support a number of different coding formats.
  • the system comprises a processor means operatively coupled to a processor bus.
  • the system also comprises a packet processing data path which is attached to the processor bus as a slave via a bus interface means.
  • the packet processing data path comprises a number, n, of blocks, wherein n is an integer.
  • Respective blocks comprise configuration registers operable to provide information on what operation the block should perform for said current packet field being processed.
  • the bus interface means comprises a first register operable to control a bus of Update Enable signals, which bus also is connected to the n blocks.
  • the bus interface means also comprises a second register operable to control a Mode signal, which also are connected to the n blocks.
  • An Update Mode signal is connected to the bus interface means, and to the n blocks.
  • a write to the second register causes the Update Mode signal to be pulsed active, triggering the enabled configuration registers to update their values.
  • the system achieves a way of controlling a datapath, that retains advantages of full programmability while mitigating processor intervention in normal operation.
  • the microprocessor is used for the tasks, e.g. making decisions, in which it is most efficient, while mitigating time and energy consumption for updating configuration registers.
  • respective blocks of said packet processing data path are connected to and communicate with block neighbors.
  • said bus interface means may be operable to decode the bus protocol and perform write or read operations to said configuration registers.
  • Said system may also comprise a further set of registers operable to enable or disable the update of said configuration registers.
  • said system may also comprise additional registers operable to store pre-defined modes for respective configuration registers, wherein complete mode definitions, for respective configuration registers, comprise whether said configuration registers should be updated, and if so what value the registers should be set to.
  • a pre-defined mode for respective configuration registers may be hard-wired, wherein complete mode definitions, for respective configuration registers, comprise whether the configuration registers should be updated, and if so what values the registers should be set to.
  • said system may also comprise additional registers operable to store pre-defined modes for some of said configuration registers, and in that a pre-defined mode for the remaining of said configuration registers is hard-wired, wherein complete mode definitions, for respective configuration registers, comprise whether said configuration registers should be updated, and if so what values the registers should be set to.
  • Said packet processing data path may comprise an RF interface block operable to transfer data to and from a radio, a FEC block operable to perform error correction coding or decoding, a CRC block operable to generate or check a CRC code, and a DMA endpoint block which is connected to said processor means, and operable to request that information bytes be transferred to or from a memory means, comprised in said system, via direct memory access, and to issue an interrupt signal to said processor means when the required number of bytes have been transferred.
  • said RF interface block may comprise a Bit-Count configuration register operable to store the number of bits to transfer to or from said RF interface block, and in the receive direction, to cause data to start flowing through said packet processing data path.
  • Said FEC block may comprise a FEC-Type configuration register operable to store the type of error correction coding.
  • Said CRC block may comprise a CRC-Type configuration register operable to store the type of CRC, a CRC-reset configuration register operable to reset the CRC calculation at the start of the packet field if set true, and a CRC-end configuration register operable, when set true, to indicate that this is the last field over which the CRC is calculated, and that the checksum should be appended to/stripped from said field.
  • Said DMA endpoint block may comprise a Byte-Count configuration register operable to store the number of bytes to transfer to/from said memory means, and in the transmit direction, to cause data to start flowing through said packet processing data path.
  • a method is also disclosed for constructing and deconstructing data packets with the aid of a system operable to support a number of different coding formats.
  • the system comprises a processor means operatively coupled to a packet processing data path, which is attached to a processor bus as a slave via a bus interface means.
  • the packet processing data path comprises a number, n, of blocks, wherein n is an integer.
  • Respective blocks comprise configuration registers operable to provide information on what operation the block should perform for the current packet field being processed.
  • the bus interface means comprises a first register, and a second register.
  • the method comprises transmitting via the processor means a write signal to said second register which then transmits a Mode signal to respective blocks.
  • the method also comprises transmitting with the aid of said first register Update Enable signals to said configuration registers that are defined to be updated for the new mode. Additionally, as a consequence of said write signal, an Update Mode signal is pulsed active. Also, said enabled configuration registers are triggered to update their values in parallel to transmit said active Update Mode signal to said n blocks.
  • the method achieves a way of controlling a datapath that retains advantages of full programmability while mitigating required processor intervention in normal operation.
  • the microprocessor is used for the tasks, e.g. making decisions, in which it is most efficient, while mitigating time and energy consumption for updating configuration registers.
  • the method may also comprise enabling or disabling the update of said configuration registers with the aid of a further set of registers comprised in said system.
  • the method may also comprise, with the aid of additional registers comprised in said system, storing a pre-defined mode for respective configuration registers, wherein complete mode definitions, for respective configuration registers, comprise whether said configuration registers should be updated, and if so what values the registers should be set to.
  • the method may also comprise hard-wiring a pre-defined mode for respective configuration registers, wherein complete mode definitions, for respective configuration registers, comprise whether said configuration registers should be updated, and if so what value the registers should be set to.
  • the method may also comprise, with the aid of additional registers comprised in said system, storing pre-defined modes for some of said configuration registers and hard-wiring predefined modes for the remaining of said configuration registers, wherein complete mode definitions, for respective configuration registers, comprise whether said configuration registers should be updated, and if so what value the registers should be set to.
  • the respective blocks of said packet processing data path may be connected to and operable to communicate with neighboring blocks.
  • the method may also comprise, with the aid of an RF interface block comprised in said packet processing data path, transferring data to and from a radio, with the aid of a FEC block comprised in said packet processing data path, performing error correction coding or decoding, with the aid of CRC block comprised in said packet processing data path, generating or checking a CRC code, with the aid of a DMA endpoint block comprised in said packet processing data path, requesting that information bytes be transferred to or from a memory means comprised in said system, via direct memory access, and issuing an interrupt signal to said processor means when the required number of bytes have been transferred.
  • the method may also comprise, with the aid of a Bit-Count configuration register comprised in said RF interface block, storing the number of bits to transfer to or from said RF interface block, and in the receive direction, causing data to start flowing through said packet processing data path.
  • the method may also comprise, with the aid of a FEC-Type configuration register comprised in said FEC block, storing the type of error correction coding.
  • the method may also comprise, with the aid of a CRC-Type configuration register comprised in said CRC block, storing the type of CRC, with the aid of a CRC-reset configuration register comprised in said CRC block, resetting the CRC calculation at the start of the packet field if set true, and with the aid of a CRC-end configuration register comprised in said CRC block, when set true, indicating that this is the last field over which the CRC is calculated, and that the checksum should be appended to/stripped from said field.
  • the method may also comprise, with the aid of a Byte-Count configuration register comprised in said DMA endpoint block, storing the number of bytes to transfer to/from said memory means, and in the transmit direction, causing data to start flowing through said packet processing data path.
  • At least one computer program product for constructing and deconstructing data packets is also disclosed.
  • the at least one computer program product is loadable into internal memory of at least one digital computer.
  • the computer program product(s) comprise software code portions for performing a methodology set forth herein.
  • the computer program product(s) provide a way of controlling a datapath that retains the advantages of full programmability while mitigating the required processor intervention in normal operation.
  • the microprocessor is used for the tasks, e.g. making decisions, in which it is most efficient, while mitigating time and energy consumption for updating configuration registers.
  • FIG. 1 illustrates different examples of Bluetooth® packet types.
  • FIG. 2 illustrates a block diagram of a conventional system for constructing and deconstructing data packets.
  • FIG. 3 illustrates examples of configuration registers comprised in the system illustrated in FIG. 2 .
  • FIG. 4 illustrates examples of register configurations for different packet fields.
  • FIG. 5 is a block diagram illustrating an example of a system for constructing and deconstructing data packets as described herein.
  • FIG. 6 is a flow chart illustrating a method for constructing and deconstructing data packets as described herein.
  • FIG. 7 is a schematic diagram illustrating computer program products as described herein.
  • FIG. 5 a block diagram illustrates an example of a system 50 for constructing and deconstructing data packets.
  • the system 50 is operable to support a number of different coding formats.
  • the system 50 comprises a processor means 52 operatively coupled to a processor bus 54 .
  • the system 50 also comprises a packet processing data path 56 connected to the processor means 52 .
  • the packet processing data path 56 is also attached to the processor bus 54 as a slave via a bus interface means 58 .
  • the packet processing data path 56 comprises a number, n, of blocks 56 1 - 56 n , wherein n is an integer. In the packet processing data path 56 disclosed in FIG. 5 , there are four blocks 56 1 - 56 4 .
  • Respective block 56 1 - 56 4 comprise configuration registers (not shown in FIG. 5 ) operable to provide information on what operation the block 56 1 - 56 4 should perform for the packet field being processed.
  • the bus interface means 58 comprises a first register 58 1 operable to control a bus of Update Enable signals, which bus also is connected to the four blocks 56 1 - 56 4 .
  • the bus interface means 58 also comprises a second register 58 2 operable to control a Mode signal, which also is connected to the four blocks 56 1 - 56 4 .
  • an Update Mode signal is connected to the bus interface means 58 and to the four blocks 56 1 - 56 4 .
  • a write to the second register 58 2 causes the Update Mode signal to be pulsed active, which will trigger the enabled configuration registers to update their values.
  • respective blocks 56 1 ; 56 2 ; 56 3 ; 56 4 of the packet processing data path 56 is connected to and communicates with its block neighbors.
  • the bus interface means 58 is operable to decode the bus protocol and perform write or read operations to the configuration registers.
  • the system 50 may also comprise a further set of registers operable to enable or disable the update of the configuration registers.
  • the system 50 may also comprise additional registers operable to store pre-defined modes for respective configuration registers.
  • Mode definitions, for respective configuration registers comprise whether the configuration register should be updated, and if so what values the registers should be set to.
  • pre-defined modes for respective configuration registers are hard-wired.
  • the system 50 may also comprise additional registers operable to store pre-defined modes for at least some of the configuration registers.
  • the packet processing data path 56 may comprise an RF interface block 56 1 , operable to transfer data to and from a radio, a FEC block 56 2 operable to perform error correction coding or decoding, a CRC block 56 3 operable to generate or check a CRC code, and a DMA endpoint block 56 4 which is connected to the processor means 52 , and operable to request that information bytes be transferred to or from a memory means 60 , comprised in the system 50 (see FIG. 5 ), via direct memory access, and to issue an interrupt signal to the processor means 52 when the required number of bytes have been transferred.
  • RF interface block 56 1 operable to transfer data to and from a radio
  • FEC block 56 2 operable to perform error correction coding or decoding
  • a CRC block 56 3 operable to generate or check a CRC code
  • a DMA endpoint block 56 4 which is connected to the processor means 52 , and operable to request that information bytes be transferred to or from a memory means 60 , comprised in the system 50 (
  • the RF interface block 56 1 may comprise a Bit Count configuration register operable to store the number of bits to transfer to or from the RF interface block 56 1 , and in the receive direction, to cause data to start flowing through the packet processing data path 56 .
  • the FEC block 56 2 may comprise a FEC-Type configuration register operable to store the type of error correction coding.
  • the CRC block 56 3 may comprise a CRC-Type configuration register operable to store the type of CRC, a CRC-reset configuration register operable to reset the CRC calculation at the start of the packet field if set true, and a CRC-end configuration register operable, when set true, to indicate that this is the last field over which the CRC is calculated, and that the checksum should be appended to/stripped from the field.
  • the DMA endpoint block 56 4 may comprise a Byte-Count configuration register operable to store the number of bytes to transfer to/from the memory means 60 , and in the transmit direction, to cause data to start flowing through the data processing data path 56 .
  • FIG. 6 a flow chart illustrates a method for constructing and deconstructing data packets. While the method is illustrated and described below as a series of acts or events, it will be appreciated that the present invention is not limited by the illustrated ordering of such acts or events. For example, some acts may occur in different orders and/or concurrently with other acts or events apart from those illustrated and/or described herein. In addition, not all illustrated acts may be required for implementation. Further, one or more of the acts depicted herein may be carried out in one or more separate acts and/or phases.
  • the method may be carried out in a system operable to support a number of different coding formats.
  • a system may correspond to the system 50 illustrated in FIG. 5 , for example, which system 50 comprises a processor means 52 operatively coupled to a processor bus 54 and a packet processing data path 56 which is attached to the processor bus 54 as a slave via a bus interface means 58 .
  • the packet processing data path 56 comprises a number, n, of blocks 56 1 ; . . . ; 56 n , wherein n is an integer.
  • Respective block 56 1 ; . . . ; 56 n are operable to provide information on what operation the block 56 1 ; . . . ; 56 n should perform on the packet field being processed.
  • the bus interface means 58 comprises a first register 58 1 , and a second register 58 2 .
  • the method begins at 200 and continues to 202 where, with the aid of the processor means 52 , a write signal is transmitted to the second register 58 2 , which then transmits a Mode signal to respective blocks 56 1 ; . . . ; 56 n . Thereafter, the method continues at 204 , with the aid of the first register 58 1 , to transmit Update Enable signals to the configuration registers that are defined to be updated for the new mode. Then, at 206 , as a consequence of the write signal, an Update Mode signal is pulsed active. Thereafter, at 208 the active Update Mode signal is transmitted to the n blocks 56 1 ; . . . ; 56 n , triggering the enabled configuration registers to update their values in parallel. The method ends at 210 .
  • the method may also comprise enabling or disabling the update of the configuration registers with the aid of a further set of registers comprised in the system 50 .
  • the method may also comprise, with the aid of additional registers comprised in the system 50 , storing pre-defined modes for respective configuration registers, wherein complete mode definitions, for respective configuration registers, comprises whether the configuration registers should be updated, and if so what values the registers should be set to.
  • the method may also comprise hard-wiring pre-defined modes for respective configuration registers.
  • the method may also comprise, with the aid of additional registers comprised in the system 50 , storing pre-defined modes for at least some of the configuration registers, and hard-wiring pre-defined modes for at least some of the configuration registers.
  • a block 56 x of the packet processing data path 56 is connected to and is operable to communicate with its neighbors, e.g. blocks 56 x-1 , 56 x-1 .
  • the method may also comprise, with the aid of an RF interface block 56 1 comprised in the packet processing data path 56 , transferring data to and from a radio, with the aid of a FEC block 56 2 comprised in the packet processing data path 56 , performing error correction coding or decoding, with the aid of CRC block 56 3 comprised in the packet processing data path 56 , generating or checking a CRC code, with the aid of a DMA endpoint block 56 n comprised in the packet processing data path 56 , requesting that information bytes be transferred to or from a memory means 60 comprised in the system 50 via direct memory access, and issuing an interrupt signal to the processor means 52 when the required number of bytes have been transferred.
  • the method may also comprise, with the aid of a Bit-Count configuration register comprised in the RF interface block 56 1 , storing the number of bits to transfer to or from the RF interface block 56 1 , and in the receive direction, causing data to start flowing through the packet processing data path 56 .
  • the method may also comprise, with the aid of a FEC-Type configuration register comprised in said FEC block 56 2 , storing the type of error correction coding.
  • the method may also comprise, with the aid of a CRC-Type configuration register comprised in the CRC block 56 3 , storing the type of CRC, with the aid of a CRC-reset configuration register comprised in the CRC block 56 3 , resetting the CRC calculation at the start of the packet field if set true, and with the aid of a CRC-end configuration register comprised in the CRC block 56 3 , when set true, indicating that this is the last field over which the CRC is calculated, and that the checksum should be appended to/stripped from said field.
  • the method may also comprise, with the aid of a Byte-Count configuration register comprised in the DMA endpoint block 56 n , storing the number of bytes to transfer to/from the memory means 60 , and in the transmit direction, causing data to start flowing through the packet processing data path 56 .
  • the protocol to be implemented should be defined (even if it is expected to change in some details at a later stage). This means that values for configuration registers for most or all of the different fields of the different packet types can be defined in advance. These pre-defined configurations or ‘modes’ can be stored in the different processing blocks of the datapath. Complete ‘mode’ definitions comprise, for respective configuration registers, whether particular registers should be updated and if so what values the registers should be set to.
  • Per-mode settings for respective configuration registers can be stored either in additional registers (which are programmed only once at start-up) or the configurations can be hard-wired.
  • the register-based approach provides flexibility, at the expense of additional hardware.
  • a mixture of the two approaches may be desired: all or part of the configuration for a particular mode can be contained in registers, depending on the probability that a particular configuration register will need to be changed subsequently.
  • the microprocessor programs a single register, which selects the appropriate mode and simultaneously informs datapath blocks of the change to the new mode. Respective datapath blocks then update those configuration registers that are defined to be updated for this new mode. Should there be further changes that are unique to respective packets (e.g. the length of the data payload) then these can be written individually after the main mode change.
  • the method can be enhanced by a further set of registers which enables or disables the update of configuration registers.
  • Respective configuration could be represented by a single bit, and therefore a single write to a 32-bit register could select 32 different configuration registers to be updated or not.
  • a Bit_Count register has the side effect of causing data to start being fed through the datapath. If there is a requirement to change the number of bits in a particular field (or to support a new type of field), then the processor can clear the relevant bit in the register before selecting the affected mode. The processor can then update Bit_Count according to the new requirement.
  • AUX1 packets are very similar to DM1 packets with the exception that no CRC is applied to the payload. In this case, the processor would select the appropriate DM1 mode, and then reprogram the CRC configuration to “No CRC”.
  • FIG. 7 a schematic diagram illustrates one or more computer program products for constructing and deconstructing data packets. This is disclosed relative to different digital computers 100 1 , . . . , 100 n , wherein n is an integer. N different computer program products 102 1 , . . . , 102 n , are illustrated in the form of compact discs. The different computer program products 102 1 , . . . , 102 n are directly loadable into the internal memory of the n different digital computers 100 1 , . . . , 100 n . Respective computer program product 102 1 , . . .
  • 102 n may comprise software code portions for performing some or all of the actions described above with regard to FIG. 6 when the product (s) 102 1 , . . . , 102 n is/are run on said computer(s) 100 1 , . . . , 100 n .
  • the computer program products 102 1 , . . . , 102 n may, for example, be in the form of floppy disks, RAM disks, magnetic tapes, opto-magnetic disks or any other suitable computer readable mediums and/or products.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Communication Control (AREA)

Abstract

A packet processing data path is attached to the processor bus as a slave via a bus interface. The packet processing data path comprises a number of blocks. Respective blocks comprise configuration registers operable to provide information on what operation the blocks should perform for the current packet field being processed. The bus interface comprises a first register operable to control a bus of Update Enable signals, which bus is also connected to the blocks. The bus interface also comprises a second register operable to control a Mode signal, which is also connected to the blocks. An Update Mode signal is connected to the bus interface and to the blocks. A write to the second register causes the Update Mode signal to be pulsed active, triggering the enabled configuration registers to update their values.

Description

    REFERENCE TO RELATED APPLICATIONS
  • This application is a Continuation of application Ser. No. 11/408,727, which was filed on Apr. 21, 2006. The application Ser. No. 11/408,727 claimed the benefit of the priority date of European Application EP 05 008 911.9, filed on Apr. 22, 2005. The entire contents of application Ser. No. 11/408,727 and European Application EP 05 008 911.9 are hereby incorporated herein by reference.
  • FIELD OF THE INVENTION
  • System and method for constructing and deconstructing data packets, and at least one computer program for constructing and deconstructing data packets.
  • BACKGROUND OF THE INVENTION
  • Many communications protocols are based on the transmission and reception of information coded into so-called ‘packets’. Such packets consist of a number of defined fields, and the protocol defines the content of such fields for transmitting a particular item of data. An important part of communication equipment is therefore an apparatus for constructing and deconstructing such packets.
  • As an example, some of the different packet types for the Bluetooth® standard are shown in FIG. 1. The packets begin with an access code field which allows the receiver to discriminate the beginning of the transmission. This carries no other information content. The packets also include a header field: amongst other things, this identifies the type of packet. This part of the packet is protected against transmission errors with a rate ⅓ error correcting code (FEC), and remaining errors are detected by an 8-bit CRC check.
  • What follows next then depends on the type of packet: for packet types Null and Poll, there is no other information. For other packet types, there are one or more subsequent information fields carrying different types of data.
  • Depending on packet type, these are encoded with different types of error correcting codes and may or may not contain a CRC field to check for errors. The length (number of bytes) of subsequent fields may be defined by the packet type (e.g. HVx packet types), may be pre-defined by some prior negotiation (e.g EVx packet types), or may be variable and defined by a further information field (e.g. the payload header for packet types with a data payload).
  • The apparatus for constructing and deconstructing such packets must therefore be capable of supporting a number of different coding formats. Particularly in the receive direction, there are often hard real time constraints and it is necessary to rapidly interpret the contents of one information field in order to re-configure the packet deconstruction apparatus to process the following sections. Due to the time constraints, and also due to the requirements for low power consumption for portable data communication systems such as Bluetooth®, it is common to design a dedicated hardware packet processing datapath block for performing the bit-level operations.
  • Communication standards are always in a state of rapid evolution, and the pressure to achieve a fast time-to-market for updated versions of a standard requires that a communications product be designed with flexibility in mind. Typically, this is achieved by having the key decision-making processes performed by software running on a general purpose micro-processor embedded in the communications product. An update to the standard (e.g. a new packet type) can then often be catered for by a pure software upgrade. This also provides for protection against errors in design, since hardware errors in the packet processing datapath can often be corrected by intervention from the microprocessor via a work-around in the software.
  • A simple example of such a system 10 is shown in FIG. 2. This comprises a microprocessor 12 with its own bus system 14, 16 and a packet processing datapath 18 consisting of an RF interface 18 1 (which transfers data to and from the radio), a FEC block 18 2 (which performs error correction coding or decoding), a CRC block 18 3 (which generates or checks a CRC code) and a DMA endpoint 18 4 (which requests that information bytes be transferred to or from system memory via direct memory access, and issues an interrupt to the processor when the required number of bytes have been transferred).
  • Respective block in the packet processing datapath 18 communicates with its neighbors, and contains configuration registers which provide information on what operation the block should perform for the current packet field being processed. An example of a possible register definition for the simple example datapath is shown in FIG. 3. It should be noted that a practical implementation is likely to contain both more functional blocks and more configuration registers per block. The packet processing datapath 18 is attached to the bus as a slave via a bus 14 interface block 16. This decodes the bus protocol and performs write or read operations to the configuration registers.
  • For the case of reception of Bluetooth® packets, the microprocessor would first configure the datapath for reception of the header field. For the simple example datapath, this would require 7 programming operations over the microprocessor bus. The Bit_Count field for the RF interface would be programmed last, since this would have the side-effect of causing data to begin to flow through the datapath. Once the header is received, the microprocessor would receive an interrupt from the end-point. It would then read the packet type from the header. Depending on the packet type, it would be necessary to reprogram some or all of the registers for the subsequent field, and repeat this for every subsequent field. For example, a DH1 packet would first require that the datapath be programmed to receive the payload header. Then, the datapath would need to be reprogrammed to receive the payload body.
  • The example datapath has a fairly trivial number of configuration registers. In a practical hardware implementation there are likely to be considerably more registers. Also, there may be a number of wait states introduced in gaining access to the registers. This means that such reprogramming can take a significant amount of time (from the system viewpoint). As mentioned previously, decisions during reception are often time-critical. The time taken to do the reprogramming means that there is less time left and therefore there is less flexibility to implement software work-arounds. The alternative is to increase the clock frequency to reduce the time taken, which has an effect on system power consumption.
  • Additionally, a microprocessor (and associated ROM and RAM memories) consumes significant amounts of energy when active. Typically, in an event-driven system such as that described, the processor will be shut down when there are no tasks to perform and will consume almost no energy. Once the “intelligence” of the microprocessor has been used to make a decision about what type of field is to come next, it is wasteful of energy for the processor to perform the manual process of updating respective of the registers.
  • SUMMARY OF THE INVENTION
  • The following presents a simplified summary in order to provide a basic understanding of one or more aspects and/or embodiments of the invention. This summary is not an extensive overview of the invention, and is neither intended to identify key or critical elements of the invention, nor to delineate the scope thereof. Rather, the primary purpose of the summary is to present one or more concepts of the invention in a simplified form as a prelude to the more detailed description that is presented later.
  • A system for constructing and deconstructing data packets is disclosed, wherein the system is operable to support a number of different coding formats. In one example the system comprises a processor means operatively coupled to a processor bus. The system also comprises a packet processing data path which is attached to the processor bus as a slave via a bus interface means. The packet processing data path comprises a number, n, of blocks, wherein n is an integer. Respective blocks comprise configuration registers operable to provide information on what operation the block should perform for said current packet field being processed. The bus interface means comprises a first register operable to control a bus of Update Enable signals, which bus also is connected to the n blocks. The bus interface means also comprises a second register operable to control a Mode signal, which also are connected to the n blocks. An Update Mode signal is connected to the bus interface means, and to the n blocks. A write to the second register causes the Update Mode signal to be pulsed active, triggering the enabled configuration registers to update their values.
  • The system achieves a way of controlling a datapath, that retains advantages of full programmability while mitigating processor intervention in normal operation. The microprocessor is used for the tasks, e.g. making decisions, in which it is most efficient, while mitigating time and energy consumption for updating configuration registers.
  • In one example respective blocks of said packet processing data path are connected to and communicate with block neighbors.
  • Furthermore, said bus interface means may be operable to decode the bus protocol and perform write or read operations to said configuration registers.
  • Said system may also comprise a further set of registers operable to enable or disable the update of said configuration registers.
  • Furthermore, said system may also comprise additional registers operable to store pre-defined modes for respective configuration registers, wherein complete mode definitions, for respective configuration registers, comprise whether said configuration registers should be updated, and if so what value the registers should be set to.
  • A pre-defined mode for respective configuration registers may be hard-wired, wherein complete mode definitions, for respective configuration registers, comprise whether the configuration registers should be updated, and if so what values the registers should be set to.
  • Furthermore, said system may also comprise additional registers operable to store pre-defined modes for some of said configuration registers, and in that a pre-defined mode for the remaining of said configuration registers is hard-wired, wherein complete mode definitions, for respective configuration registers, comprise whether said configuration registers should be updated, and if so what values the registers should be set to.
  • Said packet processing data path may comprise an RF interface block operable to transfer data to and from a radio, a FEC block operable to perform error correction coding or decoding, a CRC block operable to generate or check a CRC code, and a DMA endpoint block which is connected to said processor means, and operable to request that information bytes be transferred to or from a memory means, comprised in said system, via direct memory access, and to issue an interrupt signal to said processor means when the required number of bytes have been transferred.
  • Furthermore, said RF interface block may comprise a Bit-Count configuration register operable to store the number of bits to transfer to or from said RF interface block, and in the receive direction, to cause data to start flowing through said packet processing data path.
  • Said FEC block may comprise a FEC-Type configuration register operable to store the type of error correction coding.
  • Said CRC block may comprise a CRC-Type configuration register operable to store the type of CRC, a CRC-reset configuration register operable to reset the CRC calculation at the start of the packet field if set true, and a CRC-end configuration register operable, when set true, to indicate that this is the last field over which the CRC is calculated, and that the checksum should be appended to/stripped from said field.
  • Said DMA endpoint block may comprise a Byte-Count configuration register operable to store the number of bytes to transfer to/from said memory means, and in the transmit direction, to cause data to start flowing through said packet processing data path.
  • A method is also disclosed for constructing and deconstructing data packets with the aid of a system operable to support a number of different coding formats. In one example the system comprises a processor means operatively coupled to a packet processing data path, which is attached to a processor bus as a slave via a bus interface means. The packet processing data path comprises a number, n, of blocks, wherein n is an integer. Respective blocks comprise configuration registers operable to provide information on what operation the block should perform for the current packet field being processed. The bus interface means comprises a first register, and a second register. The method comprises transmitting via the processor means a write signal to said second register which then transmits a Mode signal to respective blocks. The method also comprises transmitting with the aid of said first register Update Enable signals to said configuration registers that are defined to be updated for the new mode. Additionally, as a consequence of said write signal, an Update Mode signal is pulsed active. Also, said enabled configuration registers are triggered to update their values in parallel to transmit said active Update Mode signal to said n blocks.
  • The method achieves a way of controlling a datapath that retains advantages of full programmability while mitigating required processor intervention in normal operation. The microprocessor is used for the tasks, e.g. making decisions, in which it is most efficient, while mitigating time and energy consumption for updating configuration registers.
  • The method may also comprise enabling or disabling the update of said configuration registers with the aid of a further set of registers comprised in said system.
  • The method may also comprise, with the aid of additional registers comprised in said system, storing a pre-defined mode for respective configuration registers, wherein complete mode definitions, for respective configuration registers, comprise whether said configuration registers should be updated, and if so what values the registers should be set to.
  • The method may also comprise hard-wiring a pre-defined mode for respective configuration registers, wherein complete mode definitions, for respective configuration registers, comprise whether said configuration registers should be updated, and if so what value the registers should be set to.
  • The method may also comprise, with the aid of additional registers comprised in said system, storing pre-defined modes for some of said configuration registers and hard-wiring predefined modes for the remaining of said configuration registers, wherein complete mode definitions, for respective configuration registers, comprise whether said configuration registers should be updated, and if so what value the registers should be set to.
  • The respective blocks of said packet processing data path may be connected to and operable to communicate with neighboring blocks.
  • The method may also comprise, with the aid of an RF interface block comprised in said packet processing data path, transferring data to and from a radio, with the aid of a FEC block comprised in said packet processing data path, performing error correction coding or decoding, with the aid of CRC block comprised in said packet processing data path, generating or checking a CRC code, with the aid of a DMA endpoint block comprised in said packet processing data path, requesting that information bytes be transferred to or from a memory means comprised in said system, via direct memory access, and issuing an interrupt signal to said processor means when the required number of bytes have been transferred.
  • The method may also comprise, with the aid of a Bit-Count configuration register comprised in said RF interface block, storing the number of bits to transfer to or from said RF interface block, and in the receive direction, causing data to start flowing through said packet processing data path.
  • The method may also comprise, with the aid of a FEC-Type configuration register comprised in said FEC block, storing the type of error correction coding.
  • The method may also comprise, with the aid of a CRC-Type configuration register comprised in said CRC block, storing the type of CRC, with the aid of a CRC-reset configuration register comprised in said CRC block, resetting the CRC calculation at the start of the packet field if set true, and with the aid of a CRC-end configuration register comprised in said CRC block, when set true, indicating that this is the last field over which the CRC is calculated, and that the checksum should be appended to/stripped from said field.
  • The method may also comprise, with the aid of a Byte-Count configuration register comprised in said DMA endpoint block, storing the number of bytes to transfer to/from said memory means, and in the transmit direction, causing data to start flowing through said packet processing data path.
  • At least one computer program product for constructing and deconstructing data packets is also disclosed. The at least one computer program product is loadable into internal memory of at least one digital computer. The computer program product(s) comprise software code portions for performing a methodology set forth herein.
  • The computer program product(s) provide a way of controlling a datapath that retains the advantages of full programmability while mitigating the required processor intervention in normal operation. The microprocessor is used for the tasks, e.g. making decisions, in which it is most efficient, while mitigating time and energy consumption for updating configuration registers.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The invention is explained in more detail below wherein reference is made to the following drawings.
  • FIG. 1 illustrates different examples of Bluetooth® packet types.
  • FIG. 2 illustrates a block diagram of a conventional system for constructing and deconstructing data packets.
  • FIG. 3 illustrates examples of configuration registers comprised in the system illustrated in FIG. 2.
  • FIG. 4 illustrates examples of register configurations for different packet fields.
  • FIG. 5 is a block diagram illustrating an example of a system for constructing and deconstructing data packets as described herein.
  • FIG. 6 is a flow chart illustrating a method for constructing and deconstructing data packets as described herein.
  • FIG. 7 is a schematic diagram illustrating computer program products as described herein.
  • DETAILED DESCRIPTION OF THE INVENTION
  • One or more examples of the present invention will now be described with reference to the drawing figures, wherein like reference numerals are used to refer to like elements throughout. It should be understood that the drawing figures and following descriptions are merely illustrative and that they should not be taken in a limiting sense. In the following description, for purposes of explanation, numerous specific details are set forth in order to provide a thorough understanding. It will be appreciated that variations of the illustrated systems and methods apart from those illustrated and described herein may exist and that such variations are deemed as falling within the scope of the appended claims.
  • Turning to FIG. 5, a block diagram illustrates an example of a system 50 for constructing and deconstructing data packets. The system 50 is operable to support a number of different coding formats. The system 50 comprises a processor means 52 operatively coupled to a processor bus 54. The system 50 also comprises a packet processing data path 56 connected to the processor means 52. The packet processing data path 56 is also attached to the processor bus 54 as a slave via a bus interface means 58. The packet processing data path 56 comprises a number, n, of blocks 56 1-56 n, wherein n is an integer. In the packet processing data path 56 disclosed in FIG. 5, there are four blocks 56 1-56 4. Respective block 56 1-56 4 comprise configuration registers (not shown in FIG. 5) operable to provide information on what operation the block 56 1-56 4 should perform for the packet field being processed. The bus interface means 58 comprises a first register 58 1 operable to control a bus of Update Enable signals, which bus also is connected to the four blocks 56 1-56 4. The bus interface means 58 also comprises a second register 58 2 operable to control a Mode signal, which also is connected to the four blocks 56 1-56 4. As also is apparent in FIG. 5, an Update Mode signal is connected to the bus interface means 58 and to the four blocks 56 1-56 4. A write to the second register 58 2 causes the Update Mode signal to be pulsed active, which will trigger the enabled configuration registers to update their values. As also is apparent from FIG. 5, respective blocks 56 1; 56 2; 56 3; 56 4 of the packet processing data path 56 is connected to and communicates with its block neighbors. The bus interface means 58 is operable to decode the bus protocol and perform write or read operations to the configuration registers.
  • The system 50 may also comprise a further set of registers operable to enable or disable the update of the configuration registers.
  • The system 50 may also comprise additional registers operable to store pre-defined modes for respective configuration registers. Mode definitions, for respective configuration registers, comprise whether the configuration register should be updated, and if so what values the registers should be set to.
  • In one example, pre-defined modes for respective configuration registers are hard-wired.
  • The system 50 may also comprise additional registers operable to store pre-defined modes for at least some of the configuration registers.
  • The packet processing data path 56 may comprise an RF interface block 56 1, operable to transfer data to and from a radio, a FEC block 56 2 operable to perform error correction coding or decoding, a CRC block 56 3 operable to generate or check a CRC code, and a DMA endpoint block 56 4 which is connected to the processor means 52, and operable to request that information bytes be transferred to or from a memory means 60, comprised in the system 50 (see FIG. 5), via direct memory access, and to issue an interrupt signal to the processor means 52 when the required number of bytes have been transferred.
  • The RF interface block 56 1 may comprise a Bit Count configuration register operable to store the number of bits to transfer to or from the RF interface block 56 1, and in the receive direction, to cause data to start flowing through the packet processing data path 56.
  • The FEC block 56 2 may comprise a FEC-Type configuration register operable to store the type of error correction coding.
  • The CRC block 56 3 may comprise a CRC-Type configuration register operable to store the type of CRC, a CRC-reset configuration register operable to reset the CRC calculation at the start of the packet field if set true, and a CRC-end configuration register operable, when set true, to indicate that this is the last field over which the CRC is calculated, and that the checksum should be appended to/stripped from the field.
  • The DMA endpoint block 56 4 may comprise a Byte-Count configuration register operable to store the number of bytes to transfer to/from the memory means 60, and in the transmit direction, to cause data to start flowing through the data processing data path 56.
  • Turning to FIG. 6, a flow chart illustrates a method for constructing and deconstructing data packets. While the method is illustrated and described below as a series of acts or events, it will be appreciated that the present invention is not limited by the illustrated ordering of such acts or events. For example, some acts may occur in different orders and/or concurrently with other acts or events apart from those illustrated and/or described herein. In addition, not all illustrated acts may be required for implementation. Further, one or more of the acts depicted herein may be carried out in one or more separate acts and/or phases.
  • The method may be carried out in a system operable to support a number of different coding formats. Such a system may correspond to the system 50 illustrated in FIG. 5, for example, which system 50 comprises a processor means 52 operatively coupled to a processor bus 54 and a packet processing data path 56 which is attached to the processor bus 54 as a slave via a bus interface means 58. The packet processing data path 56 comprises a number, n, of blocks 56 1; . . . ; 56 n, wherein n is an integer. Respective block 56 1; . . . ; 56 n are operable to provide information on what operation the block 56 1; . . . ; 56 n should perform on the packet field being processed. The bus interface means 58 comprises a first register 58 1, and a second register 58 2. The method begins at 200 and continues to 202 where, with the aid of the processor means 52, a write signal is transmitted to the second register 58 2, which then transmits a Mode signal to respective blocks 56 1; . . . ; 56 n. Thereafter, the method continues at 204, with the aid of the first register 58 1, to transmit Update Enable signals to the configuration registers that are defined to be updated for the new mode. Then, at 206, as a consequence of the write signal, an Update Mode signal is pulsed active. Thereafter, at 208 the active Update Mode signal is transmitted to the n blocks 56 1; . . . ; 56 n, triggering the enabled configuration registers to update their values in parallel. The method ends at 210.
  • The method may also comprise enabling or disabling the update of the configuration registers with the aid of a further set of registers comprised in the system 50.
  • The method may also comprise, with the aid of additional registers comprised in the system 50, storing pre-defined modes for respective configuration registers, wherein complete mode definitions, for respective configuration registers, comprises whether the configuration registers should be updated, and if so what values the registers should be set to.
  • The method may also comprise hard-wiring pre-defined modes for respective configuration registers.
  • The method may also comprise, with the aid of additional registers comprised in the system 50, storing pre-defined modes for at least some of the configuration registers, and hard-wiring pre-defined modes for at least some of the configuration registers.
  • In one example, a block 56 x of the packet processing data path 56 is connected to and is operable to communicate with its neighbors, e.g. blocks 56 x-1, 56 x-1.
  • The method may also comprise, with the aid of an RF interface block 56 1 comprised in the packet processing data path 56, transferring data to and from a radio, with the aid of a FEC block 56 2 comprised in the packet processing data path 56, performing error correction coding or decoding, with the aid of CRC block 56 3 comprised in the packet processing data path 56, generating or checking a CRC code, with the aid of a DMA endpoint block 56 n comprised in the packet processing data path 56, requesting that information bytes be transferred to or from a memory means 60 comprised in the system 50 via direct memory access, and issuing an interrupt signal to the processor means 52 when the required number of bytes have been transferred.
  • The method may also comprise, with the aid of a Bit-Count configuration register comprised in the RF interface block 56 1, storing the number of bits to transfer to or from the RF interface block 56 1, and in the receive direction, causing data to start flowing through the packet processing data path 56.
  • The method may also comprise, with the aid of a FEC-Type configuration register comprised in said FEC block 56 2, storing the type of error correction coding.
  • The method may also comprise, with the aid of a CRC-Type configuration register comprised in the CRC block 56 3, storing the type of CRC, with the aid of a CRC-reset configuration register comprised in the CRC block 56 3, resetting the CRC calculation at the start of the packet field if set true, and with the aid of a CRC-end configuration register comprised in the CRC block 56 3, when set true, indicating that this is the last field over which the CRC is calculated, and that the checksum should be appended to/stripped from said field.
  • The method may also comprise, with the aid of a Byte-Count configuration register comprised in the DMA endpoint block 56 n, storing the number of bytes to transfer to/from the memory means 60, and in the transmit direction, causing data to start flowing through the packet processing data path 56.
  • The disclosure herein is stated in additional terms as follows. A modified datapath is described, and a method for controlling it that retains advantages of full programmability while mitigating required processor intervention in normal operation.
  • At the time of designing the datapath hardware and/or releasing the software for the device, the protocol to be implemented should be defined (even if it is expected to change in some details at a later stage). This means that values for configuration registers for most or all of the different fields of the different packet types can be defined in advance. These pre-defined configurations or ‘modes’ can be stored in the different processing blocks of the datapath. Complete ‘mode’ definitions comprise, for respective configuration registers, whether particular registers should be updated and if so what values the registers should be set to.
  • Per-mode settings for respective configuration registers can be stored either in additional registers (which are programmed only once at start-up) or the configurations can be hard-wired. The register-based approach provides flexibility, at the expense of additional hardware. A mixture of the two approaches may be desired: all or part of the configuration for a particular mode can be contained in registers, depending on the probability that a particular configuration register will need to be changed subsequently.
  • To receive a certain field of a packet, the microprocessor programs a single register, which selects the appropriate mode and simultaneously informs datapath blocks of the change to the new mode. Respective datapath blocks then update those configuration registers that are defined to be updated for this new mode. Should there be further changes that are unique to respective packets (e.g. the length of the data payload) then these can be written individually after the main mode change.
  • To maintain flexibility for future protocol changes or work-arounds, the method can be enhanced by a further set of registers which enables or disables the update of configuration registers. Respective configuration could be represented by a single bit, and therefore a single write to a 32-bit register could select 32 different configuration registers to be updated or not. For example, a Bit_Count register has the side effect of causing data to start being fed through the datapath. If there is a requirement to change the number of bits in a particular field (or to support a new type of field), then the processor can clear the relevant bit in the register before selecting the affected mode. The processor can then update Bit_Count according to the new requirement.
  • If there is a mode (particularly a rarely used one) that differs slightly from another mode, then the less commonly used mode can be made a special case of another mode. For example, AUX1 packets are very similar to DM1 packets with the exception that no CRC is applied to the payload. In this case, the processor would select the appropriate DM1 mode, and then reprogram the CRC configuration to “No CRC”.
  • Turing to FIG. 7, a schematic diagram illustrates one or more computer program products for constructing and deconstructing data packets. This is disclosed relative to different digital computers 100 1, . . . , 100 n, wherein n is an integer. N different computer program products 102 1, . . . , 102 n, are illustrated in the form of compact discs. The different computer program products 102 1, . . . , 102 n are directly loadable into the internal memory of the n different digital computers 100 1, . . . , 100 n. Respective computer program product 102 1, . . . , 102 n may comprise software code portions for performing some or all of the actions described above with regard to FIG. 6 when the product (s) 102 1, . . . , 102 n is/are run on said computer(s) 100 1, . . . , 100 n. The computer program products 102 1, . . . , 102 n may, for example, be in the form of floppy disks, RAM disks, magnetic tapes, opto-magnetic disks or any other suitable computer readable mediums and/or products.
  • Although the invention has been illustrated and described with respect to one or more examples, equivalent alterations and modifications will occur to others skilled in the art upon the reading and understanding of this specification and the annexed drawings. In particular regard to the various functions performed by the above described components (e.g., assemblies, devices, circuits, etc.), the terms (including a reference to a “means”) used to describe such components are intended to correspond, unless otherwise indicated, to any component which performs the specified function of the described component (i.e., that is functionally equivalent), even though not structurally equivalent to the disclosed structure. In addition, while a particular feature may have been disclosed with respect to only one example, such feature may be combined with one or more other features as may be desired and advantageous for any given or particular application. Furthermore, to the extent that the term “includes” is used in either the detailed description or the claims, such term is intended to be inclusive in a manner similar to the term “comprising.” Also, “exemplary” is merely intended to mean an example, rather than “the best”.

Claims (15)

1. An apparatus, comprising:
a number of processing blocks to storing predefined configuration modes, the predefined configuration modes determining values of different fields of different data packets; and
a mode register to cause a parallel update of the predefined configuration modes in the number of processing blocks in response to a mode signal provided by a bus interface in order to provide a certain field of a data packet.
2. The apparatus of claim 1, wherein the update of the predefined configuration modes may be independently disabled.
3. The apparatus of claim 1, further comprising additional registers to store predefined configuration mode settings for respective processing block.
4. The apparatus of claim 1, further comprising hardwired predefined configuration mode settings for respective processing blocks.
5. The processing data path of claim 1, further comprising a set of registers operable to disable and/or enable the update of the predefined configuration modes in the processing blocks.
6. A system, comprising:
a processing data path comprising processing blocks, respective processing blocks comprising configuration registers to store information on an operation to be performed by the processing blocks for a current packet being processed; and
a bus interface including a first register for controlling a bus of Update Enable signals being receivable by the number of processing blocks, and a second register for controlling a Mode signal being receivable by the processing blocks, the bus interface providing an Update Mode signal to the number of processing blocks, wherein a write to the second register causes the Update Mode signal to be pulsed, thereby triggering enabled configuration registers to update their values.
7. The system of claim 6, further comprising a processor operatively coupled to a processor bus, the packet processing data path being operatively coupled to the processor, and the packet processing data path being operatively coupled to the processor bus as a slave via a bus interface, the system being operable to support a number of different coding formats.
8. The system of claim 6, wherein the bus interface is operable to decode a bus protocol and perform write and/or read operations to the configuration registers.
9. The system of claim 6, further comprising additional registers operable to store pre-defined modes for respective configuration registers, wherein complete mode definitions, for respective configuration registers comprise whether the configuration registers should be updated, and if so what values the registers it should be set to.
10. The system of claim 6, wherein pre-defined modes for respective configuration registers are hardwired, and wherein complete mode definitions, for respective configuration registers, comprise whether the configuration registers should be updated, and if so what values the registers should be set to.
11. A method, comprising:
transmitting a write signal to a register which then transmits a Mode signal to processing blocks;
transmitting Update Enable signals to configuration registers to be updated for new mode;
pulsing an Update Mode signal active; and
transmitting the active Update Mode signal to processing blocks thereby triggering enabled configuration registers to update their values in parallel.
12. The method of claim 11, further comprising enabling or disabling the update of the configuration registers with the aid of a set of registers.
13. The method of claim 11, further comprising storing pre-defined modes for respective configuration registers, wherein complete mode definitions, for respective configuration registers, comprise whether the configuration registers should be updated, and if so what values the registers should be set to.
14. The method of claim 11, further comprising hardwiring pre-defined modes for respective configuration registers, wherein complete mode definitions, for respective configuration registers, comprise whether the configuration registers should be updated, and if so what values the registers should be set to.
15. The method of claim 11, further comprising storing a pre-defined mode for some of the configuration registers; and hardwiring a predefined mode for other of the configuration registers, wherein complete mode definitions, for respective configuration registers, comprise whether the configuration registers should be updated, and if so what value the registers should be set to.
US13/232,949 2005-04-22 2011-09-14 System and a method for constructing and deconstructing data packets Abandoned US20120005383A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US13/232,949 US20120005383A1 (en) 2005-04-22 2011-09-14 System and a method for constructing and deconstructing data packets

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
EP05008911.9 2005-04-22
EP05008911A EP1715427B1 (en) 2005-04-22 2005-04-22 A system and a method for constructing and deconstructing data packets
US11/408,727 US8023496B2 (en) 2005-04-22 2006-04-21 System and a method for constructing and deconstructing data packets
US13/232,949 US20120005383A1 (en) 2005-04-22 2011-09-14 System and a method for constructing and deconstructing data packets

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US11/408,727 Continuation US8023496B2 (en) 2005-04-22 2006-04-21 System and a method for constructing and deconstructing data packets

Publications (1)

Publication Number Publication Date
US20120005383A1 true US20120005383A1 (en) 2012-01-05

Family

ID=34979542

Family Applications (2)

Application Number Title Priority Date Filing Date
US11/408,727 Expired - Fee Related US8023496B2 (en) 2005-04-22 2006-04-21 System and a method for constructing and deconstructing data packets
US13/232,949 Abandoned US20120005383A1 (en) 2005-04-22 2011-09-14 System and a method for constructing and deconstructing data packets

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US11/408,727 Expired - Fee Related US8023496B2 (en) 2005-04-22 2006-04-21 System and a method for constructing and deconstructing data packets

Country Status (3)

Country Link
US (2) US8023496B2 (en)
EP (1) EP1715427B1 (en)
DE (1) DE602005005021T2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115408574A (en) 2021-05-28 2022-11-29 南宁富联富桂精密工业有限公司 Data analysis method, device and computer readable storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5561821A (en) * 1993-10-29 1996-10-01 Advanced Micro Devices System for performing I/O access and memory access by driving address of DMA configuration registers and memory address stored therein respectively on local bus
US6611891B1 (en) * 1998-11-23 2003-08-26 Advanced Micro Devices, Inc. Computer resource configuration mechanism across a multi-pipe communication link
US20050086456A1 (en) * 2003-09-29 2005-04-21 Yaron Elboim Addressing scheme to load configuration registers
US20050251640A1 (en) * 2004-05-05 2005-11-10 Wheeler Andrew R System and method for configuring a computer system
US7219167B2 (en) * 2003-09-25 2007-05-15 Intel Corporation Accessing configuration registers by automatically changing an index

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5261077A (en) * 1990-06-29 1993-11-09 Digital Equipment Corporation Configurable data path arrangement for resolving data type incompatibility
US6038400A (en) * 1995-09-27 2000-03-14 Linear Technology Corporation Self-configuring interface circuitry, including circuitry for identifying a protocol used to send signals to the interface circuitry, and circuitry for receiving the signals using the identified protocol

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5561821A (en) * 1993-10-29 1996-10-01 Advanced Micro Devices System for performing I/O access and memory access by driving address of DMA configuration registers and memory address stored therein respectively on local bus
US6611891B1 (en) * 1998-11-23 2003-08-26 Advanced Micro Devices, Inc. Computer resource configuration mechanism across a multi-pipe communication link
US7219167B2 (en) * 2003-09-25 2007-05-15 Intel Corporation Accessing configuration registers by automatically changing an index
US20050086456A1 (en) * 2003-09-29 2005-04-21 Yaron Elboim Addressing scheme to load configuration registers
US20050251640A1 (en) * 2004-05-05 2005-11-10 Wheeler Andrew R System and method for configuring a computer system

Also Published As

Publication number Publication date
DE602005005021T2 (en) 2009-04-23
EP1715427A1 (en) 2006-10-25
US8023496B2 (en) 2011-09-20
US20060255979A1 (en) 2006-11-16
EP1715427B1 (en) 2008-02-27
DE602005005021D1 (en) 2008-04-10

Similar Documents

Publication Publication Date Title
EP3822803B1 (en) Phy recalibration using a message bus interface
EP3699768A1 (en) Extended mode (xm) bus mode change, configuration register acesses and broadcast / multi-cast transactions to devices on a xm bus
US7085536B2 (en) Method and apparatus for dynamically resolving radio frequency interference problems in a system
US20190050366A1 (en) Device, event and message parameter association in a multi-drop bus
US20020169850A1 (en) Web-accessible embedded programming software
US20040209587A1 (en) Wireless data communications using FIFO for synchronization memory
WO2006131069A1 (en) A separate encryption/decryption equipment for plentiful data and a implementing method thereof
EP3365796A2 (en) Radio frequency front end devices with masked write
EP4086802A1 (en) Dynamic memory protection device system and method
CN103222315B (en) The power consumption reduced in Wireless Communication Equipment
US6353880B1 (en) Four stage pipeline processing for a microcontroller
US8023496B2 (en) System and a method for constructing and deconstructing data packets
US7565464B2 (en) Programmable transaction initiator architecture for systems with secure and non-secure modes
US10019406B2 (en) Radio frequency front end devices with masked write
US8041844B2 (en) Autodetection of a PCI express device operating at a wireless RF mitigation frequency
US20030039214A1 (en) Method for determining the end of transmission in a software radio having multiple processors
US7680909B2 (en) Method for configuration of a processing unit
US20110200059A1 (en) BIT Inversion For Communication Interface
CN116635859A (en) Hardware-based security authentication
TWI827561B (en) Radio frequency front end devices with masked write and the method thereof
US7206556B1 (en) Wireless transmitter control lockout
EP1414233A1 (en) System and method for configuring device features via programmable memory
CN110554984A (en) Serial port bridging method and system based on CPLD
CN102184147A (en) Device and method for accelerating data processing based on memory interface
JP2004152210A (en) Ic card

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION