Apparatus for managing data queues in a network
09832135 · 2017-11-28
Assignee
Inventors
Cpc classification
H04L47/6295
ELECTRICITY
International classification
Abstract
An apparatus for managing data queues is disclosed. The apparatus includes at least one sensor for collecting data, a data interface for receiving data from the sensor(s) and for placing the collected data in a set of data queues, and a priority sieve for organizing the set of data queues according to data priority of a specific task. The priority sieve includes a scoreboard for identifying queue priority and a system timer for synchronization.
Claims
1. An apparatus comprising: one or more sensors for collecting data; a set of data queues; a data interface for transferring said collected data from said one or more sensors to said set of data queues; and a priority sieve for organizing said set of data queues according to data priority of a specific task, wherein said priority sieve includes: a scoreboard having a plurality of pages, each containing a set of registers associated with one of said data queues, and a shared register bank having a plurality of registers for storing a synopsis of contents of said scoreboard; and wherein said priority sieve to determines one of said data queues to have a higher priority over said remaining data queues based on said synopsis such that data in said one data queue are to be sent to a data processing system for further processing before sending data from said remaining data queues to said data processing system.
2. The apparatus of claim 1, wherein each of said data queue is associated with a priority number.
3. The apparatus of claim 1, wherein said priority sieve discards data from one of said data queues in response to additional data coming into said one data queue when said one data queue is full.
4. The apparatus of claim 1, wherein said priority sieve joins information with information from a second priority sieve located in a second apparatus to form a combined priority sieve.
5. A method for managing data, said method comprising: collecting data via one or more sensors; transferring said collected data from said one or more sensors to a set of data queues; organizing said set of data queues via a priority sieve, after said collected data have been placed within said set of data queues, according to data priority of a specific task, wherein said priority sieve includes: a scoreboard having a plurality of pages, each containing a set of registers associated with one of said data queues, and a shared register bank having a plurality of registers for storing a synopsis of contents of said scoreboard; and determining one of said data queues to have a higher priority over said remaining data queues based on said synopsis such that data in said one data queue are to be sent to a data processing system for further processing before sending data from said remaining data queues to said data processing system.
6. The method of claim 5, wherein said each of said data queue is associated with a priority number.
7. The method of claim 5, wherein further comprising discarding data from one of said data queues in response to additional data coming into said one data queue when said one data queue is full.
Description
BRIEF DESCRIPTION OF THE DRAWINGS
(1) The invention itself, as well as a preferred mode of use, further objects, and advantages thereof, will best be understood by reference to the following detailed description of an illustrative embodiment when read in conjunction with the accompanying drawings, wherein:
(2)
(3)
(4)
(5)
(6)
(7)
(8)
DETAILED DESCRIPTION OF A PREFERRED EMBODIMENT
(9) Referring now to the drawings and in particular to
(10) With reference now to
(11) Both raw sensor data and processed data may have various levels of priority, and the data needs to be prioritized and stored until processing resources have sufficient bandwidth to operate on the data or until a communications link has sufficient bandwidth available to relay the data onward to the next processing resource such as data processing system 19 from
(12) Referring now to
(13) Word Count register 21 stores the total number of words (or other unit of measure, such as bytes, double words, etc.) currently stored in an associated data queue. The value in Word Count register 21 is incremented when entries are added to the associated data queue, and decremented when entries are removed from the associated data queue.
(14) Max Word Count register 22 stores a value set by software that controls the setting of a High Word Count register 26 in SharedReg Bank 32 for an associated data queue.
(15) Priority register 23 stores a priority of an associated data queue that is set by software.
(16) Message Count register 24 stores the number of entries in an associated data queue. The value in Message Count register 24 is incremented when entries are added to the associated data queue, and decremented when entries are removed from the associated data queue.
(17) Throttle register 25 is a count down timer (preferably stops at 0) set by software that controls whether or not a queue updates the register of SharedReg Bank 32. If the timer is zero, a register within Priority Message registers 27 in SharedReg Bank 32 for an associated data queue is updated based on the settings of Priority register 23 and Message Count register 24. Throttle register 25 is utilized to control rate of individual queue data acceptance (storage) or transmission (readout) within a single computing device (e.g., computing device 11a).
(18) SharedReg Bank 32 contains a synopsis of the contents of Scoreboard 31. Preferably, SharedReg Bank 32 includes High Word Count register 26, a set of Priority Message registers 27 and a Priority Status register 28. High Word Count register 26, Priority Message registers 27 and Priority Status register 28 are referenced by software to determine which data queues need to be serviced.
(19) Each bit of High Word Count register 26 corresponds to a data queue. The bit is 0 when an associated data queue's Word Count Register 21 in Scoreboard 31 is less than or equal to the associated data queue's Max Word Count register 22.
(20) Each of Priority Message registers 27 corresponds to a priority level. For example, if Priority Sieve 17 has 32 priority levels, then there will be 32 Priority Message registers 27, each corresponding to one of the 32 priority levels. In addition, each register within Priority Message registers 27 has one bit for each data queue. When a queue's associated Message Count register 24 in Scoreboard 31 is greater than zero and Throttle register 25 is equal to zero, the queue's bit in Priority Message register 27 assigned the value in the queue's Priority register 23 is set to 1, in all other cases, it is set to 0.
(21) Each priority level has one bit in Priority Status register 28. If any of the bits in Priority Message registers 27 for the corresponding priority level is one, then the corresponding bit in Priority Status register 28 is set to 1; otherwise, it is set to 0.
(22) During system initialization, software sets the Max Word Count register 22 and Priority register 23 for each data queue. Word Count register 21 and Message Count register 24 are set to 0. The result is that all bits in SharedReg Bank 32 are 0.
(23) With reference now to
(24) A determination is then made whether or not the value in register Word Count[q] is greater than the value in register Max Word Count[q], as shown in block 33. If the value in register Word Count[q] is greater than the value in register Max Word Count[q], register High Word Count bit[q] is set to 1, as depicted in block 34; otherwise, register High Word Count bit[q] is set to 0, as shown in block 35.
(25) Concurrent with the determination step in block 33, another determination is made whether or not the value in register Throttle[q] equals zero, and the value in register Message Count[q] is greater than zero, as depicted in block 36. If the value in register Throttle[q] equals zero, and the value in register Message Count[q] is greater than zero, then register Priority Message[Priority[q]] bit[q] is set to 1, as shown in block 37; otherwise, register Priority Message[Priority[q]] bit[q] is set to 0, as shown in block 38.
(26) Another determination is made whether or not any hit in register Message [Priority[q]] bit[q] is a logical 1, as shown in block 39. If any bit in register Message [Priority[q]] bit[q] is a logical 1, register Priority Status bit[Priority[q]] is set to 1, as depicted in block 40; otherwise, register Priority Status bit[Priority[q]] is set to 0, as shown in block 41. Subsequently, the process returns to block 31.
(27) Priority Status register is monitored via polling or interrupts. A determination is made whether or not the value of the Priority Status register equals zero, as shown in block 51 of
(28) High Word Count register is monitored via polling or interrupts. A determination is made whether or not the value of the High Word Count register equals zero, as shown in block 58 of
(29) Referring now to
(30) Data storage requirements for queues, network bandwidth, card size, power/thermal concerns are some examples that can limit the usage of one computing device. Thus, in many applications, it is not practical for a single computing device to take on the entire task of managing data queues. In those cases, a system timer is utilized to support the management of data storage and retrieval from physically distributed priority queues while maintaining time of data arrival order.
(31) With reference now to
(32) The value of a Sync Delay register 76 is calculated based on the propagation delay from a sync source to a sync destination, and is used to equalize the time that the various system timers are incremented across the system. The delay is calculated during system design and/or test and can be adjusted during system operation based on environmental factors and/or system aging. Preferably, system timer master 81 has the largest countdown timer delay value and system timer slaves 82-84 have some smaller countdown timer delay value based on the propagation delay from system timer master 81 to system timer slaves 82-84. The values of system timer slaves 82-84 are calculated to have all Frame Count registers 73 in system timer master 81 and system timer slaves 82-84 to be incremented at the same time.
(33) Referring now to
(34) Alternatively, the functions of sending queries to the computing devices, determining the queue(s) priorities to transmit, the time stamp ranges to use and the bandwidth to assign to each of the computing devices are performed by an assigned slave computing device or another type of computational device altogether such as a system control processor.
(35) Alternately, the device used to determine the queue(s) priorities to transmit, the time stamp ranges to use and the bandwidth to assign to each of the computing devices can build an ordered list of assignments for each computing device and send that list to the computing device assigned to transmit first. Once that device completes its transmission it deletes its command and sends the list to the next device in the list. That device repeats the process and the final device on the list sends a completion message back to the original command generation device.
(36) As another example, system timer 81 or 82 may allow the resource shared by all of the computing devices to be allocated in the time domain. In this example, each of the four computing devices can be assigned a time slot when it can used the shared device. The use of Throttle register 25 (from
(37) As has been described, the present invention provides an apparatus for managing distributed data queues within a network.
(38) While the invention has been particularly shown and described with reference to a preferred embodiment, it will be understood by those skilled in the art that various changes in form and detail may be made therein without departing from the spirit and scope of the invention.