CN1146192C - Ethernet exchange chip output queue management and dispatching method and device - Google Patents

Ethernet exchange chip output queue management and dispatching method and device Download PDF

Info

Publication number
CN1146192C
CN1146192C CNB021089787A CN02108978A CN1146192C CN 1146192 C CN1146192 C CN 1146192C CN B021089787 A CNB021089787 A CN B021089787A CN 02108978 A CN02108978 A CN 02108978A CN 1146192 C CN1146192 C CN 1146192C
Authority
CN
China
Prior art keywords
multicast
queue
output
frame
output queue
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.)
Expired - Fee Related
Application number
CNB021089787A
Other languages
Chinese (zh)
Other versions
CN1411211A (en
Inventor
郁 林
林郁
林晖
崔靖杰
刘永志
唐焰
谭锐
张志强
饶伟年
孙杰
杨智明
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.)
HiSilicon Technologies Co Ltd
Original Assignee
Huawei Technologies Co Ltd
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 Huawei Technologies Co Ltd filed Critical Huawei Technologies Co Ltd
Priority to CNB021089787A priority Critical patent/CN1146192C/en
Publication of CN1411211A publication Critical patent/CN1411211A/en
Application granted granted Critical
Publication of CN1146192C publication Critical patent/CN1146192C/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The present invention relates to a method for dispatching and managing an output queue of an ethernet exchange chip and a device thereof., which relates to the technology of electric digital data processing and equipment. A single-message or multi-message control separation module makes a frame control block output a queue in the unicast and multicast separating mode of each port; a frame control block of unicast data sets a unicast queue according to a mode of multiple priority queues; the unicast queue is maintained by a congestion control algorithm, and a frame control block of multicast data is maintained in an independent mode of a multicast queue by a congestion control algorithm of directly discarding the tail of the queue and is organized in the mode of an FIFO queue; afterwards, unicast and multicast priority queues are matched and set. If a unicast queue and a multicast queue simultaneously exist in a despatcher of an output queue, the dispatching of the unicast queue and the multicast queue is carried out again by a dispatching algorithm after the port dispatching between two ports and the priority dispatching in the ports; after the dispatching, output a dispatching result; else, directly output the dispatching result. The present invention can realize quick data processing and significant allocation of resources.

Description

