CN100525248C - Flow control realizing method based on physical layer multiplex - Google Patents
Flow control realizing method based on physical layer multiplex Download PDFInfo
- Publication number
- CN100525248C CN100525248C CNB2006100020373A CN200610002037A CN100525248C CN 100525248 C CN100525248 C CN 100525248C CN B2006100020373 A CNB2006100020373 A CN B2006100020373A CN 200610002037 A CN200610002037 A CN 200610002037A CN 100525248 C CN100525248 C CN 100525248C
- Authority
- CN
- China
- Prior art keywords
- flow control
- label
- physical
- multiplexing
- physical port
- 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
Links
- 238000000034 method Methods 0.000 title claims abstract description 72
- 238000011144 upstream manufacturing Methods 0.000 claims description 7
- 238000012545 processing Methods 0.000 claims description 3
- 238000010586 diagram Methods 0.000 description 4
- 238000013507 mapping Methods 0.000 description 4
- 238000004891 communication Methods 0.000 description 3
- 239000012530 fluid Substances 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
Images
Landscapes
- Data Exchanges In Wide-Area Networks (AREA)
Abstract
本发明公开了一种基于物理层复用的流量控制实现方法,物理层复用包括MAC层转发芯片和多级物理层复用芯片,本发明中流领控制实现方法包括:MAC层转发芯片在其为物理端口生成的流控帧中添加该物理端口的物理端口标签,所述物理端口标签与物理端口一一对应;根据物理端口标签将流控帧下行转发出该物理端口。本发明使得MAC层转发芯片能够针对每个物理端口生成和发送流控帧,实现了基于物理层复用的物理端口流量控制。
The invention discloses a method for implementing flow control based on physical layer multiplexing. The physical layer multiplexing includes a MAC layer forwarding chip and a multi-level physical layer multiplexing chip. The method for implementing flow control in the present invention includes: the MAC layer forwarding chip The physical port label of the physical port is added to the flow control frame generated for the physical port, and the physical port label corresponds to the physical port one by one; the flow control frame is forwarded out of the physical port according to the physical port label. The invention enables the MAC layer forwarding chip to generate and send the flow control frame for each physical port, and realizes the physical port flow control based on the multiplexing of the physical layer.
Description
技术领域 technical field
本发明涉及网络及通信领域的链路层流量控制方法,尤其涉及基于物理层复用的流量控制实现方法。The invention relates to a link layer flow control method in the network and communication fields, in particular to a flow control realization method based on physical layer multiplexing.
背景技术 Background technique
当网络设备的两个物理端口连接的时候,每一个物理端口都从对方接收业务数据帧,并根据所接收业务数据帧的目的地址和业务特征,将对该业务数据帧进行转发和处理。When two physical ports of a network device are connected, each physical port receives a service data frame from the other party, and forwards and processes the service data frame according to the destination address and service characteristics of the received service data frame.
网络设备为每一个物理端口设置了接收队列,用来缓冲该物理端口接收到的业务数据帧。然而,如果对端的发送速率在一段时间内始终高于该物理端口的转发速率,则接收队列溢出后接收的业务数据帧会被丢弃。The network device sets up a receiving queue for each physical port to buffer the service data frames received by the physical port. However, if the sending rate of the peer end is always higher than the forwarding rate of the physical port for a period of time, the service data frames received after the receive queue overflows will be discarded.
链路层流量控制通过流控帧来解决这一问题。当某个物理端口接收队列中的业务数据帧超过流控通知阈值时,网络设备即向对端发送一个具有约定格式的流控通知帧,指示对方暂停发送。以以太网的流控通知帧为例,其格式如下表所示:Link layer flow control solves this problem through flow control frames. When the service data frames in the receiving queue of a certain physical port exceed the flow control notification threshold, the network device sends a flow control notification frame with the agreed format to the peer end, instructing the peer end to suspend sending. Take the Ethernet flow control notification frame as an example, its format is shown in the following table:
上表中,目的MAC地址固定为0x0180c2000001;表中的源MAC地址为该物理端口的MAC地址;类型协议规定为0x8808,长度为2字节;操作码协议规定为0x0001,长度为2字节;流控时间用来告知对端该物理端口所要求的暂停发送时间,长度为2字节;填充字节长度为42字节,将流控帧填充至以太网的最小帧长度64字节,使其能够在以太网上正常发送和接收;校验字节为该流控帧的校验码,长度为4字节。In the above table, the destination MAC address is fixed at 0x0180c2000001; the source MAC address in the table is the MAC address of the physical port; the type protocol is specified as 0x8808, and the length is 2 bytes; the operation code protocol is specified as 0x0001, and the length is 2 bytes; The flow control time is used to inform the peer end of the pause sending time required by the physical port, and the length is 2 bytes; the length of the padding byte is 42 bytes, and the flow control frame is filled to the minimum frame length of 64 bytes of Ethernet, so that It can be sent and received normally on the Ethernet; the check byte is the check code of the flow control frame, and the length is 4 bytes.
当该物理端口接收队列中的业务数据帧低于流控终止阈值时,网络设备即向对端发送流控终止帧,则对端开始发送业务数据帧。以太网的流控终止帧与其流控通知帧格式相同,当其中的流控时间字段为0值时,即为流控终止帧。When the service data frames in the receiving queue of the physical port are lower than the flow control termination threshold, the network device sends a flow control termination frame to the opposite end, and the opposite end starts to send service data frames. The Ethernet flow control termination frame has the same format as its flow control notification frame. When the flow control time field is 0, it is a flow control termination frame.
在具有图1所示结构的网络设备中,交换网芯片与1个以上MAC层转发芯片连接,MAC层转发芯片与具有同样接口速率的标准物理层芯片一一对应,每个标准物理层芯片上有一个物理端口。In the network device with the structure shown in Figure 1, the switching network chip is connected to more than one MAC layer forwarding chip, and the MAC layer forwarding chip is in one-to-one correspondence with the standard physical layer chip with the same interface rate. There is one physical port.
现有技术中,流量控制在MAC层转发芯片中实现,实现方法是每个MAC层转发芯片为其对应的物理端口建立接收队列,并根据前述流控机制将生成的流控帧直接从对应的物理端口发送,以及解读从对应的物理端口接收的流控帧并执行。In the prior art, flow control is implemented in the MAC layer forwarding chip. The implementation method is that each MAC layer forwarding chip establishes a receiving queue for its corresponding physical port, and according to the aforementioned flow control mechanism, the generated flow control frame is directly sent from the corresponding The physical port sends, and interprets and executes the flow control frame received from the corresponding physical port.
本申请人在申请号为200510109234.0的中国专利申请中公开了一种基于物理层复用的网络接入设备,其结构示意图请参见图2,交换网芯片与MAC层转发芯片连接,MAC层转发芯片连接一个以上的物理层复用芯片,每个物理层复用芯片上有多个物理端口,物理层复用芯片将多个低速物理端口的业务汇聚到与MAC层转发芯片连接的高速接口上,由MAC层转发芯片对每个低速物理端口接收的业务数据帧进行转发。The applicant disclosed a network access device based on physical layer multiplexing in the Chinese patent application with application number 200510109234.0. Please refer to Figure 2 for a schematic diagram of its structure. The switching network chip is connected to the MAC layer forwarding chip, and the MAC layer forwarding chip Connect more than one physical layer multiplexing chip. Each physical layer multiplexing chip has multiple physical ports. The physical layer multiplexing chip aggregates the services of multiple low-speed physical ports to the high-speed interface connected to the MAC layer forwarding chip. The service data frames received by each low-speed physical port are forwarded by the MAC layer forwarding chip.
可见,由于基于物理层复用的网络设备中一个MAC层转发芯片对应于多个物理端口,按照协议标准生成的流控帧具有相同的目的MAC地址,无法由MAC层转发芯片到达对应的物理端口,同时MAC层转发芯片也无法得知其接收的流控帧对应于哪个物理端口。It can be seen that since one MAC layer forwarding chip in a network device based on physical layer multiplexing corresponds to multiple physical ports, the flow control frames generated according to the protocol standard have the same destination MAC address, and the MAC layer forwarding chip cannot reach the corresponding physical port. , and at the same time, the MAC layer forwarding chip cannot know which physical port the flow control frame it receives corresponds to.
发明内容 Contents of the invention
本发明的目的是提供一种流量控制实现方法,能够解决物理层复用后MAC层转发芯片针对各个物理端口进行流量控制的问题。The purpose of the present invention is to provide a flow control implementation method, which can solve the problem that the MAC layer forwarding chip performs flow control on each physical port after the physical layer is multiplexed.
本发明中的物理层复用包括媒介接入控制MAC层转发芯片与n级物理层复用芯片,n为大于等于1的整数,在MAC层转发芯片和各级物理层复用芯片上建立该芯片的下行接口与该下行接口所连接物理端口的物理端口标签的对应关系;本发明所述基于物理层复用的流量控制实现方法包括以下步骤:The physical layer multiplexing in the present invention includes media access control MAC layer forwarding chips and n-level physical layer multiplexing chips, n is an integer greater than or equal to 1, and the MAC layer forwarding chips and physical layer multiplexing chips at all levels are set up. The corresponding relationship between the downlink interface of the chip and the physical port label of the physical port connected to the downlink interface; the flow control implementation method based on physical layer multiplexing of the present invention comprises the following steps:
MAC层转发芯片在为物理端口生成的流控帧中添加该物理端口的物理端口标签,所述物理端口标签与物理端口一一对应;The MAC layer forwarding chip adds the physical port label of the physical port in the flow control frame generated for the physical port, and the physical port label corresponds to the physical port one by one;
根据物理端口标签将流控帧下行转发出该物理端口。According to the physical port label, the flow control frame is forwarded out of the physical port.
可选地,所述方法还包括:所述根据物理端口标签将流控帧下行转发具体为:Optionally, the method further includes: the downlink forwarding of the flow control frame according to the physical port label is specifically:
MAC层转发芯片将流控帧转发至与其物理端口标签对应的下行接口;The MAC layer forwarding chip forwards the flow control frame to the downlink interface corresponding to its physical port label;
各级物理层复用芯片将流控帧转发至其物理端口标签对应的下行接口,直至该物理端口标签对应的物理端口;The physical layer multiplexing chips at all levels forward the flow control frame to the downlink interface corresponding to the physical port label until the physical port corresponding to the physical port label;
所述方法在将流控帧转发出物理端口前还包括:剥除流控帧中的物理端口标签。Before forwarding the flow control frame out of the physical port, the method further includes: stripping the physical port label in the flow control frame.
优选地,所述物理端口标签包括MAC接口标签、第1级复用标签至第n级复用标签,其中MAC接口标签为与该物理端口连接的MAC层转发芯片的下行接口标签;第k级复用标签为与该物理端口连接的第k级物理层复用芯片的下行接口标签,其中,k≥1,且,k≤n;Preferably, the physical port label includes a MAC interface label, a level 1 multiplexing label to an nth level multiplexing label, wherein the MAC interface label is the downlink interface label of the MAC layer forwarding chip connected to the physical port; the kth level The multiplexing label is the downlink interface label of the kth-level physical layer multiplexing chip connected to the physical port, where k≥1, and k≤n;
所述根据物理端口标签将流控帧下行转发出物理端口具体为:According to the physical port label, the downlink forwarding of the flow control frame out of the physical port is specifically:
MAC层转发芯片剥除该流控帧中的MAC接口标签,并将该流控帧转发出该MAC接口标签对应的下行接口;The MAC layer forwarding chip strips off the MAC interface label in the flow control frame, and forwards the flow control frame to the downlink interface corresponding to the MAC interface label;
每级物理层复用芯片剥除该流控帧中第k级复用标签,并将该流控帧转发出该第k级复用标签对应的下行接口,直至转发出物理接口;k为该物理层复用芯片所在的复用级。Each level of physical layer multiplexing chip strips off the kth level multiplexing label in the flow control frame, and forwards the flow control frame to the downlink interface corresponding to the kth level multiplexing label until the physical interface is forwarded; k is the The multiplexing level where the physical layer multiplexing chip is located.
优选地,所述MAC接口标签和第1级复用标签至第n级复用标签按MAC层接口芯片和第1级至第n级物理层复用芯片的连接顺序排列。Preferably, the MAC interface label and the first-level multiplexing label to the n-th level multiplexing label are arranged according to the connection sequence of the MAC layer interface chip and the first-level to n-th level physical layer multiplexing chips.
优选地,所述方法还包括:MAC层转发芯片和各级物理层复用芯片以高于业务数据帧的优先级转发和处理流控帧。Preferably, the method further includes: MAC layer forwarding chips and physical layer multiplexing chips at all levels forward and process flow control frames with priority higher than service data frames.
优选地,所述方法还包括:将接收的流控帧上行转发至MAC层转发芯片,并为该流控帧添加其物理入端口的物理端口标签。Preferably, the method further includes: upstream forwarding the received flow control frame to the MAC layer forwarding chip, and adding a physical port label of its physical ingress port to the flow control frame.
本发明提供的另一种基于物理层复用的流量控制实现方法,所述物理层复用包括媒介接入控制MAC层转发芯片与n级物理层复用芯片,n为大于等于1的整数,在MAC层转发芯片和各级物理层复用芯片上建立该芯片的下行接口与该下行接口所连接物理端口的物理端口标签的对应关系;所述方法包括以下步骤:Another flow control implementation method based on physical layer multiplexing provided by the present invention, the physical layer multiplexing includes a media access control MAC layer forwarding chip and an n-level physical layer multiplexing chip, n is an integer greater than or equal to 1, Establish the corresponding relationship between the downlink interface of the chip and the physical port label of the physical port connected to the downlink interface on the MAC layer forwarding chip and all levels of physical layer multiplexing chips; the method may further comprise the steps:
从物理端口接收流控帧;Receive flow control frames from physical ports;
将接收的流控帧上行转发至MAC层转发芯片,并为该流控帧添加其物理入端口的物理端口标签,所述物理端口标签与物理端口一一对应。The received flow control frame is forwarded up to the MAC layer forwarding chip, and the physical port label of the physical ingress port is added to the flow control frame, and the physical port label corresponds to the physical port one by one.
可选地,所述为接收的流控帧添加物理端口标签并将其转发至MAC层转发芯片具体为:Optionally, adding a physical port label to the received flow control frame and forwarding it to the MAC layer forwarding chip is specifically:
最下级物理层复用芯片为流控帧添加其物理入端口对应的物理端口标签;The lowest-level physical layer multiplexing chip adds a physical port label corresponding to its physical ingress port to the flow control frame;
将添加了物理端口标签的流控帧上行转发至MAC层转发芯片。Forward the flow control frame with the physical port label up to the MAC layer forwarding chip.
优选地,所述物理端口标签包括MAC接口标签、第1级复用标签至第n级复用标签,其中MAC接口标签为与该物理端口连接的MAC层转发芯片的下行接口标签;第k级复用标签为与该物理端口连接的第k级物理层复用芯片的下行接口标签,其中,k≥1,且,k≤n;Preferably, the physical port label includes a MAC interface label, a level 1 multiplexing label to an nth level multiplexing label, wherein the MAC interface label is the downlink interface label of the MAC layer forwarding chip connected to the physical port; the kth level The multiplexing label is the downlink interface label of the kth-level physical layer multiplexing chip connected to the physical port, where k≥1, and k≤n;
所述为接收的流控帧添加物理端口标签并将其转发至MAC层转发芯片具体为:Adding a physical port label to the received flow control frame and forwarding it to the MAC layer forwarding chip is specifically:
每级物理层复用芯片为该流控帧添加接收该流控帧的下行接口的下行接口标签,作为该流控帧的第k级复用标签,并上行转发该流控帧;k为该物理层复用芯片所在的复用级;Each level of physical layer multiplexing chip adds the downlink interface label of the downlink interface receiving the flow control frame to the flow control frame as the kth level multiplexing label of the flow control frame, and forwards the flow control frame upstream; k is the flow control frame The multiplexing level where the physical layer multiplexing chip is located;
MAC层转发芯片为该流控帧添加接收该流控帧的下行接口的下行接口标签,作为该流控帧的MAC接口标签。The MAC layer forwarding chip adds the downlink interface label of the downlink interface receiving the flow control frame to the flow control frame as the MAC interface label of the flow control frame.
优选地,所述MAC接口标签和第1级复用标签至第n级复用标签按MAC层接口芯片和第1级至第n级物理层复用芯片的连接顺序排列。Preferably, the MAC interface label and the first-level multiplexing label to the n-th level multiplexing label are arranged according to the connection sequence of the MAC layer interface chip and the first-level to n-th level physical layer multiplexing chips.
优选地,所述方法还包括:MAC层转发芯片和各级物理层复用芯片以高于业务数据帧的优先级转发和处理流控帧。Preferably, the method further includes: MAC layer forwarding chips and physical layer multiplexing chips at all levels forward and process flow control frames with priority higher than service data frames.
本发明通过在流控帧中添加与物理端口对应的物理端口标签,由MAC层转发芯片和各级物理层复用芯片根据物理端口标签将流控帧转发出对应的物理端口,从而使得MAC层转发芯片能够针对每个物理端口生成和发送流控帧,实现了基于物理层复用的物理端口流量控制。In the present invention, by adding the physical port label corresponding to the physical port in the flow control frame, the MAC layer forwarding chip and the physical layer multiplexing chips at all levels forward the flow control frame to the corresponding physical port according to the physical port label, so that the MAC layer The forwarding chip can generate and send flow control frames for each physical port, realizing physical port flow control based on physical layer multiplexing.
附图说明 Description of drawings
图1为现有流量控制实现方法支持的网络设备结构示意图;FIG. 1 is a schematic structural diagram of a network device supported by an existing flow control implementation method;
图2为基于物理层复用的网络设备的结构示意图;FIG. 2 is a schematic structural diagram of a network device based on physical layer multiplexing;
图3为本发明应用环境的结构示例图;Fig. 3 is a structural example diagram of the application environment of the present invention;
图4为本发明所述实现流量控制的方法的流程图;Fig. 4 is the flow chart of the method for realizing flow control described in the present invention;
图5为本发明中流控帧收发过程实施例一的流程图;FIG. 5 is a flow chart of Embodiment 1 of the flow control frame sending and receiving process in the present invention;
图6为本发明中流控帧收发过程实施例二的流程图。FIG. 6 is a flowchart of Embodiment 2 of the flow control frame sending and receiving process in the present invention.
具体实施方式 Detailed ways
基于物理层复用的网络设备可以采用多级物理层复用芯片级联的结构。以3级级联为例,其结构如图3所示。一个MAC层转发芯片的下行接口连接至多个第1级物理层复用芯片,每个第1级物理层复用芯片的下行接口连接至多个第2级物理层复用芯片,每个第2级物理层复用芯片的下行接口连接至多个第3级物理层复用芯片,第3级物理层复用芯片的下行接口为多个物理端口。不失一般性,设本发明应用于具有n级物理层复用芯片级联的结构,其中n为大于等于1的整数,复用级为k的物理层复用芯片为MAC层转发芯片下行连接的第k级物理层复用芯片,第n级物理层复用芯片的下行接口为物理端口。Network equipment based on physical layer multiplexing can adopt a cascaded structure of multi-level physical layer multiplexing chips. Taking the 3-level cascading as an example, its structure is shown in Figure 3. The downlink interface of a MAC layer forwarding chip is connected to multiple first-level physical layer multiplexing chips, and the downlink interface of each first-level physical layer multiplexing chip is connected to multiple second-level physical layer multiplexing chips. The downlink interface of the physical layer multiplexing chip is connected to multiple third-level physical layer multiplexing chips, and the downlink interface of the third-level physical layer multiplexing chip is a plurality of physical ports. Without loss of generality, assume that the present invention is applied to a cascaded structure with n-level physical layer multiplexing chips, wherein n is an integer greater than or equal to 1, and the physical layer multiplexing chip whose multiplexing level is k is the downlink connection of the MAC layer forwarding chip The physical layer multiplexing chip of the kth level, and the downlink interface of the physical layer multiplexing chip of the nth level is a physical port.
按照OSI(Open System Interconnection,开放系统互连)的七层协议模型,对物理层的流量控制在链路层实现。因而在本发明中,MAC层转发芯片应当监控其下连的所有物理端口的接收队列,并在某个物理端口需要进行流量控制时为其生成流控帧。为了使流控帧能够从该物理端口发送到与其进行数据业务帧通信的对端,以达到进行流量控制的目的,MAC层转发芯片及其下连的各级物理层复用芯片在下行转发过程中需要判断出生成流控帧的正确转发路径,使其能够到达对应的物理端口。According to the seven-layer protocol model of OSI (Open System Interconnection, Open System Interconnection), the flow control of the physical layer is implemented at the link layer. Therefore, in the present invention, the MAC layer forwarding chip should monitor the receiving queues of all the physical ports connected to it, and generate a flow control frame for a certain physical port when flow control is required. In order to enable the flow control frame to be sent from the physical port to the opposite end of the data service frame communication with it, so as to achieve the purpose of flow control, the MAC layer forwarding chip and its downstream physical layer multiplexing chips are in the process of downlink forwarding It is necessary to determine the correct forwarding path for the generated flow control frame so that it can reach the corresponding physical port.
同样在某个物理端口接收到流控帧后,在由物理层复用芯片逐级上行转发至MAC层转发芯片后,MAC层转发芯片需要识别出该流控帧来自哪个物理端口,以对该物理端口进行流量控制。Similarly, after a physical port receives a flow control frame, after the physical layer multiplexing chip forwards it to the MAC layer forwarding chip step by step, the MAC layer forwarding chip needs to identify which physical port the flow control frame comes from, so as to Physical port for flow control.
本发明中通过在流控帧中添加物理端口标签来标识与其关联的物理端口,因而一个MAC层转发芯片下连的所有物理端口应具有不同的物理端口标签,且物理端口与物理端口标签一一对应。In the present invention, mark the physical port associated with it by adding the physical port label in the flow control frame, thus all physical ports connected under a MAC layer forwarding chip should have different physical port labels, and the physical port and the physical port label are one by one correspond.
本发明中基于物理层复用的流量控制实现方法的流程如图4所示。在步骤S410,MAC层转发芯片为每个物理端口建立接收队列。The flow of the flow control implementation method based on physical layer multiplexing in the present invention is shown in FIG. 4 . In step S410, the MAC layer forwarding chip establishes a receiving queue for each physical port.
在步骤S420,当某个物理端口接收队列中业务数据帧所占用的存储空间,即接收队列的长度超过预定的流控通知阈值时,MAC层转发芯片为该物理端口生成流控通知帧。In step S420, when the storage space occupied by the service data frames in the receiving queue of a certain physical port, that is, the length of the receiving queue exceeds a predetermined flow control notification threshold, the MAC layer forwarding chip generates a flow control notification frame for the physical port.
与现有技术中相同,MAC层转发芯片根据采用的通信协议生成流控通知帧,例如在以太网中,以0x0180c2000001为流控通知帧的目的MAC地址,以该物理端口的MAC地址为流控通知帧的源MAC地址。Same as in the prior art, the MAC layer forwarding chip generates a flow control notification frame according to the adopted communication protocol. For example, in Ethernet, 0x0180c2000001 is used as the destination MAC address of the flow control notification frame, and the MAC address of the physical port is used as the flow control notification frame. Indicates the source MAC address of the notification frame.
可以设置多个流控通知阈值,对应于流控通知帧中不同的流控时间。Multiple flow control notification thresholds can be set, corresponding to different flow control times in the flow control notification frame.
在步骤S430,当发出流控通知帧的物理端口接收队列的长度低于预定的流控终止阈值时,MAC层转发芯片为该物理端口生成流控终止帧。In step S430, when the length of the receiving queue of the physical port sending the flow control notification frame is lower than the predetermined flow control termination threshold, the MAC layer forwarding chip generates a flow control termination frame for the physical port.
如果在流控通知帧中指定了流控时间,则本步骤可以省略。If the flow control time is specified in the flow control notification frame, this step can be omitted.
在步骤S440,MAC层转发芯片在其生成的流控帧中添加该物理端口的物理端口标识。如前所述,每个物理端口的物理端口标识在MAC层转发芯片所连接的所有物理端口中具有唯一性。In step S440, the MAC layer forwarding chip adds the physical port identifier of the physical port to the flow control frame generated by it. As mentioned above, the physical port identifier of each physical port is unique among all the physical ports connected to the MAC layer forwarding chip.
在步骤S450,MAC层转发芯片和各级物理层复用芯片根据流控帧中的物理端口标识,将流控帧逐级转发出该物理端口。本步骤为流控帧的下行转发过程。In step S450, the MAC layer forwarding chip and the physical layer multiplexing chips at all levels forward the flow control frame out of the physical port step by step according to the physical port identifier in the flow control frame. This step is the downlink forwarding process of the flow control frame.
在步骤S460,当某个物理端口接收到流控帧时,将该流控帧上行转发至MAC层转发芯片,并在转发过程中添加该流控帧的物理入端口的物理端口标签。本步骤为流控帧的上行转发过程。In step S460, when a certain physical port receives the flow control frame, forward the flow control frame upstream to the MAC layer forwarding chip, and add the physical port label of the physical ingress port of the flow control frame during the forwarding process. This step is the upstream forwarding process of the flow control frame.
在步骤S470,MAC层转发芯片在接收到流控帧后,从该流控帧中的物理端口标签得知需要进行流量控制的物理端口,再按照流控帧中的指令对该物理端口进行相应的流量控制操作。In step S470, after the MAC layer forwarding chip receives the flow control frame, it learns the physical port that needs flow control from the physical port label in the flow control frame, and then performs corresponding processing on the physical port according to the instruction in the flow control frame. flow control operation.
为了具有更好的流量控制效果,可以使MAC层转发芯片和各级物理层复用芯片在上行和下行方向均以高于业务数据帧的优先级对流控帧进行转发和处理。物理层复用芯片内部为上行接口设置有缓冲队列,可以为流控帧设置专用缓冲队列,使专用缓冲队列的调度优先级高于业务数据帧使用的缓冲队列,则可实现流控帧的优先转发。In order to have a better flow control effect, the MAC layer forwarding chip and the physical layer multiplexing chips at all levels can forward and process the flow control frame with a higher priority than the service data frame in the uplink and downlink directions. The physical layer multiplexing chip has a buffer queue for the uplink interface, and a dedicated buffer queue can be set for the flow control frame, so that the scheduling priority of the dedicated buffer queue is higher than the buffer queue used by the business data frame, and the priority of the flow control frame can be realized. Forward.
在这种情况下,MAC层转发芯片和各级物理层复用芯片都需要首先将流控帧和业务数据帧区别开来,区分流控帧与业务数据帧的方法根据所采用的协议确定。以以太网为例,可以通过两个特征来区分流控帧与业务数据帧,其一是流控帧的目的MAC地址固定为0x0180c2000001;其二是流控帧的类型为0x8808。In this case, both the MAC layer forwarding chip and the physical layer multiplexing chips at all levels need to distinguish the flow control frame from the service data frame first, and the method of distinguishing the flow control frame from the service data frame is determined according to the adopted protocol. Taking Ethernet as an example, two characteristics can be used to distinguish flow control frames from service data frames. One is that the destination MAC address of the flow control frame is fixed at 0x0180c2000001; the other is that the type of the flow control frame is 0x8808.
本发明中采用与现有技术相同的方法生成流控帧、解读和执行所接收流控帧的指令,以实现与现有技术的兼容。In the present invention, the same method as the prior art is used to generate the flow control frame, interpret and execute the instructions of the received flow control frame, so as to realize the compatibility with the prior art.
步骤S410至步骤S450为生成流控帧对对端进行流控的过程,而步骤S460至步骤S470是接收对端的流控帧并对相应的物理端口进行流控的过程,这两个过程可以单独应用于流量控制方法中,也可结合应用于流量控制方法中。Steps S410 to S450 are the process of generating a flow control frame to control the flow of the opposite end, while steps S460 to S470 are the process of receiving the flow control frame of the opposite end and performing flow control on the corresponding physical port. These two processes can be performed independently It is applied in the flow control method, and can also be used in combination in the flow control method.
当采用不同的物理端口标签设置方式时,流控帧的上行转发和下行转发过程也随之不同。以下提供两种流控帧收发过程的实施例来进行说明。When different physical port label setting methods are used, the uplink forwarding and downlink forwarding processes of flow control frames are also different. Two examples of flow control frame sending and receiving processes are provided below for illustration.
在流控帧收发过程的实施例一中,物理端口标签在流控帧的收发过程中始终保持不变,实施例一的流程如图5所示。In the first embodiment of the flow control frame sending and receiving process, the physical port label remains unchanged during the flow control frame sending and receiving process. The flow of the first embodiment is shown in FIG. 5 .
在步骤S510,为所有物理端口设置与其具有一一对应关系的物理端口标签。由于在上行接收和下行发送过程中都要使用物理端口标签,因而需要在MAC层转发芯片上设置每个物理端口与其物理端口标签的对应关系,并且在最下级物理层复用芯片的每个物理端口上设置该物理端口的物理端口标签。In step S510, set physical port labels having a one-to-one correspondence with all physical ports. Since physical port labels are used in both uplink receiving and downlink sending, it is necessary to set the corresponding relationship between each physical port and its physical port label on the MAC layer forwarding chip, and multiplex each physical port label of the chip at the lowest physical layer. Set the physical port label of the physical port on the port.
在步骤S520,在MAC层转发芯片上建立其下行接口与通过该下行接口连接到MAC层转发芯片上的物理端口的物理端口标签的对应关系。MAC层转发芯片的下行接口为其连接第1级物理层复用芯片的接口。In step S520, a corresponding relationship between its downlink interface and the physical port label of the physical port connected to the MAC layer forwarding chip through the downlink interface is established on the MAC layer forwarding chip. The downlink interface of the MAC layer forwarding chip is the interface connected to the first-level physical layer multiplexing chip.
上述对应关系将所有的物理端口标签映射到MAC层转发芯片的所有下行接口上。在建立这样的映射关系后,MAC层转发芯片由一个物理端口的物理端口标签即可知道对一个以该物理端口为出端口的流控帧,应当从哪个下行接口将该流控帧转发至第1级物理层复用芯片。The above corresponding relationship maps all physical port labels to all downlink interfaces of the MAC layer forwarding chip. After establishing such a mapping relationship, the MAC layer forwarding chip can know from which downlink interface a flow control frame with the physical port as the outgoing port should be forwarded from the physical port label of the physical port. Level 1 physical layer multiplexing chip.
在步骤S530,在各个物理层复用芯片上建立其下行接口与通过该下行接口连接到该物理层复用芯片上的物理端口的物理端口标签的对应关系。第k级物理层复用芯片的下行接口为其连接第(k+1)级物理层复用芯片的接口,其中k为大于等于1,小于n的整数。In step S530, the corresponding relationship between its downlink interface and the physical port label connected to the physical port on the physical layer multiplexing chip through the downlink interface is established on each physical layer multiplexing chip. The downlink interface of the kth physical layer multiplexing chip is an interface connected to the (k+1)th physical layer multiplexing chip, where k is an integer greater than or equal to 1 and less than n.
与步骤S520中类似,上述对应关系将所有的物理端口标签映射到每级物理层复用芯片的所有下行接口上。而在每个物理层复用芯片上,只保留该物理层复用芯片下连的部分物理端口的物理端口标识与其下行接口的映射关系。对最下级物理层复用芯片,该映射关系即为其物理端口与其物理端口标识的对应关系。在建立这样的映射关系后,每个物理层复用芯片由下行流控帧中的物理端口标签即可知道应当将该流控帧转发至哪个下行接口。Similar to step S520, the above correspondence maps all physical port labels to all downlink interfaces of each level of physical layer multiplexing chips. On each physical layer multiplexing chip, only the mapping relationship between the physical port identifiers of some physical ports connected to the physical layer multiplexing chip and its downlink interface is reserved. For the lowest-level physical layer multiplexing chip, the mapping relationship is the corresponding relationship between its physical ports and their physical port identifiers. After establishing such a mapping relationship, each physical layer multiplexing chip can know which downlink interface the flow control frame should be forwarded to from the physical port label in the downlink flow control frame.
在步骤S540,当MAC层转发芯片为某个物理端口生成流控帧,并在该流控帧中添加了该物理端口的物理端口标签后,MAC层转发芯片根据在步骤S520中建立的对应关系,将该流控帧从与其中的物理端口标签对应的下行接口转发至第1级物理层复用芯片。In step S540, when the MAC layer forwarding chip generates a flow control frame for a certain physical port, and adds the physical port label of the physical port in the flow control frame, the MAC layer forwarding chip according to the corresponding relationship established in step S520 , and forward the flow control frame from the downlink interface corresponding to the physical port label therein to the first-level physical layer multiplexing chip.
在步骤S550,各级物理层复用芯片对下行转发的流控帧,根据在步骤S530中建立的对应关系,将该流控帧转发至与其中的物理端口标签对应的下行接口,直至转发至最下级物理层复用芯片的物理端口。In step S550, the physical layer multiplexing chips at all levels forward the flow control frame forwarded downlink, according to the corresponding relationship established in step S530, forward the flow control frame to the downlink interface corresponding to the physical port label therein, until forwarded to The lowest physical layer multiplexes the physical port of the chip.
在步骤S560,剥除下行流控帧中的物理端口标签。In step S560, the physical port label in the downstream flow control frame is stripped.
在步骤S570,将流控帧转发出该物理端口。这样,从基于物理层复用的网络设备中发出的流控帧符合所采用的协议标准,能够被其他采用同样协议的设备正常识别和执行。In step S570, the flow control frame is forwarded out of the physical port. In this way, the flow control frame sent from the network device based on physical layer multiplexing conforms to the adopted protocol standard, and can be normally recognized and executed by other devices using the same protocol.
在步骤S580,当最下级物理层复用芯片的物理端口接收到流控帧后,在该流控帧中添加其物理入端口的物理端口标签。In step S580, after receiving the flow control frame, the physical port of the lowest-level physical layer multiplexing chip adds the physical port label of its physical ingress port to the flow control frame.
在步骤S590,由最下级物理层复用芯片开始,添加了物理端口标签的流控帧被逐级上行转发至MAC层转发芯片。In step S590, starting from the lowest-level physical layer multiplexing chip, the flow control frame added with the physical port label is forwarded up to the MAC layer forwarding chip step by step.
当MAC层转发芯片接收到该流控帧后,根据流控帧中的物理端口标签,即可得知该流控帧来源于哪个物理端口,即应根据该流控帧对哪个物理端口的流量进行控制。When the MAC layer forwarding chip receives the flow control frame, according to the physical port label in the flow control frame, it can know which physical port the flow control frame originates from, that is, which physical port the traffic of the flow control frame should be sent to Take control.
本实施例的流程只涉及流控帧的转发,在与图4的流量控制实现方法流程相结合时,对生成并发送流控帧的过程,步骤S510至步骤S530应在步骤S420之前进行,而步骤S540至步骤S570为流控帧的下行转发过程,对应于步骤S450;对接收流控帧并进行流控的过程,步骤S510至步骤S530应在步骤S460之前进行,而步骤S580至步骤S590为流控帧的上行转发过程,对应于步骤S460。The flow of this embodiment only involves the forwarding of the flow control frame. When combined with the flow control implementation method flow of FIG. 4, for the process of generating and sending the flow control frame, steps S510 to S530 should be performed before step S420, Steps S540 to S570 are the downlink forwarding process of the flow control frame, corresponding to step S450; for the process of receiving the flow control frame and performing flow control, steps S510 to S530 should be performed before step S460, and steps S580 to S590 are The uplink forwarding process of the flow control frame corresponds to step S460.
在流控帧收发过程的实施例二中,物理端口标签由多个部分组成,其中包括MAC接口标签、第1级复用标签直至第n级复用标签,分别对应于MAC层转发芯片发送流控帧至该物理端口的过程中流控帧所需经过的每个下行接口在其所在芯片上的下行接口标签。实施例二的流程如图6所示。In the second embodiment of the flow control frame sending and receiving process, the physical port label is composed of multiple parts, including the MAC interface label, the first level multiplexing label until the nth level multiplexing label, corresponding to the MAC layer forwarding chip sending flow The downlink interface label of each downlink interface that the flow control frame needs to pass through in the process of controlling the frame to the physical port on the chip where it is located. The process of Embodiment 2 is shown in FIG. 6 .
在步骤S610,在MAC层转发芯片上建立其下行接口与其下行接口标签的一一对应关系。MAC层转发芯片的下行接口标签在MAC层转发芯片的所有下行接口中具有唯一性。In step S610, a one-to-one correspondence between its downlink interface and its downlink interface label is established on the MAC layer forwarding chip. The downlink interface label of the MAC layer forwarding chip is unique among all downlink interfaces of the MAC layer forwarding chip.
在步骤S620,在每个物理层复用芯片上建立其下行接口与其下行接口标签的一一对应关系。类似地,每个物理层复用芯片的下行接口标签在该物理层复用芯片的所有下行接口中具有唯一性。最下级物理层复用芯片的下行接口即为物理端口。In step S620, a one-to-one correspondence between its downlink interface and its downlink interface label is established on each physical layer multiplexing chip. Similarly, the downlink interface label of each physical layer multiplexing chip is unique among all the downlink interfaces of the physical layer multiplexing chip. The downlink interface of the lowest-level physical layer multiplexing chip is the physical port.
换言之,在步骤S610和步骤S620中的下行接口标签只在其下行接口所在的芯片上是唯一的,而任意两个芯片上的下行接口标签可以是相同的。这样,任意两个物理端口的MAC接口标签和第1级至第n级复用标签中至少有一个是不同的,因而可以确保MAC层转发芯片连接的所有物理端口的物理端口标签是互不相同的。In other words, the downlink interface labels in step S610 and step S620 are unique only on the chip where the downlink interface is located, and the downlink interface labels on any two chips may be the same. In this way, at least one of the MAC interface labels of any two physical ports and the multiplexing labels from level 1 to level n is different, thus ensuring that the physical port labels of all physical ports connected to the MAC layer forwarding chip are different from each other of.
在步骤S630,当MAC层转发芯片为某个物理端口生成流控帧,并在该流控帧中添加了该物理端口的物理端口标签后,MAC层转发芯片剥除该流控帧中物理端口标签中的MAC接口标签,并将剥除MAC接口标签后的流控帧转发出以该MAC接口标签为下行接口标签的下行接口。In step S630, when the MAC layer forwarding chip generates a flow control frame for a certain physical port, and adds the physical port label of the physical port in the flow control frame, the MAC layer forwarding chip strips the physical port in the flow control frame MAC interface label in the label, and forward the flow control frame after the MAC interface label is stripped to the downlink interface with the MAC interface label as the downlink interface label.
在步骤S640,每级接收到下行流控帧的物理层复用芯片,剥除该流控帧中剩余部分物理端口标签中第k级复用标签,并将剥除第k级复用标签后的流控帧转发出以该第k级复用标签为下行接口标签的下行接口,直至转发出最下级物理层复用芯片的物理端口;其中k为该物理层复用芯片的复用级。In step S640, the physical layer multiplexing chip that receives the downstream flow control frame at each level strips off the kth level multiplexing label in the remaining part of the physical port label in the flow control frame, and strips off the kth level multiplexing label The flow control frame is forwarded to the downlink interface with the kth level multiplexing label as the downlink interface label, until it is forwarded to the physical port of the lowest-level physical layer multiplexing chip; where k is the multiplexing level of the physical layer multiplexing chip.
在步骤S650,对接收的流控帧,每级物理层复用芯片在该流控帧中添加接收该流控帧的下行接口在该物理层复用芯片上的下行接口标签,作为该流控帧的第k级复用标签,并将添加第k级复用标签后的流控帧上行转发;其中k为该物理层复用芯片的复用级。In step S650, for the received flow control frame, each level of physical layer multiplexing chip adds the downlink interface label on the physical layer multiplexing chip of the downlink interface receiving the flow control frame to the flow control frame as the flow control frame. The kth level multiplexing label of the frame, and forwards the flow control frame after adding the kth level multiplexing label; where k is the multiplexing level of the physical layer multiplexing chip.
在步骤S660,当MAC层转发芯片接收到第1级物理层复用芯片转发的上行流控帧后,在该流控帧中添加接收该流控帧的下行接口在MAC层转发芯片上的下行接口标签,作为该流控帧的MAC接口标签。In step S660, after the MAC layer forwarding chip receives the uplink flow control frame forwarded by the first-level physical layer multiplexing chip, add the downlink link on the MAC layer forwarding chip of the downlink interface receiving the flow control frame to the flow control frame Interface label, as the MAC interface label of the flow control frame.
这样,MAC层转发芯片根据流控帧中完整的物理端口标签,即可得知该流控帧来源于哪个物理端口,即应根据该流控帧对哪个物理端口的流量进行控制。In this way, the MAC layer forwarding chip can know which physical port the flow control frame comes from according to the complete physical port label in the flow control frame, that is, which physical port should control the traffic according to the flow control frame.
与实施例一中相同,本实施例的流程只涉及流控帧的转发,在与图4的流量控制实现方法流程相结合时,对生成并发送流控帧的过程,步骤S610至步骤S620应在步骤S420之前进行,而步骤S630至步骤S640为流控帧的下行转发过程,对应于步骤S450;对生成并发送流控帧的过程,步骤S610至步骤S620应在步骤S460之前进行,而步骤S650至步骤S660为流控帧的上行转发过程,对应于步骤S460。Same as in Embodiment 1, the flow of this embodiment only involves the forwarding of the flow control frame. When combined with the flow control implementation method flow in FIG. 4 , for the process of generating and sending the flow control frame, steps S610 to S620 should Carry out before step S420, and step S630 to step S640 are the downstream forwarding process of flow control frame, corresponding to step S450; To the process of generating and sending flow control frame, step S610 to step S620 should be carried out before step S460, and step S650 to step S660 are the upstream forwarding process of the flow control frame, corresponding to step S460.
可见,本实施例中,在生成流控帧的下行转发开始前,由MAC层转发芯片根据进行流量控制的物理端口添加的物理端口标签是完整的,随着该流控帧的逐级下行转发,每级转发所经过的芯片剥除掉与该级转发相关的部分物理端口标签,至转发出物理端口前剥除全部的物理端口标签;而接收流控帧的上行逐级转发过程则相反,每个转发所经过的芯片根据其入接口在流控帧中添加与该级转发相关的部分物理端口标签,至MAC层转发芯片后由其最后添加MAC接口标签后形成完整的物理端口标签,MAC层转发芯片可据以得知需要进行流量控制的物理端口。It can be seen that in this embodiment, before the downlink forwarding of the generated flow control frame begins, the physical port label added by the MAC layer forwarding chip according to the physical port for flow control is complete. , the chip that each level of forwarding passes through strips off some of the physical port labels related to the level of forwarding, and strips off all the physical port labels before forwarding the physical port; while the upstream forwarding process of receiving flow control frames is reversed, Each forwarding chip adds a part of the physical port label related to the level of forwarding in the flow control frame according to its incoming interface. After the forwarding chip at the MAC layer, it adds the MAC interface label at the end to form a complete physical port label. Based on this, the layer forwarding chip can know the physical port that needs to be controlled by flow.
对MAC层转发芯片和各级物理层复用芯片,与其对应的MAC接口标签和该级复用标签应在到达该级芯片的流控帧中处于固定的位置,以使该级芯片能够识别。方便起见,可以将MAC接口标签、第1级至第n级复用标签按MAC层接口芯片和第1级至第n级物理层复用芯片的连接顺序排列。For MAC layer forwarding chips and physical layer multiplexing chips at all levels, the corresponding MAC interface label and multiplexing label of this level should be in a fixed position in the flow control frame arriving at this level of chip, so that this level of chip can be identified. For convenience, the MAC interface label and the first-level to n-level multiplexing labels can be arranged in the order of connection of the MAC layer interface chip and the first-level to n-level physical layer multiplexing chip.
在本发明中,物理端口标签在流控帧中的位置可以由用户设定。例如,可以将物理端口标签添加在流控帧的帧头前,对有VLAN(Virtual Local AreaNetwork,虚拟局域网)标签的流控帧,还可以添加在VLAN域中。In the present invention, the position of the physical port label in the flow control frame can be set by the user. For example, the physical port label can be added before the frame header of the flow control frame, and the flow control frame with a VLAN (Virtual Local Area Network, virtual local area network) label can also be added in the VLAN domain.
本发明通过在流控帧中添加与物理端口对应的物理端口标签,向MAC层转发芯片和各级物理层复用芯片指示物理层复用情况下的流控帧所对应的物理端口,从而使得MAC层转发芯片能够针对每个物理端口进行流控帧的生成和接收处理,实现了基于物理层复用的物理端口流量控制。The present invention adds the physical port label corresponding to the physical port in the flow control frame, and indicates the physical port corresponding to the flow control frame in the case of multiplexing the physical layer to the MAC layer forwarding chip and the physical layer multiplexing chips at all levels, so that The MAC layer forwarding chip can generate and receive flow control frames for each physical port, realizing physical port flow control based on physical layer multiplexing.
以上所述的本发明实施方式,并不构成对本发明保护范围的限定。任何在本发明的精神和原则之内所作的任何修改、等同替换和改进等,均应包含在本发明的权利要求保护范围之内。The embodiments of the present invention described above are not intended to limit the protection scope of the present invention. Any modifications, equivalent replacements and improvements made within the spirit and principles of the present invention shall be included within the protection scope of the claims of the present invention.
Claims (11)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CNB2006100020373A CN100525248C (en) | 2006-01-20 | 2006-01-20 | Flow control realizing method based on physical layer multiplex |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CNB2006100020373A CN100525248C (en) | 2006-01-20 | 2006-01-20 | Flow control realizing method based on physical layer multiplex |
Publications (2)
Publication Number | Publication Date |
---|---|
CN101005438A CN101005438A (en) | 2007-07-25 |
CN100525248C true CN100525248C (en) | 2009-08-05 |
Family
ID=38704313
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CNB2006100020373A Expired - Fee Related CN100525248C (en) | 2006-01-20 | 2006-01-20 | Flow control realizing method based on physical layer multiplex |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN100525248C (en) |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN103873387A (en) * | 2014-03-11 | 2014-06-18 | 重庆邮电大学 | Industrial Ethernet-oriented deterministic communication scheduling method |
CN110912770B (en) * | 2019-11-13 | 2021-06-18 | 中国联合网络通信集团有限公司 | Method and device for calculating interface congestion time delay |
-
2006
- 2006-01-20 CN CNB2006100020373A patent/CN100525248C/en not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
CN101005438A (en) | 2007-07-25 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US8699490B2 (en) | Data transmission method, network node, and data transmission system | |
AU777645B2 (en) | Circuit emulation service over an internet protocol network | |
CN1286297C (en) | Method of realizing sign delivery of user's position | |
EP2721785B1 (en) | Data transfer | |
EP1850539A1 (en) | Access device and method for controlling the bandwidth | |
US7068657B2 (en) | Facilitating inverse multiplexing over asynchronous transfer mode via communication links having disparate data transmission rates | |
US20070291764A1 (en) | Access Device and Service Transmission Method | |
US10587508B2 (en) | Ethernet frame transmission method in software defined networks (SDN) | |
US9065764B2 (en) | Method, apparatus and system for maintaining quality of service QoS | |
US20110022721A1 (en) | Method and system for packetizing data for servicing traffic end-to-end | |
CN104092632B (en) | A kind of network equipment | |
US8743865B2 (en) | Aggregation of VCI routing tables | |
CN100525248C (en) | Flow control realizing method based on physical layer multiplex | |
CN1254051C (en) | User's data service sub speed delivering method in metropolitan area network transmission equipment | |
WO2006026933A1 (en) | A method for raising access capacity of wide-band access equipment user | |
JPWO2009037732A1 (en) | Communication device in label switching network | |
US20140269259A1 (en) | Communication system for managing leased line network with wireless fallback | |
CN107770028B (en) | Method for realizing point-to-multipoint virtual local area network service in China telecommunication scene | |
JP3956303B2 (en) | COMMUNICATION METHOD USING LOGICAL CHANNEL ACCORDING TO PRIORITY, COMMUNICATION DEVICE FOR IMPLEMENTING SAME, PROGRAM THEREOF, AND RECORDING MEDIUM | |
CN106533885A (en) | Uplink bandwidth allocation method and system | |
KR101174123B1 (en) | EFM bonding apparatus and DSL system having the same | |
US20080159332A1 (en) | Methods and devices for using variable length subpackets in data transmissions | |
KR100443634B1 (en) | Device and Method for Multiplexor of Point To Point Protocol Control Connection in ATM-MPLS | |
US20140307762A1 (en) | Communication system for managing leased line network and a method thereof | |
US8908500B1 (en) | Systems and methods for protecting bonding engines in network communications |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
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 | ||
CP03 | Change of name, title or address |
Address after: 310052 Binjiang District Changhe Road, Zhejiang, China, No. 466, No. Patentee after: NEW H3C TECHNOLOGIES Co.,Ltd. Address before: 310053 Hangzhou hi tech Industrial Development Zone, Zhejiang province science and Technology Industrial Park, No. 310 and No. six road, HUAWEI, Hangzhou production base Patentee before: HANGZHOU H3C TECHNOLOGIES Co.,Ltd. |
|
CP03 | Change of name, title or address | ||
CF01 | Termination of patent right due to non-payment of annual fee |
Granted publication date: 20090805 |
|
CF01 | Termination of patent right due to non-payment of annual fee |