WO2022213617A1 - 用于动态流量整形的方法和装置 - Google Patents
用于动态流量整形的方法和装置 Download PDFInfo
- Publication number
- WO2022213617A1 WO2022213617A1 PCT/CN2021/132675 CN2021132675W WO2022213617A1 WO 2022213617 A1 WO2022213617 A1 WO 2022213617A1 CN 2021132675 W CN2021132675 W CN 2021132675W WO 2022213617 A1 WO2022213617 A1 WO 2022213617A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- queue
- rate
- data
- credit value
- traffic
- 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.)
- Ceased
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L12/00—Data switching networks
- H04L12/02—Details
- H04L12/16—Arrangements for providing special services to substations
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L41/00—Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
- H04L41/08—Configuration management of networks or network elements
- H04L41/0896—Bandwidth or capacity management, i.e. automatically increasing or decreasing capacities
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L47/00—Traffic control in data switching networks
- H04L47/50—Queue scheduling
- H04L47/62—Queue scheduling characterised by scheduling criteria
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L47/00—Traffic control in data switching networks
- H04L47/50—Queue scheduling
- H04L47/62—Queue scheduling characterised by scheduling criteria
- H04L47/624—Altering the ordering of packets in an individual queue
Definitions
- the present application is based on the CN application number 202110366268.7 and the filing date is April 6, 2021, and claims its priority.
- the disclosure of the CN application is hereby incorporated into the present application as a whole.
- the present disclosure generally relates to the technical field of Quality of Service (QoS) in data communication, and more particularly relates to a CBS (Credit Based Shaper, credit-based shaping) mechanism.
- QoS Quality of Service
- CBS Clear Based Shaper, credit-based shaping
- the IEEE 802.1Qav standard proposes a CBS mechanism, a credit-based traffic shaping mechanism.
- Traffic shaping refers to measures to actively adjust the output rate of traffic.
- the CBS mechanism sets the credit value for the forwarding state of the high-priority queue, so that the data transmission of this queue can only be carried out when the credit value is greater than or equal to 0, which realizes the limitation of time-sensitive flow bursts and guarantees its scheduling priority.
- the CBS mechanism is implemented on the basis of the stream reservation protocol (802.1Qav).
- This protocol calls the stream that has undergone bandwidth reservation as SR (Stream Reservation) class data, mainly including class A (class A) data and B class data.
- Class (class B) data two types.
- Type-A data and Type-B data are two different types of bandwidth reserved data streams defined by Ethernet Audio Video Bridging (AVB), where Type-A data has a higher priority than Type-B data. That is to say, when type A data and type B data meet the transmission conditions at the same time, type A data is preferentially forwarded.
- the reserved bandwidth for various types of data is fixed, which leads to the following problems: if the reserved bandwidth for type A data or type B data is small, when the When the service rate is higher than the reserved bandwidth, there will be a large delay, and it is difficult to ensure the low delay requirement; if the reserved bandwidth of the A-type data or the B-type data is large, there will be a problem of wasting bandwidth.
- the present disclosure proposes a credit value-based dynamic traffic shaping method that dynamically adjusts the reserved bandwidth based on the service rate.
- the increase and decrease rates of the queue credit value are dynamically adjusted, thereby realizing the traffic shaping mechanism based on the real service transmission rate.
- the method of the present disclosure can improve the transmission rate of common data flow, for example, best effort (Best Effort, BE) data, and reduce network delay while ensuring the low delay of high-priority service transmission.
- a method for dynamic traffic shaping comprising: receiving a data frame transmitted at a service rate; making the data frame wait for transmission in a queue corresponding to its class, and calculating the data The credit value of the queue in which the frame is located, wherein the credit value increases at an increasing rate during the waiting period of the queue for transmission, and the increasing rate changes dynamically based on the traffic rate of the data frame in the queue; and the level in the queue with a credit value ⁇ 0 The highest data frame in the queue.
- an apparatus for dynamic traffic shaping comprising: a memory having instructions stored thereon; and a processor configured to execute the instructions stored on the memory to perform an The method for dynamic traffic shaping described in the above aspects of the present disclosure.
- a computer program product comprising computer-executable instructions that, when executed by one or more processors, cause the one or more processors to perform a The method for dynamic traffic shaping described in the above aspects of the present disclosure.
- Figure 1 shows the traffic transmission model of the CBS mechanism
- FIG. 2 shows a flowchart of a method for dynamic traffic shaping according to some embodiments of the present disclosure
- FIG. 3 shows a flowchart of a method for dynamic traffic shaping according to other embodiments of the present disclosure
- FIG. 4 shows a flowchart of a method for dynamic traffic shaping according to further embodiments of the present disclosure.
- FIG. 5 shows an exemplary hardware configuration diagram of an apparatus for dynamic traffic shaping according to some embodiments of the present disclosure.
- the present disclosure proposes a credit value-based dynamic traffic shaping method and device for dynamically adjusting reserved bandwidth based on a service rate.
- the current CBS mechanism is mainly used in business scenarios with low latency and deterministic latency requirements.
- the rate of increase and decrease of the queue credit value is based on the reserved bandwidth of the corresponding queue, and the reserved bandwidth is predetermined based on the traffic of various types of data. change automatically.
- This static planning method will lead to waste of bandwidth or increase of delay when the service rate changes suddenly, and it is difficult to ensure low delay and deterministic delay requirements.
- the method and device of the present disclosure realize the dynamic traffic shaping mechanism based on the real service transmission rate by dynamically adjusting the reserved bandwidth based on the real service rate, and then dynamically adjusting the increase and decrease rates of the queue credit value.
- the method and device of the present disclosure improve the transmission rate of common data streams (eg, BE data), reduce network delay, and improve bandwidth utilization while ensuring low latency of high-priority service transmission.
- common data streams eg, BE data
- the CBS mechanism typically works at the output port of a switch, router, or similar device in Ethernet. Through the IEEE 802.1Qav priority remapping mechanism, data frames with different priorities are stored in the corresponding traffic class queues. The CBS mechanism provides queue management and traffic shaping for the traffic class queues reserved by the flow.
- each queue that uses CBS as its transmission selection mechanism maintains a bounded value, that is, the credit value credit.
- Queue data can only be transmitted when credit ⁇ 0. Specifically, when the credit value of both type A data and type B data reaches zero or more, type A data is transmitted; when the credit value of type A data is lower than zero and the credit value of type B data is higher than zero, type B data is transmitted. Class data; and when the credit values of both Class A data and Class B data are lower than zero, data in the normal data stream queue, such as BE data, is transmitted.
- Figure 1 shows the traffic transmission model of the CBS mechanism.
- the CBS selection mechanism meets the following conditions:
- the queue meets the transmission condition only when the queue's credit ⁇ 0.
- Port transmission rate such as the output port transmission rate of a switch, in bit/s.
- –idleSlope The increase rate of the credit value, less than or equal to portTransmitRate (port transmission rate), in bit/s.
- –operIdleSlope reserved bandwidth of the queue, in bit/s.
- –credit The current credit value of the corresponding traffic class queue, which determines whether the data frame in the corresponding queue can be selected for transmission.
- the unit is bit.
- –hiCredit The maximum value of the credit value, that is, the maximum value of the credit value that can be accumulated during the waiting period, in bits; after the maximum value is reached, if the data in the queue has not yet started to transmit, the credit value will continue to remain at this value maximum value.
- –loCredit The minimum value of the credit value, that is, the minimum value to which the credit value can be reduced during transmission, in bits; since the transmission is in units of frames, if the currently transmitted frame has not been transmitted when the credit value is reduced to zero After the transmission is completed, the credit value continues to decrease until the transmission of the frame is completed, so the minimum value is below zero.
- the credit value credit determines the queue transmission selection, and the key indicators affecting credit are defined as:
- the increase rate of the credit value of a queue of a data type is equal to the reserved bandwidth preset for the data type.
- the reserved bandwidth is manually set by the administrator and does not change automatically during data forwarding. Therefore, the queue's credit increase rate does not automatically change during data forwarding. Since the credit value decrease rate is the difference between the increase rate and the port transmission rate, the decrease rate does not automatically change during data forwarding.
- the present disclosure proposes a credit value-based dynamic traffic shaping method that dynamically changes the reserved bandwidth based on the actual service rate.
- the method realizes the dynamic adjustment of the queue transmission bandwidth and its credit value increase/decrease rate by dynamically changing the reserved bandwidth based on the actual service rate of the data traffic during data forwarding.
- the method optimizes the CBS traffic shaping mechanism, and improves the interface bandwidth utilization rate without affecting the time-sensitive service delay.
- Figure 2 illustrates a dynamic traffic shaping method according to some embodiments of the present disclosure. This embodiment will be described below with reference to FIG. 2 .
- a data frame transmitted at a service rate is received.
- the generated data frame is transmitted to the output port of the switch at the service rate, and waits to be forwarded there.
- the traffic rate of the data frame is the transmission rate of the data traffic, which is different based on the traffic performed by the user (eg, watching a video). When a large amount of traffic is generated, the service rate suddenly increases.
- step 202 the data frame is made to wait for transmission in the queue corresponding to its category, and the credit value of the queue where the data frame is located is calculated, wherein the credit value increases at an increasing rate during the waiting period of the queue for transmission, and the increasing rate of the credit value is based on the data frame
- the traffic rate varies dynamically in a positive correlation.
- Received data frames are stored in the queue corresponding to the data frame type.
- A-type data, B-type data, and ordinary data are stored in different queues, respectively, and corresponding credit values are maintained for each queue.
- the credit value increases at an increasing rate during the waiting period of the queue, and the increasing rate varies dynamically based on a positive correlation with the traffic rate of the data frames in the queue. That is, the increase rate of the credit value increases with the increase of the service rate, and decreases with the decrease of the service rate.
- the rate at which a queue's credit value increases reflects the length of time that queue's data is waiting to be transmitted. Since the increase rate of the credit value increases with the increase of the service rate when the traffic bursts, the waiting time of the data frame in the queue is reduced, and the transmission efficiency is improved. When the traffic is low, the increase rate of the credit value is correspondingly reduced, thereby saving bandwidth and reducing unnecessary waste.
- step 203 the data frames in the queue with the highest level among the queues with the credit value ⁇ 0 are sent.
- each queue data frame is selected and sent according to the CBS mechanism.
- the CBS mechanism only queues with a credit value ⁇ 0 meet the transmission conditions, so the data frames in the queue with the highest level in the queue with a credit value ⁇ 0 are sent.
- the positive correlation between the increase rate of the credit value and the service rate of the data frame can be set by those skilled in the art according to specific needs.
- the rate of increase of the credit value of the queue may be proportional to the traffic rate of the data frames in the queue. In other embodiments, the rate of increase of the credit value of the queue is equal to the traffic rate of the data frames in the queue.
- the credit value of the queue is equal to the reserved bandwidth of the queue data. Since the queue credit value changes dynamically based on the traffic rate of the data frames in the queue, the reserved bandwidth of the queue data also changes dynamically. It realizes the dynamic adjustment of queue transmission bandwidth and its credit value increase/decrease rate, optimizes the CBS traffic shaping mechanism, and improves the interface bandwidth utilization rate without affecting the time-sensitive service delay.
- the decrease rate of the credit value is the difference between the increase rate of the credit value and the port transmission rate.
- the increasing rate of the credit value increases, so the decreasing rate of the credit value decreases accordingly.
- the service rate changes dynamically the increase or decrease rate of the credit value is dynamically adjusted to achieve traffic transmission within a more suitable queue transmission time, which reduces the impact of forwarding delay when the high-priority queue traffic rate is too large It can also release more resources for low-priority traffic transmission when its traffic rate is small.
- the maximum transmission delay of type A data and type B data can be expressed as:
- Delay A is the maximum transmission delay of type A data
- Delay B is the maximum transmission delay of type B data
- D TSB is the traffic shaping delay, that is, the delay for the credit value to increase from the lowest value loCredit to 0;
- D LPB is the low-priority traffic blocking delay
- D HPB is the high-priority traffic blocking delay; when there is high-priority queue data transmission, it is necessary to wait for the high-priority queue data to be transmitted or its credit value to decrease to the minimum value;
- D TRANS is the transmission delay, that is, the transmission time of the data in the queue, which depends on the reduction rate sendSlope of the credit value; the queue obtains transmission opportunities by accumulating the credit value, and consumes the credit value during the transmission process.
- FIG. 3 shows a flowchart of a dynamic traffic shaping method according to some embodiments of the present disclosure.
- the rate of increase and decrease of the credit value can be updated in real time according to changes in the traffic rate.
- step 301 CBS transmission selection is started.
- idleSlope A can be set as the current service rate of type A data
- idleSlope B can be set as the current service rate of type B data. If no traffic is currently generated, it can be set to the rate of the last received data stream. Then, based on the set idleSlope and the port transmission rate, the sendSlopes of the A-type data and the B-type data are calculated according to formula (2).
- step 303 it is judged whether the current credit value of the A-type data queue is greater than or equal to 0 and the A-type data queue is not empty (ie, there are data frames waiting to be sent in the queue). If the condition is met, the flow proceeds to step 304 .
- one data frame in the class A data queue is transmitted.
- the credit value of the class A data queue decreases at the decreasing rate sendSlope A set in step 302
- the credit value of the class B data queue increases at the increasing rate idleSlope B set in step 302 .
- step 302 parameters idleSlope A , sendSlope A , idleSlope B and idleSlope B are updated according to the current service rates of various types of data streams.
- the increase rate and decrease rate of the credit value of the A-type data and B-type data queues can be changed in real time with the change of the service rate. In this way, various parameters of the credit value can be quickly adjusted when the traffic bursts, reducing delays.
- step 303 If it is determined in step 303 that the condition for type A data transmission is not satisfied, that is, the current credit value of the type A data queue is less than 0 or the queue is empty, the flow proceeds to step 305 .
- step 305 it is determined whether the current credit value of the B-type data queue is greater than or equal to 0 and the B-type data queue is not empty (ie, there are data frames waiting to be sent in the queue). If the condition is met, the flow proceeds to step 306 .
- a data frame in the class B data queue is transmitted.
- the credit value of the class B data queue decreases at the decreasing rate sendSlope B set or updated at step 302
- the credit value of the class A data queue increases at the increasing rate idleSlope A set or updated at step 302 .
- the flow also returns to step 302 where the parameters are updated.
- step 305 it is judged that the current credit value of the B-type data queue is less than 0 and the B-type data queue is empty, that is to say neither the A-type data transmission conditions nor the B-type data transmission conditions are satisfied, then the flow proceeds to step 307.
- the BE queue is polled according to the priority and one data frame is transmitted therein. While the BE data is being transmitted, the credit values of the A-type data queue and the B-type data queue are respectively increased according to the increase rates idleSlope A and idleSlope B set or updated in step 302 . After the data frame is transmitted, the flow returns to step 302, and the parameters are updated.
- the above embodiments realize that during the forwarding of data traffic, the increase rate and decrease rate of the credit value of the class A data and class B data queues change in real time with the change of the service rate. Therefore, various parameters of the credit value can be adjusted in real time to reduce delays. However, this is not required, and it can also be judged according to the actual situation whether it is necessary to adjust the increase rate and decrease rate of the credit value of the A-type data and B-type data queues.
- FIG. 4 shows a flowchart of a dynamic traffic shaping method according to other embodiments of the present disclosure. Unlike the embodiments shown in FIG. 3 , in these embodiments, the credit value is not updated in real time based on the traffic rate, but is updated only when the traffic changes suddenly.
- Steps 402-407 in the flow shown in FIG. 4 are similar to 302-307 in FIG. 3, and will not be described in detail here.
- the difference between the embodiment shown in FIG. 4 and FIG. 3 is that, after each frame is transmitted, it does not directly return to step 402 to update the parameters of the increase rate and decrease rate, but proceeds to step 408 .
- step 408 the difference between the credit value increase rate of the A-type data and the B-type data and the currently received service rate of the A-type data and the B-type data is calculated respectively. If the difference is greater than the predetermined threshold, return to step 402 to update the increase rate and decrease rate of the credit value of the A-type data and the B-type data. And proceed to step 403 after updating.
- the credit value increase rates of the A-type data and the B-type data are not necessarily updated at the same time, but only one of the credit value increase rates of the A-type data and the B-type data may be updated.
- Thresholds can be set as needed based on actual traffic. For example, it can be set to 20% of the traffic rate. Different thresholds can be set for Type A data and Type B data, or the same threshold can be used.
- this embodiment Before updating the increase rate and decrease rate of the credit value, it is first determined whether the change of the service rate of the data is large enough, and the update is performed only when the change is large enough. Compared with the real-time update embodiment, this embodiment can save computing resources, and at the same time can ensure that the credit value increase rate and decrease rate can be dynamically adjusted even when the service rate changes greatly, so as to ensure the efficiency of data transmission.
- FIG. 5 shows an exemplary configuration in which an apparatus 500 for dynamic traffic shaping according to an embodiment of the present disclosure may be implemented.
- the dynamic traffic shaping apparatus 500 is an example of a hardware device to which the above-described aspects of the present disclosure can be applied.
- Dynamic traffic shaping device 500 may be any machine configured to perform processing and/or computation.
- Dynamic traffic shaping device 500 may be, but is not limited to, a switch, router, workstation, server, desktop computer, laptop computer, tablet computer, personal data assistant (PDA), smartphone, vehicle computer, or a combination thereof.
- PDA personal data assistant
- dynamic traffic shaping apparatus 500 may include one or more elements that may connect or communicate with bus 502 via one or more interfaces.
- the bus 502 may include, but is not limited to, an Industry Standard Architecture (ISA) bus, a Micro Channel Architecture (MCA) bus, an Enhanced ISA (EISA) bus, a Video Electronics Standards Association (VESA) local bus, and Peripheral Component Interconnect (PCI) bus, etc.
- Dynamic traffic shaping apparatus 500 may include, for example, one or more processors 504 , one or more input devices 506 , and one or more output devices 508 .
- the one or more processors 504 may be any kind of processors, and may include, but are not limited to, one or more general-purpose processors or special-purpose processors (such as special-purpose processing chips).
- the processor 502 is, for example, configured to implement the dynamic traffic shaping method of the present disclosure.
- Input device 506 may be any type of input device capable of inputting information to a computing device, and may include, but is not limited to, a mouse, keyboard, touch screen, microphone, and/or remote controller.
- Output device 508 may be any type of device capable of presenting information, and may include, but is not limited to, displays, speakers, video/audio output terminals, vibrators, and/or printers.
- the dynamic traffic shaping apparatus 500 may also include or be connected to a non-transitory storage device 514, which may be any storage device that is non-transitory and may implement data storage, and may include, but is not limited to, disk drives , optical storage device, solid state memory, floppy disk, flexible disk, hard disk, magnetic tape or any other magnetic medium, compact disk or any other optical medium, cache memory and/or any other memory chip or module, and/or from which a computer can read Any other medium from which data, instructions and/or code are fetched.
- Dynamic traffic shaping device 500 may also include random access memory (RAM) 510 and read only memory (ROM) 512 .
- RAM random access memory
- ROM read only memory
- ROM 512 may store programs, utilities or processes to be executed in a non-volatile manner.
- RAM 510 may provide volatile data storage and store instructions related to the operation of dynamic traffic shaping device 500 .
- Dynamic traffic shaping device 500 may also include a network/bus interface 516 coupled to data link 518 .
- the network/bus interface 516 may be any kind of device or system capable of enabling communication with external devices and/or networks, and may include, but is not limited to, modems, network cards, infrared communication devices, wireless communication devices, and/or chipsets (such as Bluetooth TM devices, 802.11 devices, WiFi devices, WiMax devices, cellular communication facilities, etc.).
- the present disclosure may be implemented as any combination of apparatus, system, integrated circuit, and computer program on a non-transitory computer-readable medium.
- One or more processors may be implemented as integrated circuits (ICs), application specific integrated circuits (ASICs) or large scale integrated circuits (LSIs), system LSIs, super LSIs or ultra LSIs that perform some or all of the functions described in this disclosure components.
- the present disclosure includes the use of software, applications, computer programs or algorithms.
- Software, applications, computer programs or algorithms may be stored on a non-transitory computer readable medium to cause a computer, such as one or more processors, to perform the steps described above and described in the figures.
- a computer such as one or more processors
- one or more memories store software or algorithms in executable instructions
- one or more processors may be associated with a set of instructions that execute the software or algorithms to provide various functions in accordance with the embodiments described in this disclosure.
- Software and computer programs include machine instructions for programmable processors and can be written in high-level procedural languages, object-oriented programming languages, functional programming languages , logic programming language or assembly language or machine language.
- computer-readable medium refers to any computer program product, apparatus, or device for providing machine instructions or data to a programmable data processor, such as magnetic disks, optical disks, solid-state storage devices, memories, and programmable logic devices (PLDs) , including a computer-readable medium receiving machine instructions as computer-readable signals.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
Abstract
Description
Claims (10)
- 一种用于动态流量整形的方法,其中,所述方法包括:接收以业务速率传输的数据帧;使数据帧在与其类别对应的队列中等待传输,并计算数据帧所在队列的信用值,其中信用值在队列的等待传输期间以增加速率增加,并且增加速率基于所述队列中数据帧的业务速率正相关地动态变化;以及发送信用值≥0的队列中级别最高的队列中的数据帧。
- 根据权利要求1所述的方法,其中,队列的信用值的增加速率与所述队列中数据帧的业务速率成比例地变化。
- 根据权利要求1所述的方法,其中,队列的信用值的增加速率等于所述队列中数据帧的业务速率。
- 根据权利要求1所述的方法,还包括:实时地将队列的信用值的增加速率更新为所述队列中的数据帧的业务速率。
- 根据权利要求1所述的方法,还包括:监测队列的信用值的增加速率与所述队列中数据帧的当前业务速率之差;以及当差大于阈值时,将所述队列的信用值的增加速率更新为队列中的数据帧的当前业务速率。
- 根据权利要求1所述的方法,其中,队列的流量整形时延随所述队列中数据帧的业务速率的增大而减小。
- 根据权利要求1所述的方法,其中,队列中数据的传输时间槽随业务速率的增大而增大。
- 根据权利要求1所述的方法,其中,队列的信用值在队列的传输期间以减小 速率减小,并且减小速率随业务速率的增大而降低。
- 一种用于动态流量整形的装置,其中,所述装置包括:存储器,其上存储有指令;以及处理器,被配置为执行存储在所述存储器上的指令,以执行以根据权利要求1至8中的任一项所述的方法。
- 一种计算机程序产品,包括计算机可执行指令,其中,所述计算机可执行指令在由一个或多个处理器执行时实现如权利要求1至8中的任一项所述的方法。
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN202110366268.7 | 2021-04-06 | ||
| CN202110366268.7A CN115242647A (zh) | 2021-04-06 | 2021-04-06 | 用于动态流量整形的方法和装置 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2022213617A1 true WO2022213617A1 (zh) | 2022-10-13 |
Family
ID=83544977
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2021/132675 Ceased WO2022213617A1 (zh) | 2021-04-06 | 2021-11-24 | 用于动态流量整形的方法和装置 |
Country Status (2)
| Country | Link |
|---|---|
| CN (1) | CN115242647A (zh) |
| WO (1) | WO2022213617A1 (zh) |
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN115865815A (zh) * | 2022-11-14 | 2023-03-28 | 北京物芯科技有限责任公司 | 报文转发方法、装置、交换机、电子设备及可读存储介质 |
| CN120769370A (zh) * | 2025-09-05 | 2025-10-10 | 天翼物联科技有限公司 | 一种基于离散时间的5g专网调度方法、系统及5g基站 |
Families Citing this family (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN115865810B (zh) * | 2023-02-22 | 2023-06-09 | 浙江中控研究院有限公司 | 一种时间敏感网络中信用值流量调度系统及方法 |
Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2003005227A1 (en) * | 2001-07-05 | 2003-01-16 | Sandburst Corporation | Method and apparatus for allocating link bandwidth |
| US20030223445A1 (en) * | 2002-06-04 | 2003-12-04 | Sandeep Lodha | Packet-based traffic shaping |
| CN1581790A (zh) * | 2003-08-15 | 2005-02-16 | 中兴通讯股份有限公司 | 一种支持多端口多业务的多级调度的方法 |
| US20140036672A1 (en) * | 2012-08-06 | 2014-02-06 | Renesas Electronics Europe Limited | Calculating credit for controlling data frame transmission |
| CN112019392A (zh) * | 2020-11-02 | 2020-12-01 | 之江实验室 | 一种用于tsn网络的多特征流接入方法 |
-
2021
- 2021-04-06 CN CN202110366268.7A patent/CN115242647A/zh active Pending
- 2021-11-24 WO PCT/CN2021/132675 patent/WO2022213617A1/zh not_active Ceased
Patent Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2003005227A1 (en) * | 2001-07-05 | 2003-01-16 | Sandburst Corporation | Method and apparatus for allocating link bandwidth |
| US20030223445A1 (en) * | 2002-06-04 | 2003-12-04 | Sandeep Lodha | Packet-based traffic shaping |
| CN1581790A (zh) * | 2003-08-15 | 2005-02-16 | 中兴通讯股份有限公司 | 一种支持多端口多业务的多级调度的方法 |
| US20140036672A1 (en) * | 2012-08-06 | 2014-02-06 | Renesas Electronics Europe Limited | Calculating credit for controlling data frame transmission |
| CN112019392A (zh) * | 2020-11-02 | 2020-12-01 | 之江实验室 | 一种用于tsn网络的多特征流接入方法 |
Non-Patent Citations (2)
| Title |
|---|
| "IEEE Standard for Local and Metropolitan Area Networks - Virtual Bridged Local Area Networks Amendment 12: Forwarding and Queuing Enhancements for Time-Sensitive Streams;IEEE Std 802.1Qav-2009 (Amendment to IEEE Std 802.1Q-2005)", IEEE STANDARD, IEEE, PISCATAWAY, NJ USA, 5 January 2010 (2010-01-05), Piscataway, NJ USA , pages C1 - 72, XP017604265, ISBN: 978-0-7381-6143-3 * |
| QUALCOMM INCORPORATED: "FS_5GLAN: Time Sensitive Networking (TSN) Discussion Paper", 3GPP DRAFT; S1-174199 FS_5GLAN TIME SENSITIVE NETWORKING (TSN) DISCUSSION PAPER, 3RD GENERATION PARTNERSHIP PROJECT (3GPP), MOBILE COMPETENCE CENTRE ; 650, ROUTE DES LUCIOLES ; F-06921 SOPHIA-ANTIPOLIS CEDEX ; FRANCE, vol. SA WG1, no. Reno, USA; 20171127 - 20171201, 15 November 2017 (2017-11-15), Mobile Competence Centre ; 650, route des Lucioles ; F-06921 Sophia-Antipolis Cedex ; France , XP051378830 * |
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN115865815A (zh) * | 2022-11-14 | 2023-03-28 | 北京物芯科技有限责任公司 | 报文转发方法、装置、交换机、电子设备及可读存储介质 |
| CN120769370A (zh) * | 2025-09-05 | 2025-10-10 | 天翼物联科技有限公司 | 一种基于离散时间的5g专网调度方法、系统及5g基站 |
Also Published As
| Publication number | Publication date |
|---|---|
| CN115242647A (zh) | 2022-10-25 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| WO2022213617A1 (zh) | 用于动态流量整形的方法和装置 | |
| US8218437B2 (en) | Shared shaping of network traffic | |
| US11258717B2 (en) | Method for sending service packet, network device, and system | |
| WO2020199792A1 (zh) | 通信方法、装置、计算机可读介质及电子设备 | |
| US10382223B2 (en) | Scheme for supporting wireless transmission taking into account QoS of USB application data | |
| US20160142317A1 (en) | Management of an over-subscribed shared buffer | |
| WO2018113426A1 (zh) | 一种流量控制方法及交换设备 | |
| CN114205302A (zh) | 一种无损流量拥塞自适应方法、系统和网络设备 | |
| CN111131061B (zh) | 一种数据传输方法及网络设备 | |
| US20130208593A1 (en) | Method and apparatus providing flow control using on-off signals in high delay networks | |
| CN100496022C (zh) | 一种流量控制的方法及装置 | |
| EP2093945A1 (en) | A method for realizing back pressure of masses of ports and the device thereof | |
| CN107257962A (zh) | 用于通用串行总线的协议适配层数据流控制 | |
| WO2021047404A1 (zh) | 一种网络参数配置方法及装置 | |
| CN110830388B (zh) | 一种数据调度方法、装置、网络设备及计算机存储介质 | |
| CN101478486B (zh) | 一种交换网数据调度方法、设备和系统 | |
| US12328266B2 (en) | Flow control method, apparatus, and device, and computer-readable storage medium | |
| CN108632162B (zh) | 一种队列调度方法及转发设备 | |
| WO2022174444A1 (zh) | 一种数据流传输方法、装置及网络设备 | |
| CN114268987A (zh) | 服务质量策略调整方法、装置及计算机可读介质 | |
| WO2016090607A1 (zh) | 回传终端、基站及无线网络流量控制方法 | |
| CN119766743A (zh) | 一种数据流传输方法、装置、设备及存储介质 | |
| CN109391558B (zh) | 一种队列的控制方法及控制装置 | |
| CN113794585B (zh) | 一种报文处理方法及装置 | |
| CN116016357A (zh) | 数据传输的方法、装置、存储介质以及电子设备 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 21935834 Country of ref document: EP Kind code of ref document: A1 |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 21935834 Country of ref document: EP Kind code of ref document: A1 |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 21935834 Country of ref document: EP Kind code of ref document: A1 |
|
| 32PN | Ep: public notification in the ep bulletin as address of the adressee cannot be established |
Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205 DATED 25/03/2024) |