Ethernet switching chip output queue management and dispatching method and device
[technical field]
The present invention relates to electric numerical data treatment technology and equipment, relate in particular to a kind of Ethernet switching chip output queue management and dispatching method and device.
[background technology]
The shared buffer memory formula Ethernet switching chip of storage-forward mode work, it is transmitted processing procedure and can be described below with following several treatment steps, as shown in Figure 1:
1, receive also data cached frame: the Frame that enters exchange chip from outside port is cached to the shared buffer memory through input interface, the distribution of shared buffer memory is managed by address pointer by caching management module, in the process of processing afterwards, the main body of Frame will be kept in the shared buffer memory all the time, have only the buffer address pointer in chip, to transmit, up to transmitting instruction issuing, according to the buffer address pointer outside port is read and sent to data by output interface from shared buffer memory again to output interface.
2, destination interface is searched: when Frame writes buffer memory, input interface module extracts from Frame and is used for information that frame is transmitted, with the address of Frame in buffer memory, send to forwarding engine, forwarding engine carries out the forwarding lookup operation according to these information to Frame, obtains the destination interface of Frame.Forwarding engine outputs to other information of the buffer address pointer of the forwarding destination interface of Frame, Frame, Frame component frame controll block FCB together to wait for scheduling output in the output queue management module.
3, output queue management: so-called output queue, be meant frame controll block FCB is lined up by the mode of every port output queue, wait outputs to outside port, the base attribute of formation is a fifo fifo, and the length of formation is limited, queue management is administration queue length at first, the frame controll block FCB that formation is lined up if desired then is called congested too much, queue management this moment process just need selectively abandon the frame controll block of some waiting lineses, so that formation normally moves, the first in first out behavior of administration queue is also wanted in queue management, guarantees that frame controll block FCB can enter and leave formation fast.
4, output scheduling: in general; in order to guarantee different service quality; each output port always has a plurality of output queues; and a plurality of ports also usually can have Frame to need output simultaneously; the output scheduling process is selected from a plurality of port queues exactly, has only current selected formation to deliver to the frame controll block FCB of queuing in the output interface.
5, send Frame: after output interface was received the frame controll block of scheduling output, the shared buffer memory address pointer according to wherein carrying read out Frame from shared buffer memory, send to external output port, and so far, the repeating process of ethernet data frame is finished.
In order to provide service quality to guarantee, Ethernet switching chip uses the mode of priority query to organize the output queue of every port usually, as shown in Figure 2, each port has m priority query, each need be forwarded to the Frame of certain port, can be forwarded engine is divided in certain priority according to its business demand, this Frame will enter the corresponding priority query of this port when output work queue, the output scheduling process need is formation of each selection from these formations of each port, and the frame controll block FCB that takes out in the formation sends.
From above process as can be seen, output queue management ability and output scheduling ability have great influence to the transfer capability and the performance quality of chip.
In order to solve output queue management and output scheduling problem, technical scheme commonly used as shown in Figure 3, each formation of all output ports all uses chained list to manage, be that each output queue will corresponding chained list in the chip, all these chained list common storage are in a queue management memory block, be the output queue chained list RAM among Fig. 3, because the access speed of output queue chained list RAM is limited, frame controll block FCB from forwarding engine uses the buffer memory of a fifo fifo type to preserve usually earlier, the output queue scheduler uses certain polling dispatching algorithm computation to choose which formation to export at every turn, all Frames enter formation and read formation and all finished by output queue management, the reading of concrete interpolation that is operating as the chained list afterbody and chained list head.
The operation more complicated of chained list, and multicast data frame need enter a plurality of output queues, the formation of going into is at this moment operated, just carrying out repeatedly chained list continuously adds, to become the bottleneck of system like this, and cause the frame controll block FCB of back to wait for, meeting bulk deposition in the fifo fifo buffer memory.
In this technical scheme, output queue chained list RAM of the common use of all chained lists, this chained list is a kind of data structure very flexibly, individual queue can be shared the resource of output queue chained list RAM, allow the length random variation of individual queue, show two output queues as Fig. 4, be formation 1 and formation 2, in each comfortable output queue chained list address ram one section, wherein dotted line is represented formation 1, solid line is represented formation 2, output queue leaves among the output queue chained list RAM, the corresponding ram cell of each address ram, and each ram cell is divided into two parts: the data division of chained list, the pointer part of chained list, when entering formation, Frame do not distinguish list, multicast data frame, formation use the mode of chain list index to couple together.
For such output queue organization and management mode, the scheduling output algorithm structure of its correspondence can be done following statement with reference to figure 5: the output queue scheduling is divided into two-level scheduler, and flow process is as follows:
Port Scheduling between a, port: because all output data frames all leave in the central shared buffer memory, a Frame output can only be arranged at every turn, therefore need between all output ports, to dispatch earlier, determine which port can output data frame, common polling algorithm has: WRR WRR, band deficit poll DRR etc.
Output queue scheduling in b, the port: after having selected output port, once select among a plurality of priority queries in each port again, determine finally can output data frame formation, common polling algorithm has: WRR WRR, band deficit poll DRR, improved deficit poll MDRR, strict priority poll, weighted-fair poll WFQ etc.
Obtain output queue number through such two-level scheduler, just can require the output queue management module to export the frame controll block FCB of corresponding formation head of the queue, be passed to output interface and carry out Frame and export.
Adopt the major defect of above technical scheme to be:
At first, because the shared output queue chained list RAM of all formations, and the access bandwidth of output queue chained list RAM is limited, for multicast data frame, it need be copied in a plurality of output queues, thereby need consumption plenty of time ability reproducible to finish, the speed bottle-neck that becomes prior art is duplicated in multicast like this, because the reproduction process of each multicast frame controll block FCB is slow, follow-up frame controll block FCB have to wait in going into the fifo fifo buffer memory of formation, cause increase time of delay on the one hand, on the other hand, can be caused Frame to abandon if fifo fifo piles, systematic function is had bigger influence because of the system handles underspeed.
Secondly, all clean culture and the multicast frame controll block FCB queuing that mixes in each formation, scheduler module is not separating unicast or multicast when carrying out poll, just carries out polling operation according to the distribution bandwidth of port.In fact, single, the quality of service requirement of multicast data frame on network is different, be mixed in the formation and then can't distinguish, cause between two kinds of Frames and interact, the service quality that can't provide, especially under the situation that multicast traffic is bigger, unicast traffic will be subjected to very big impact.
Once more, can't carry out congested control according to what the characteristics of clean culture and multicast traffic were treated with a certain discrimination, queue length is subjected to the exchange chip resource limit, impossible endless, if there is too many Frame controll block FCB to line up to an output queue, for guaranteeing the formation normal running, must adopt congestion avoidance algorithm, selectively abandon some Frames, and it is single, the characteristics of multicast data frame are different, it is also different that they stand the ability that Frame abandons, but single, multicast data frame is blended in a formation and makes and can't select to abandon at the flow characteristics of Frame, has influenced the use of queue resource.
[summary of the invention]
The object of the present invention is to provide the Ethernet switching chip output queue management and dispatching method and the device of a kind of rapid data processing and effective Resources allocation.
The output queue management and dispatching method that is adopted among the present invention is:
A. receive and data cached frame, that is: Frame is cached in the shared buffer memory through input interface, the distribution of shared buffer memory is managed by address pointer by caching management module, in the later processing procedure, the main body of Frame will be kept in the shared buffer memory all the time, up to transmitting instruction issuing, according to the buffer address pointer outside port is read and sent to data by output interface from shared buffer memory again to output interface;
B. destination interface searches, promptly, when Frame writes buffer memory, input interface extracts from Frame and is used for information that Frame is transmitted, with the address of Frame in buffer memory, send to forwarding engine, forwarding engine is transported to the output queue management module to other information of the buffer address pointer of the forwarding destination interface of Frame, Frame, Frame component frame controll block together;
C. the management of output queue, promptly, earlier the output queue of every port is organized according to the mode that list, multicast separate, in different ways unicast queue and multicast formation are provided with respectively then and organize, safeguard unicast queue and multicast formation respectively with congestion avoidance algorithm again;
D. output scheduling, promptly, at first before the dispatching algorithm operation, setting is mated in list, multicast priority query, make the priority setting of multicast formation corresponding, carry out the Port Scheduling between port then successively, priority scheduling in the port with the priority of unicast queue, single, multicast formation are delivered to the frame controll block of selected formation in the output interface at last;
E. after output interface was received the frame controll block of scheduling output, the shared buffer memory address pointer according to wherein carrying read out Frame from shared buffer memory, send to external output port.
In the management of output queue, unicast data frames controll block is provided with unicast queue by the mode of a plurality of priority queries, and multicast data frame controll block adopts independently multicast formation mode, and this multicast formation adopts the mode of fifo queue to organize; The congestion avoidance algorithm of multicast formation adopts the direct discarding method of tail of the queue; The congestion avoidance algorithm of unicast queue adopts at random, and early drop RED, cum rights WRED of early drop at random or tail of the queue heavily directly abandon; The multicast formation is provided with 2 at each port; In the output scheduling, list, multicast formation are arranged simultaneously in the priority, can adopt the dispatching algorithm of WRR WRR or strict priority, list, multicast formation are dispatched.
The technical scheme that the Ethernet switching chip output queue management and dispatching device of the above-mentioned output queue management and dispatching method of application is adopted among the present invention is: a kind of application rights requires the Ethernet switching chip output queue management and dispatching device of 1 described output queue management and dispatching method, in Ethernet switching chip, comprise input interface 1, shared buffer memory 2, caching management module 4, forwarding engine 5, output queue management module 6, scheduler module 7 and output interface 3, when Frame writes buffer memory, input interface 1 extracts from Frame and is used for information that frame is transmitted, with the address of Frame in buffer memory, send to forwarding engine 5, forwarding engine 5 is transported to output queue management module 6 to frame controll block, it is characterized in that: comprise list/multicast message control separation module 61 in the output queue management module 6, the clean culture output queue go out to join the team the arbitration 62 and the multicast output queue go out to join the team the arbitration 63; List/multicast message control separation module 61 links to each other with arbitration 62 and the multicast output queue arbitration 63 that goes out to join the team that goes out to join the team of clean culture output queue respectively, and clean culture output queue go out to join the team arbitration 62 and multicast output queue goes out to join the team and arbitrate 63 and link to each other with scheduler module 7; List/multicast message control separation module 61 is with single, the mode output queue that multicast separate of frame controll block by every port, unicast data frames controll block is provided with unicast queue by clean culture output queue arbitration 62 modes by a plurality of priority queries that go out to join the team, and uses congestion avoidance algorithm to safeguard unicast queue; Multicast data frame controll block adopts independently by the arbitration 63 that goes out to join the team of multicast output queue that multicast formation mode is provided with the multicast formation, this multicast formation adopts the mode of fifo queue to organize, the congestion avoidance algorithm that adopts tail of the queue directly to abandon is safeguarded, carry out the coupling setting between list, multicast priority query then, the priority that is about to the multicast formation is set to corresponding with the priority of corresponding unicast queue; In scheduler module 7 through behind the priority scheduling in Port Scheduling between port and the port, if list, multicast formation are arranged in the priority simultaneously, then adopt dispatching algorithm to carry out scheduling between list, multicast formation again, scheduling back output scheduling result, otherwise, direct output scheduling result.
The shared clean culture output queue chained list RAM of unicast queue; An independently multicast output queue data fifo RAM is adopted in the multicast formation at least.
Beneficial effect of the present invention is: in the present invention, will be single, the multi-case data frame queue separates, like this can be according to list, the characteristics of multicast traffic, adopt corresponding quick to clean culture and multicast output queue respectively, effective output queue mode and congestion avoidance algorithm, can guarantee the multicast data frame quick copy, and effective Resources allocation, utilize the coupling setting up procedure with single, the multicast output queue connects, adopt dispatching algorithm to dispatch, control is single flexibly, the multicast traffic bandwidth, make resource allocation optimization, therefore, the present invention can realize that rapid data is handled and effective Resources allocation.
Use independent multicast formation to manage to multicast data frame controll block FCB, each port is provided with 2 multicast formations generally is enough to support great majority to be used, make the multicast data frame quick copy, and needed cost is lower, can obtains cost-performance ratio preferably; List, multicast formation are arranged in priority simultaneously, adopt the dispatching algorithm of WRR WRR or strict priority, calculate simply, be easy to realize, further improved practicality of the present invention because of this dispatching algorithm; In the Ethernet switching chip output queue management and dispatching method, the congestion avoidance algorithm that the multicast formation adopts simple tail of the queue directly to abandon can be realized simply, calculate fast; In Ethernet switching chip output queue management and dispatching device, the shared clean culture output queue chained list RAM of unicast queue, an independently multicast output queue data fifo RAM is adopted in the multicast formation at least, interacting between list, multicast traffic significantly reduced, can be provided with and mate the service request of various flows flexibly, provide higher assurance list, the multicast data frame service quality on network.
In a word, the present invention can realize that rapid data is handled and effective Resources allocation, and calculating is simple, quick, and cost is low, the network service quality height.
[description of drawings]
Fig. 1 is existing exchange chip data handling procedure schematic diagram;
Fig. 2 is the output queue schematic diagram of existing switching chip port;
Fig. 3 is existing exchange chip queue management schematic diagram;
Fig. 4 is existing exchange chip output queue chain hoist pennants;
Fig. 5 is existing exchange chip scheduling output algorithm structural representation;
Fig. 6 is a multicast formation schematic diagram;
Fig. 7 is single, multicast priority query coupling schematic diagram;
Fig. 8 is scheduling output algorithm structural representation;
Fig. 9 is the structural representation of queue management scheduling of the present invention.
[embodiment]
With embodiment the present invention is described in further detail with reference to the accompanying drawings below:
According to Fig. 6, Fig. 7, Fig. 8 and Fig. 9, with reference to figure 1, in Ethernet switching chip, comprise input interface 1, shared buffer memory 2, caching management module 4 and output interface 3, when Frame writes buffer memory, input interface 1 extracts from Frame and is used for information that frame is transmitted, with the address of Frame in buffer memory, send to forwarding engine 5, forwarding engine 5 is transported to output queue management module 6 to frame controll block FCB, comprise in the output queue management module 6 that list/multicast message control separation module 61 is with the list of frame controll block FCB by every port, the mode output queue that multicast separates, as shown in Figure 9, unicast data frames controll block FCB through the clean culture output queue go out to join the team the arbitration 62 modes by a plurality of priority queries unicast queue is set, the shared clean culture output queue chained list RAM621 of unicast queue, use congestion avoidance algorithm to safeguard unicast queue, the congestion avoidance algorithm of unicast queue can adopt early drop RED at random, WRED of early drop at random or tail of the queue that cum rights is heavy directly abandon; Multicast data frame controll block FCB 63 adopts independently multicast formation mode through the arbitration that goes out to join the team of multicast output queue, the multicast formation is provided with 2 at each port, an independently multicast output queue data fifo RAM631 is adopted in the multicast formation, multicast formation as shown in Figure 6, this multicast formation adopts the mode of fifo fifo formation to organize, the congestion avoidance algorithm that adopts tail of the queue directly to abandon is safeguarded, carry out list then, coupling setting between multicast priority query, as shown in Figure 7, for example, certain clean culture has 4 priority queries, multicast has 2 priority queries, 2 priority just determining multicast when coupling is provided with are corresponding with which 2 of 4 priority of clean culture respectively, in this example, if 4 priority queries of clean culture are UQ1, UQ2, UQ3, UQ4,2 priority queries of multicast are MQ1, MQ2, if it is corresponding with UQ2 that MQ1 is set, MQ2 is corresponding with UQ4, has then obtained 4 such priority level: UQ1, UQ2﹠amp; MQ1, UQ3, UQ4﹠amp; MQ2, the priority of multicast formation is set to corresponding with the priority of corresponding unicast queue like this, priority scheduling in Port Scheduling in output queue scheduler 74 between the process port and the port, the dispatching algorithm of the Port Scheduling between port can adopt WRR WRR, deficit WRR DRR etc., the dispatching algorithm of priority scheduling can be in the port: WRR WRR, band deficit poll DRR, improved band deficit poll MDRR, strict priority poll etc., as shown in Figure 8, if list is arranged in the priority simultaneously, the multicast formation, then adopt dispatching algorithm to carry out list again, scheduling between the multicast formation, scheduling back output scheduling result, otherwise, direct output scheduling result, can adopt the dispatching algorithm of WRR WRR or strict priority here, to list, the multicast formation is dispatched, the frame controll block FCB of selected formation handle delivers in the output interface 3, after output interface 3 is received the frame controll block FCB of output queue scheduler 74 in scheduler module 7, according to shared buffer memory 2 address pointers that wherein carry, output interface 3 reads out Frame from shared buffer memory 2, send to external output port.

Claims (9)

1. Ethernet switching chip output queue management and dispatching method, this method may further comprise the steps:
A. receive and data cached frame, that is: Frame is cached in the shared buffer memory (2) through input interface (1), the distribution of shared buffer memory (2) is managed by address pointer by caching management module (4), in the later processing procedure, the main body of Frame will be kept in the shared buffer memory (2) all the time, up to transmitting instruction issuing, according to the buffer address pointer outside port is read and sent to data by output interface (3) from shared buffer memory (2) again to output interface (3);
B. destination interface searches, promptly, when Frame writes buffer memory, input interface (1) extracts from Frame and is used for information that Frame is transmitted, with the address of Frame in buffer memory, send to forwarding engine (5), forwarding engine (5) is transported to the output queue management module to other information of the buffer address pointer of the forwarding destination interface of Frame, Frame, Frame component frame controll block together;
C. the management of output queue, promptly, earlier the output queue of every port is organized according to the mode that list, multicast separate, in different ways unicast queue and multicast formation are provided with respectively then and organize, safeguard unicast queue and multicast formation respectively with congestion avoidance algorithm again;
D. output scheduling, promptly, at first before the dispatching algorithm operation, setting is mated in list, multicast priority query, make the priority setting of multicast formation corresponding, carry out the Port Scheduling between port then successively, priority scheduling in the port with the priority of unicast queue, single, multicast formation are delivered to the frame controll block of selected formation in the output interface (3) at last;
E. after output interface (3) is received the frame controll block of scheduling output,, Frame is read out from shared buffer memory (2), send to external output port according to the shared buffer memory of wherein carrying (2) address pointer.
2. Ethernet switching chip output queue management and dispatching method according to claim 1, it is characterized in that: in the management of described output queue, unicast data frames controll block is provided with unicast queue by the mode of a plurality of priority queries, multicast data frame controll block adopts independently multicast formation mode, and this multicast formation adopts the mode of fifo queue to organize.
3. Ethernet switching chip output queue management and dispatching method according to claim 1 and 2 is characterized in that: the congestion avoidance algorithm of described multicast formation adopts the direct discarding method of tail of the queue.
4. Ethernet switching chip output queue management and dispatching method according to claim 1 and 2 is characterized in that: the congestion avoidance algorithm of described unicast queue adopts early drop at random, early drop at random or tail of the queue that cum rights is heavy directly to abandon.
5. Ethernet switching chip output queue management and dispatching method according to claim 1 and 2 is characterized in that: described multicast formation is provided with 2 at each port.
6. Ethernet switching chip output queue management and dispatching method according to claim 1, it is characterized in that: in the described output scheduling, list, multicast formation are arranged in the priority simultaneously, can adopt the dispatching algorithm of WRR or strict priority, list, multicast formation are dispatched.
7. an application rights requires the Ethernet switching chip output queue management and dispatching device of 1 described output queue management and dispatching method, in Ethernet switching chip, comprise input interface (1), shared buffer memory (2), caching management module (4), forwarding engine (5), output queue management module (6), scheduler module (7) and output interface (3), when Frame writes buffer memory, input interface (1) extracts from Frame and is used for information that frame is transmitted, with the address of Frame in buffer memory, send to forwarding engine (5), forwarding engine (5) is transported to output queue management module (6) to frame controll block, it is characterized in that: output queue management module (6) comprises list/multicast message control separation module (61), arbitration (62) and the multicast output queue arbitration (63) that goes out to join the team that goes out to join the team of clean culture output queue; List/multicast message control separation module (61) links to each other with arbitration (62) and the multicast output queue arbitration (63) that goes out to join the team that goes out to join the team of clean culture output queue respectively, and arbitration (62) and the multicast output queue arbitration (63) that goes out to join the team that goes out to join the team of clean culture output queue links to each other with scheduler module (7) again; List/multicast message control separation module (61) is with single, the mode output queue that multicast separate of frame controll block by every port, unicast data frames controll block is provided with unicast queue by the arbitration (62) that goes out to join the team of clean culture output queue by the mode of a plurality of priority queries, uses congestion avoidance algorithm to safeguard unicast queue; Multicast data frame controll block adopts independently by the arbitration (63) that goes out to join the team of multicast output queue that multicast formation mode is provided with the multicast formation, this multicast formation adopts the mode of fifo queue to organize, the congestion avoidance algorithm that adopts tail of the queue directly to abandon is safeguarded, carry out the coupling setting between list, multicast priority query then, the priority that is about to the multicast formation is set to corresponding with the priority of corresponding unicast queue; In scheduler module (7) through behind the priority scheduling in Port Scheduling between port and the port, if list, multicast formation are arranged in the priority simultaneously, then adopt dispatching algorithm to carry out scheduling between list, multicast formation again, scheduling back output scheduling result, otherwise, direct output scheduling result.
8. Ethernet switching chip output queue management and dispatching device according to claim 7 is characterized in that: the shared clean culture output queue chained list RAM of described unicast queue (621).
9. according to claim 7 or 8 described Ethernet switching chip output queue management and dispatching devices, it is characterized in that: an independently multicast output queue data RAM (631) is adopted in described multicast formation at least.
CNB021089787A 2002-04-17 2002-04-17 Ethernet exchange chip output queue management and dispatching method and device Expired - Fee Related CN1146192C (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CNB021089787A CN1146192C (en) 2002-04-17 2002-04-17 Ethernet exchange chip output queue management and dispatching method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CNB021089787A CN1146192C (en) 2002-04-17 2002-04-17 Ethernet exchange chip output queue management and dispatching method and device

Publications (2)

Publication Number Publication Date
CN1411211A CN1411211A (en) 2003-04-16
CN1146192C true CN1146192C (en) 2004-04-14

Family

ID=4740428

Family Applications (1)

Application Number Title Priority Date Filing Date
CNB021089787A Expired - Fee Related CN1146192C (en) 2002-04-17 2002-04-17 Ethernet exchange chip output queue management and dispatching method and device

Country Status (1)

Country Link
CN (1) CN1146192C (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100421420C (en) * 2005-08-02 2008-09-24 华为技术有限公司 Method for dispatching variable length data packet queue in crossbar switching matrix
CN101938404B (en) * 2009-07-01 2012-11-28 中兴通讯股份有限公司 Random early detection method and device for data flow management

Families Citing this family (45)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7412536B2 (en) * 2003-06-27 2008-08-12 Intel Corporation Method and system for a network node for attachment to switch fabrics
US20040264472A1 (en) * 2003-06-27 2004-12-30 Oliver Neal C. Method and system for open-loop congestion control in a system fabric
CN100382522C (en) * 2003-08-04 2008-04-16 浙江中控技术股份有限公司 Method for realizing deterministic communication dispatch of ethernet
US7433342B2 (en) * 2003-08-07 2008-10-07 Cisco Technology, Inc. Wireless-aware network switch and switch ASIC
CN100455141C (en) * 2003-11-19 2009-01-21 烽火通信科技股份有限公司 Method for realizing large capacity synchronous optical network and SDH cross unit
CN100359888C (en) * 2003-11-27 2008-01-02 华为技术有限公司 A data poll dispatching method
US7489683B2 (en) * 2004-09-29 2009-02-10 Intel Corporation Integrated circuit capable of routing multicast data packets using device vectors
CN100438494C (en) * 2004-12-17 2008-11-26 迈普(四川)通信技术有限公司 Method of reliable transmission in Ethernet multicasting
US7480304B2 (en) * 2004-12-29 2009-01-20 Alcatel Lucent Predictive congestion management in a data communications switch using traffic and system statistics
KR100754584B1 (en) * 2005-07-04 2007-09-05 삼성전자주식회사 Apparatus and method for data scheduling in modem
ATE438976T1 (en) * 2005-09-13 2009-08-15 Ibm METHOD AND DEVICE FOR COORDINATING UNICAST AND MULTICAST TRAFFIC IN A CONNECTION STRUCTURE
JP4550728B2 (en) * 2005-12-14 2010-09-22 アラクサラネットワークス株式会社 Packet transfer apparatus and multicast deployment method
ATE519298T1 (en) * 2006-06-15 2011-08-15 Nokia Siemens Networks Spa PROCEDURE FOR PACKET CLASSIFICATION BASED ON PROTOCOL TYPE AND PRIORITIES
ATE479254T1 (en) * 2006-09-04 2010-09-15 Ericsson Telefon Ab L M ETHERNET SWITCHING
CN101325541B (en) * 2007-06-11 2012-12-05 大唐移动通信设备有限公司 Method and system for controlling flow of Iub port band width
CN101345699B (en) * 2007-07-12 2011-09-21 中兴通讯股份有限公司 Method and system for implementing resource allocation in next generation network
CN101771598B (en) * 2008-12-31 2012-01-11 中国航空工业第一集团公司第六三一研究所 Communication dispatching method of real-time Ethernet
CN101594302B (en) 2009-07-01 2011-08-03 华为技术有限公司 Method and device for dequeuing data
CN101958824B (en) 2009-07-14 2012-06-27 华为技术有限公司 Data exchange method and data exchange structure
CN101848150B (en) * 2010-04-26 2011-12-28 华为技术有限公司 Method and device for maintaining count value of multicast counter
CN102170401B (en) * 2011-05-27 2014-04-09 浙江宇视科技有限公司 Method and device of data processing
US8630286B2 (en) * 2011-09-30 2014-01-14 Broadcom Corporation System and method for improving multicast performance in banked shared memory architectures
CN102437929B (en) * 2011-12-16 2014-05-07 华为技术有限公司 Method and device for de-queuing data in queue manager
CN102594663A (en) * 2012-02-01 2012-07-18 中兴通讯股份有限公司 Queue scheduling method and device
CN103516621B (en) * 2012-06-29 2017-11-17 中兴通讯股份有限公司 The method and apparatus of queue scheduling
CN102821045B (en) * 2012-08-03 2015-07-22 中兴通讯股份有限公司 Method and device for copying multicast message
CN103051560B (en) * 2013-01-07 2015-06-03 浙江工商大学 Implementation method for retransmitting and controlling congestion control in separating system
CN104125168A (en) * 2013-04-27 2014-10-29 中兴通讯股份有限公司 A scheduling method and system for shared resources
CN104580010A (en) * 2013-10-24 2015-04-29 华为技术有限公司 Communication queue processing method, device and system
CN103761194B (en) * 2013-12-28 2017-06-06 华为技术有限公司 A kind of EMS memory management process and device
DE102014207476A1 (en) * 2014-04-17 2015-10-22 Robert Bosch Gmbh Method for selecting one of several queues
CN106161274B (en) * 2016-07-18 2017-09-01 湖南恒茂高科股份有限公司 Frame information physical copy method and system in Ethernet switching chip
CN108989233B (en) * 2017-06-05 2021-10-19 华为技术有限公司 Congestion management method and device
CN107948094B (en) * 2017-10-20 2020-01-03 西安电子科技大学 Device and method for conflict-free enqueue processing of high-speed data frames
CN108964823B (en) * 2018-07-05 2024-04-30 湖南铁路科技职业技术学院 Ethernet dual-engine data processing method and system
CN110691047B (en) * 2019-09-03 2022-03-15 中国航空工业集团公司西安飞行自动控制研究所 Switch data forwarding method and device
CN111131089B (en) * 2019-12-24 2021-07-27 西安电子科技大学 Queue management method for improving multicast service HOL blocking
CN111865838B (en) * 2020-07-21 2022-03-08 深圳市风云实业有限公司 Multichannel data transmission system of signal
CN113067778B (en) * 2021-06-04 2021-09-17 新华三半导体技术有限公司 Flow management method and flow management chip
CN113821457B (en) * 2021-10-11 2023-06-30 芯河半导体科技(无锡)有限公司 High-performance read-write linked list caching device and method
CN113904997B (en) * 2021-10-21 2024-02-23 烽火通信科技股份有限公司 Method and device for caching and scheduling multi-priority service of receiving end of switching chip
CN114415969B (en) * 2022-02-09 2023-09-29 杭州云合智网技术有限公司 Method for dynamically storing messages of exchange chip
CN115473862B (en) * 2022-04-24 2023-07-11 中国人民解放军战略支援部队信息工程大学 Method and system for avoiding blocking of multicast packet queue head of switching chip
CN115118679B (en) * 2022-06-30 2023-09-26 西安微电子技术研究所 Quick forwarding system for Ethernet exchanger management frame
CN116016398B (en) * 2022-12-29 2024-07-23 南京盛科通信有限公司 Multi-port access processing method, device, electronic equipment and storage medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100421420C (en) * 2005-08-02 2008-09-24 华为技术有限公司 Method for dispatching variable length data packet queue in crossbar switching matrix
CN101938404B (en) * 2009-07-01 2012-11-28 中兴通讯股份有限公司 Random early detection method and device for data flow management

Also Published As

Publication number Publication date
CN1411211A (en) 2003-04-16

Similar Documents

Publication Publication Date Title
CN1146192C (en) Ethernet exchange chip output queue management and dispatching method and device
CN1097913C (en) ATM throttling
CN1064500C (en) Method and apparatus for temporarily storing data packets
EP1005739B1 (en) Shared memory management in a switched network element
EP0886939B1 (en) Efficient output-request packet switch and method
US6473428B1 (en) Multi-threaded, multi-cast switch
US20010048690A1 (en) Non-consecutive data readout scheduler
CN1267418A (en) Networking systems
Sivaram et al. HIPIQS: A high-performance switch architecture using input queuing
US6970466B2 (en) Packet switching apparatus
CN1677982A (en) Individually programmable most significant bits of virtual LAN ID
CN1426666A (en) Method and apparatus for managing packet queues in switches
US7042889B2 (en) Network switch with parallel working of look-up engine and network processor
US7020712B1 (en) Reducing CPU overhead in the forwarding process in an inbound/outbound controller for a router
CN1618215A (en) Method for real time network traffic admission and scheduling
US7424027B2 (en) Head of line blockage avoidance system and method of operation thereof
US7269158B2 (en) Method of operating a crossbar switch
US7158512B1 (en) System and method for scheduling a cross-bar
US6831922B1 (en) Contention priority control circuit
CN1853379A (en) System and method for providing quality of service in asynchronous transfer mode cell transmission
US20030163595A1 (en) Task manager - method of forwarding messages among task blocks
KR100787225B1 (en) Input Buffer Apparatus and Control Method thereof
US20020089981A1 (en) Expandable self-route multi-memory packet switch with a configurable multicast mechanism
US6934295B2 (en) Multi-mode scheduler, apparatus including multi-mode scheduler and multi-mode scheduling method
EP0969631A2 (en) Packet switch system with simplified bus control

Legal Events

Date Code Title Description
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
ASS Succession or assignment of patent right

Owner name: SHENZHEN HAISI SEMICONDUCTOR CO., LTD.

Free format text: FORMER OWNER: HUAWEI TECHNOLOGY CO., LTD.

Effective date: 20081010

C41 Transfer of patent application or patent right or utility model
TR01 Transfer of patent right

Effective date of registration: 20081010

Address after: HUAWEI electric production center, Bantian HUAWEI base, Longgang District, Shenzhen, Guangdong

Patentee after: Haisi Semiconductor Co., Ltd., Shenzhen

Address before: Guangdong Shenzhen science and Technology Park HUAWEI road user service center building intellectual property department

Patentee before: Huawei Technologies Co., Ltd.

CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20040414

Termination date: 20150417

EXPY Termination of patent right or utility model