WO2012000354A1 - Storing and forwarding system and message storing method thereof - Google Patents

Storing and forwarding system and message storing method thereof Download PDF

Info

Publication number
WO2012000354A1
WO2012000354A1 PCT/CN2011/074521 CN2011074521W WO2012000354A1 WO 2012000354 A1 WO2012000354 A1 WO 2012000354A1 CN 2011074521 W CN2011074521 W CN 2011074521W WO 2012000354 A1 WO2012000354 A1 WO 2012000354A1
Authority
WO
WIPO (PCT)
Prior art keywords
message
storage controller
packet
segment
bytes
Prior art date
Application number
PCT/CN2011/074521
Other languages
French (fr)
Chinese (zh)
Inventor
周昶
陈红旗
缪欣
张兰君
Original Assignee
中兴通讯股份有限公司
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 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Publication of WO2012000354A1 publication Critical patent/WO2012000354A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L49/00Packet switching elements
    • H04L49/90Buffering arrangements
    • H04L49/9042Separate storage for different parts of the packet, e.g. header and payload

Definitions

  • the present invention relates to the field of network communication memory management technologies, and in particular to a store-and-forward system and a message storage method thereof.
  • BACKGROUND OF THE INVENTION The data rate of Internet Bone Network has almost doubled every six to nine months. At the same time, the requirements for the quality of the Internet and the demand for data are also increasing.
  • Most of the processing of packets on the network by the network device is to use the store-and-forward method. That is, the packet is first cached in the message memory, and the information such as the exit and format of the packet is calculated and processed, so all the reports are sent. The write and read operations are performed at least once, and these operations are done in the memory controller.
  • the off-chip memory mainly includes static random access memory (Sram) and dynamic random access memory (Dram), from speed and capacity.
  • message cache mainly uses DRAM. Dram is accessed according to a certain burst length. Therefore, due to the impact of the number of bursts, the actual bandwidth requirement of the storage controller is higher than theoretical. For example, for a Dram with a bit width of 64 bits and a burst length of 8, each burst read or write is 64 bytes. For a message that needs to buffer 65 bytes, it needs to be twice. Burst read and write operations complete the store and forward of a message.
  • Figure 1 is the corresponding relationship between the theoretically forwarded packet length and the maximum required bandwidth.
  • Figure 2 is the corresponding relationship between the packet length and the maximum required bandwidth forwarded in actual use. By comparison, it can be seen that the actual length of the packet is longer. The small range of demand for memory controller bandwidth jumps a lot, and the actual bandwidth requirements are higher than the theoretical bandwidth requirements.
  • L the number of bytes of the message payload that needs to be stored and forwarded
  • M the number of bytes of the storage burst read and write of the system Dram
  • the efficiency of message forwarding varies with the number of bytes of the message and the number of bursts of bytes.
  • a main object of the present invention is to provide a store-and-forward system and a message storage method thereof to solve at least the problem of low efficiency of system message forwarding.
  • a packet storage method for a store-and-forward system including: a store-and-forward system receives a message; and the store-and-forward system determines that the number L of bytes of the payload of the packet is within a preset threshold range.
  • L mod M is not zero, wherein M is the storage burst read and write byte number of the primary storage controller, and the primary storage controller is dynamic random access memory; the message is divided into two segments, The first segment of the packet is stored in the secondary storage controller, and the other segment of the packet is sequentially stored in the primary storage controller in the N-time storage process, wherein the number of bytes of the first segment of the packet is The remainder of L / M, where N is the integer part of L/M.
  • the first paragraph above is obtained from the first section of the article.
  • the first segment of the message is obtained from the end of the message.
  • M is 64 bytes and the threshold range is [M+1, M+8].
  • the above M is 64 bytes, and the threshold range is [M*2+l, M*2 + 4].
  • the secondary storage controller is a synchronous static random access memory (SSRAM).
  • the secondary storage controller is Dram, and the storage burst read/write byte number of the secondary storage controller is less than or equal to M.
  • a storage and forwarding system including: a receiving module, configured to receive a message that needs to be stored and forwarded; and a determining module, configured to determine whether a byte number L of the payload of the message is Within the threshold range and the value of L mod M is not zero, if yes, triggering the splitting module, where M is the number of read and write bytes of the storage burst of the primary storage controller; the splitting module is set to divide the packet into Two segments, where the number of bytes of the first segment of the message is L mod M; the primary storage controller is Dram, The second segment of the packet is sequentially segmented and stored in the process of storing the second segment of the packet, wherein N is an integer part of L/M; and the secondary storage controller is configured to store the first segment of the packet.
  • the above secondary storage controller is an SSRAM.
  • the secondary storage controller is Dram, and the storage burst read/write byte number of the secondary storage controller is less than or equal to M.
  • the packet generating the read/write efficiency loss portion is stored in the secondary storage controller, thereby reducing the bandwidth requirement of the primary storage controller and improving the efficiency of packet forwarding.
  • FIG. 1 is a corresponding relationship between a packet length and a maximum required bandwidth according to a theoretical calculation
  • FIG. 2 is a corresponding relationship between a packet length and a maximum required bandwidth in actual use in the related art
  • FIG. 4 is a flowchart of a packet storage method of a store-and-forward system according to Embodiment 2 of the present invention
  • FIG. 5 is a schematic diagram of a technical solution provided by Embodiment 2 of the present invention. Schematic diagram of the correspondence between the packet length and the maximum required bandwidth.
  • FIG. 3 is a schematic structural diagram of a store-and-forward system according to a first embodiment of the present invention.
  • the store-and-forward system includes: a receiving module 10, a determining module 20, a dividing module 30, a main storage controller 40, and a secondary storage controller 50.
  • the receiving module 10 is configured to receive a packet that needs to be stored and forwarded.
  • the determining module 20 is configured to determine whether the number L of the payload of the packet is less than a threshold, and the value of L mod M is not zero.
  • the setting of the threshold range is not limited thereto, and the purpose of setting the threshold range is to digest the read/write efficiency loss due to the storage burst read/write bytes of the main storage controller 40. , can be set according to empirical values or experimental data.
  • the message that needs to be stored and forwarded is stored in a storage controller.
  • the storage controller is Dram
  • Dram due to the limitation of the storage burst read and write bytes of the storage controller, if necessary
  • the number of bytes of the packet to be forwarded and forwarded is not a multiple of the number of bytes of the burst read and write, but only a small fraction of the number of bytes of the burst read and write, which will result in lower packet forwarding efficiency. Increase the need for the maximum bandwidth of the storage controller.
  • a secondary storage controller 50 is added, which is configured to store a small number of packets in the packet that are more than a multiple of the number of stored burst read/write bytes, thereby improving The overall read and write efficiency of the system reduces the bandwidth requirements of the primary storage controller.
  • secondary storage control 50 may be a storage controller that does not store a burst read/write byte limit, such as an SRAM.
  • the capacity of the secondary storage control 50 does not need to be too large.
  • the secondary storage control 50 can be a synchronous SRAM (Synchronous SRAM, referred to as SSRAM), thereby reducing the cost.
  • the secondary storage controller 50 can also be a DRAM, and the number of storage burst bytes is shorter, at least smaller than the number of storage burst read and write bytes of the primary storage controller 40, so as to ensure the overall reading of the system. Write efficiency has improved.
  • the second embodiment of the present invention is described in conjunction with the storage and forwarding system provided by the first embodiment of the present invention. 4 is a flowchart of a message storage method of a store-and-forward system according to a second embodiment of the present invention.
  • the method mainly includes the following steps (step S402 - step S406): Step S402: The store-and-forward system receives a message; for example, a receiving module 10: Receive a message to be processed; Step S404, the store-and-forward system determines that the number L of the payload of the message is within a preset threshold range, and the value of L mod M is not zero, wherein M is dominant
  • Step S406 the packet is divided into two segments, and the first segment of the packet is stored in the secondary storage controller 50, and another segment of the packet is sequentially stored in the primary storage controller in the N-time storage process. 40, wherein the number of bytes of the first paragraph is L mod M, and N is an integer part of L/M.
  • the first segment of the packet may be obtained from the header of the packet, or may be obtained from the end of the packet.
  • the packet is stored in the secondary storage controller 50, and the first packet is obtained from the end of the packet.
  • the packet stored in the secondary storage controller 50 is read.
  • the second segment of the message is stored, if N>1, the second segment of the packet is sequentially segmented in the N-th storage process of the segment, that is, the packet is first intercepted from the second segment.
  • the data of the number of bytes M is stored in the main storage controller 40.
  • FIG. 5 is a schematic diagram of the correspondence between the packet length and the maximum bandwidth requirement of the primary storage controller after using the technical solution provided by the embodiment of the present invention. As shown in FIG. 5, the technical solution provided by the embodiment of the present invention can be reduced. The primary storage controller bandwidth requirements.
  • the message that needs to be stored and forwarded is stored in a storage controller.
  • the storage controller is Dram
  • Dram due to the limitation of the storage burst read and write bytes of the storage controller, if necessary
  • the number of bytes of the packet to be forwarded and forwarded is not a multiple of the number of bytes of the burst read and write, but only a small fraction of the number of bytes of the burst read and write, which will result in lower packet forwarding efficiency. Increase the need for the maximum bandwidth of the storage controller.
  • Embodiment 3 In the third embodiment of the present invention, taking a 10 Gigabit Ethernet forwarding as an example, as shown in Table 1, the number of storage burst read and write bytes of the main storage controller 40 is 64 bytes, and the forwarding traffic is In the shortest packet change, the packet full traffic is 7.619G, the required read/write bandwidth is 7.619G, and the 4 ⁇ text is 69 bytes. For 7.753G, the required read and write bandwidth is 14.382G. Table 1.
  • the threshold range includes: [69, 84] and [133, 144], that is, in the embodiment of the present invention, the length of the file is 69 bytes to 84.
  • Bytes and contents of 133 to 140 bytes of tail less than 64 bytes are stored in the secondary storage controller 50 (for example, SSRAM), and the requirement for the primary storage controller 40 is reduced to 7.191G at 69 bytes, the system is the largest. The bandwidth required is reduced from 14.382G to 12.190G.

Abstract

A storing and forwarding system and message storing method thereof are disclosed in the present invention. Wherein, the method comprises: the storing and forwarding system receives a message (S402); the storing and forwarding system determines that the byte number L of the payload of the message is within a preset threshold range and the value of L mod M is not zero (S404), and wherein, the M is the storage burst read-write byte number of a main storage controller which is a dynamic random access memory; the message is divided into two segments, the first segment of the message is stored into an auxiliary storage controller, and the other segment of the message is segmented and stored into the main storage controller sequentially in the storage processes of N times(S406), and wherein the byte number of the first segment of the message is the remainder part of the L/M, and the N is the integer part of the L/M. With the invention, the requirement for the bandwidth of the main storage controller can be reduced, and the message forwarding efficiency is improved.

Description

存储转发系统及其报文存储方法 技术领域 本发明涉及网络通信存储器管理技术领域, 具体而言, 涉及一种存储转发 系统及其报文存储方法。 背景技术 互联网骨千网的数据速率几乎每六到九个月翻一番, 同时, 对月艮务质量的 要求以及对数据量的要求也在不断提高。 网络设备对于网络上报文的处理大多 是釆用存储转发方式, 即先将报文緩存到报文存储器中, 通过处理运算, 计算 出报文的出口、 格式等信息再发出, 因此所有的报文都至少经过一次的写入和 读出操作, 这些操作在存储控制器中完成。 目前, 片外存储器主要有静态随机存取存储器 (Static Random Access Memory, 简称为 Sram ) 和动态随机存耳又存 4诸器 ( Dynamic Random Access Memory, 简称为 Dram )二大类, 从速度、 容量和成本上考虑, 报文緩存主要 使用 DRAM。 Dram 是按照某个突发长度进行访问的, 因此, 由于突发字节数的影响, 将导致实际对存储控制器带宽的要求比理论的要高。 例如, 对于位宽为 64bit, 突发长度是 8的 Dram来说, 每一次的突发读或写都是 64字节, 对于一个需要 緩存 65 字节的报文来说, 需要分别二次的突发读和写操作完成一个报文的存 储转发。 图 1为理论上转发的包长与最大需求带宽的对应关系图, 图 2为实际 使用中转发的包长与最大需求带宽的对应关系图, 通过比较可知, 实际使用过 程中, 在包长较小的范围内对存储控制器带宽的需求的跳跃很大, 实际的带宽 要求要比理论的带宽要求要高。 在一个以 Dram为存储转发系统中, 当需要存储转发的报文净荷的字节数 是 L, 系统 Dram的存储突发读写字节数为 M时, 由于存储器受到突发字节数 的限制, 报文转发的效率随报文字节数和突发字节数的变化而变化。 其中, 当 L是 M的整数倍时, 效率 N = 100 % 。 当 L不是 M的整数倍时, 效率 N = L/( M * ( L\M + 1 ))* 100% Dram 完成一次读或写操作, 需要通过预充电、 行有效、 读或写操作, 因 此, Dram突发读写的长度越高, Dram的读写效率就越高。 在上述公式中, 发明人发现当报文净荷 L越小, 系统 Dram的存储突发读 写字节数 M越大时, 系统的报文转发效率越低。 如果 L>=M, 则 L=M+1时, 系统的报文转发效率也较低。 发明内容 本发明的主要目的在于提供一种存储转发系统及其报文存储方法, 以至少 解决上述的系统报文转发效率低的问题。 根据本发明的一个方面,提供了一种存储转发系统的报文存储方法, 包括: 存储转发系统接收报文; 存储转发系统确定该报文的净荷的字节数 L处于预设 的阈值范围内, 且 L mod M的值不为零, 其中, M为主存储控制器的存储突发 读写字节数, 主存储控制器为动态随机存取存储器; 将该报文分为两段, 将第 一段报文存储在辅存储控制器中, 将另一段报文在 N次存储过程中, 依次地分 段存储在主存储控制器中, 其中, 第一段报文的字节数为 L / M的余数部分, N为 L/M的整数部分。 上述第一段艮文从艮文的首部获取。 上述第一段报文从报文的尾部获取。 上述 M为 64字节, 阈值范围为 [ M+1 , M+8 ]。 上述 M为 64字节, 阈值范围为 [ M*2+l , M*2 + 4 ]。 上述辅存储控制器为同步静态随机存取存储器 SSRAM。 上述辅存储控制器为 Dram, 且辅存储控制器的存储突发读写字节数小于 等于 M。 根据本发明的另一方面, 提供了一种存储转发系统, 包括: 接收模块, 设 置为接收需要存储转发的报文; 判断模块, 设置为判断该报文的净荷的字节数 L是否处于阈值范围内且 L mod M的值不为零, 如果是, 则触发分割模块, 其 中, M为主存储控制器的存储突发读写字节数; 分割模块, 设置为将该报文分 为两段, 其中, 第一段报文的字节数为 L mod M; 主存储控制器, 为 Dram , 设置为在 N次存储第二段报文的过程中, 依次地分段存储第二段报文, 其中, N为 L/M的整数部分; 辅存储控制器, 设置为存储第一段报文。 上述辅存储控制器为 SSRAM。 上述辅存储控制器为 Dram, 且辅存储控制器的存储突发读写字节数小于 等于 M。 通过本发明, 通过增加一个辅存储控制器, 将产生读写效率损耗部分的报 文存储在该辅存储控制器, 从而可以降低对主存储控制器带宽的要求, 提高报 文转发的效率。 附图说明 此处所说明的附图用来提供对本发明的进一步理解, 构成本申请的一部 分, 本发明的示意性实施例及其说明用于解释本发明, 并不构成对本发明的不 当限定。 在附图中: 图 1是根据理论计算得到的包长与最大需求带宽的对应关系图; 图 2是相关技术中实际使用过程中包长与最大需求带宽的对应关系图; 图 3是根据本发明实施例一的存储转发系统的结构示意图; 图 4是根据本发明实施例二的存储转发系统的报文存储方法的流程图; 图 5是釆用本发明实施例二提供的技术方案后得到的包长与最大需求带宽 的对应关系示意图。 具体实施方式 下文中将参考附图并结合实施例来详细说明本发明。 需要说明的是, 在不 冲突的情况下, 本申请中的实施例及实施例中的特征可以相互组合。 实施例一 图 3是根据本发明实施例一的存储转发系统的结构示意图, 该存储转发系 统包括: 接收模块 10、 判断模块 20、 分割模块 30、 主存储控制器 40和辅存储 控制器 50。 其中, 接收模块 10 , 设置为接收需要存储转发的报文; 判断模块 20 , 设 置为判断该报文的净荷的字节数 L是否小于阈值,且 L mod M的值不为零, 如 果是, 则触发分割模块 30 , 其中, M为主存储控制器 40的存储突发读写字节 数; 分割模块 30 , 设置为将该报文分为两段, 其中, 第一段报文的字节数为 L mod M; 主存储控制器 40 , 为 Dram , 设置为在 N次存储第二段报文的过程中, 依次地分段存储第二段报文, 其中, N为 L/M的整数部分; 辅存储控制器 50 , 设置为存储第一段报文。 例如, M = 64字节,则上述阈值范围可以为以下之一或两者: [ M+1 , M+8 ]; [ M*2+l , M*2+4 ]。 需要说明的是, 在实际应用中, 该阈值范围的设置并不 限于此, 设置该阈值范围的目的是消化部分由于主存储控制器 40 的存储突发 读写字节数产生的读写效率损耗, 具体可以根据经验值或实验数据进行设置。 由于相关技术中将需要存储转发的报文均存储在一个存储控制器中, 在该 存储控制器为 Dram的情况下, 由于该存储控制器的存储突发读写字节数的限 制, 如果需要存储转发的报文的字节数不是存储突发读写字节数的倍数, 而只 比存储突发读写字节数的倍数多出一小部分时, 将会导致报文转发效率降低, 增加对存储控制器的最大带宽的需求。 而本发明实施例提供的上述存储转发系 统中, 增加一个辅存储控制器 50, 设置为存储报文中比存储突发读写字节数的 倍数多出的一小部分报文, 从而可以提升系统整体读写效率, 降低对主存储控 制器带宽的要求。 优选地, 辅存储控制 50 可以为没有存储突发读写字节数限制的存储控制 器, 例如, SRAM。 优选地, 由于辅存储控制 50存储的报文字节数不大, 因此, 其容量无需太大,因此,辅存储控制 50可以为同步 SRAM( Synchronous SRAM, 简称为 SSRAM ), 从而可以降氐成本。 优选地, 辅存储控制器 50也可以为 DRAM, 并且, 其存储突发字节数较 短, 至少小于主存储控制器 40 的存储突发读写字节数, 这样才可以保证系统 整体的读写效率有所提升。 实施例二 本发明实施例二中结合本发明实施例一提供的存储转发系统, 对才艮据本发 明实施例二的存储转发系统的 4艮文存储方法进行描述。 图 4为根据本发明实施例二的存储转发系统的报文存储方法的流程图, 该 方法主要包括以下步骤 (步骤 S402 -步骤 S406 ): 步骤 S402 , 存储转发系统接收报文; 例如, 接收模块 10接收到需要处理的报文; 步骤 S404, 存储转发系统确定该报文的净荷的字节数 L处于预设的阈值 范围内, 且 L mod M的值不为零, 其中, M为主存储控制器 40的存储突发读 写字节数, 主存储控制器 40为 Dram; 例如, M = 64字节, 阈值范围可以为 [ M + 1 , M+8 ]; 或者, 该阈值范围 也可以为 [ M*2 + l , M*2+4 ]。 才艮据读写效率 X = L/(M*(L\M+1))* 100%可知,在 L>=M, L=M+1是系统效 率的最低点。 当 L是 M的数倍以上时, L字节数的变化对报文存储转发效率的 影响相对较小, 因此, 在本发明实施例中, 对于净荷字节数 L较长的报文仍然 按照现有方式进行处理。 步骤 S406, 将该报文分为两段, 将第一段报文存储在辅存储控制器 50中, 将另一段报文在 N次的存储过程中, 依次地分段存储在主存储控制器 40中, 其中, 第一段 ^艮文的字节数为 L mod M, N为 L/M的整数部分。 例如,第一段报文可以中该报文的首部获取,也可以从该报文的尾部获取。 在第一段报文从该报文的首部获取时, 在转发时, 先读取辅存储控制器 50 中 存储的该段报文, 在第一段报文从该报文的尾部获取时, 在转发时, 读取转发 完主存储控制器 40中存储的第二段报文之后, 再读取辅存储控制器 50中存储 的报文。 在存储第二段 ^艮文时, 如果 N>1 , 则在该段 4艮文的 N次存储过程中, 依次 地分段存储第二段报文,即首先从第二段报文中截取字节数为 M的数据存储到 主存储控制器 40中, 在将存储在主存储控制器 40中的这部分数据转发后, 再 从第二段报文中截取下一段字节数为 M的数据存储在主存储控制器 40中, 然 后再转发主存储控制器 40中存储的数据, 然后再将下一段字节数为 M的数据 存储在主存储控制器 40中, 如此反复, 直至第二段报文全部转发完。 图 5为釆用本发明实施例提供的技术方案后, 包长与主存储控制器的最大 带宽需求的对应关系示意图,如图 5所示,釆用本发明实施例提供的技术方案, 可以降低对主存储控制器带宽的要求。 由于相关技术中将需要存储转发的报文均存储在一个存储控制器中, 在该 存储控制器为 Dram的情况下, 由于该存储控制器的存储突发读写字节数的限 制, 如果需要存储转发的报文的字节数不是存储突发读写字节数的倍数, 而只 比存储突发读写字节数的倍数多出一小部分时, 将会导致报文转发效率降低, 增加对存储控制器的最大带宽的需求。 而本发明实施例提供的上述存储转发系 统的报文存储方法中, 将报文中比存储突发读写字节数的倍数多出的一小部分 报文存储到辅存储控制器 50, 从而可以提升系统整体读写效率, 降低对主存储 控制器 40带宽的要求。 实施例三 在本发明实施例三中, 以一个万兆以太网转发为例, 如表 1所示, 主存储 控制器 40的存储突发读写字节数去 64字节, 转发流量是随着报文包长的变化 而变化的, 在最短 64字节, 报文满流量是 7.619G, 所需读写的带宽为 7.619G, 在 4艮文为 69字节时, 4艮文满流量为 7.753G, 所需读写的带宽为 14.382G。 表 1. The present invention relates to the field of network communication memory management technologies, and in particular to a store-and-forward system and a message storage method thereof. BACKGROUND OF THE INVENTION The data rate of Internet Bone Network has almost doubled every six to nine months. At the same time, the requirements for the quality of the Internet and the demand for data are also increasing. Most of the processing of packets on the network by the network device is to use the store-and-forward method. That is, the packet is first cached in the message memory, and the information such as the exit and format of the packet is calculated and processed, so all the reports are sent. The write and read operations are performed at least once, and these operations are done in the memory controller. At present, the off-chip memory mainly includes static random access memory (Sram) and dynamic random access memory (Dram), from speed and capacity. And cost considerations, message cache mainly uses DRAM. Dram is accessed according to a certain burst length. Therefore, due to the impact of the number of bursts, the actual bandwidth requirement of the storage controller is higher than theoretical. For example, for a Dram with a bit width of 64 bits and a burst length of 8, each burst read or write is 64 bytes. For a message that needs to buffer 65 bytes, it needs to be twice. Burst read and write operations complete the store and forward of a message. Figure 1 is the corresponding relationship between the theoretically forwarded packet length and the maximum required bandwidth. Figure 2 is the corresponding relationship between the packet length and the maximum required bandwidth forwarded in actual use. By comparison, it can be seen that the actual length of the packet is longer. The small range of demand for memory controller bandwidth jumps a lot, and the actual bandwidth requirements are higher than the theoretical bandwidth requirements. In a Dram-based store-and-forward system, when the number of bytes of the message payload that needs to be stored and forwarded is L, the number of bytes of the storage burst read and write of the system Dram is M, because the memory is subjected to bursts of bytes. Restriction, the efficiency of message forwarding varies with the number of bytes of the message and the number of bursts of bytes. Wherein, when L is an integer multiple of M, the efficiency is N = 100%. When L is not an integer multiple of M, the efficiency is N = L / ( M * ( L \ M + 1 )) * 100% Dram completes a read or write operation and needs to be precharged, enabled, read or written. Therefore, the higher the length of Dram burst read and write, the higher the read and write efficiency of Dram. In the above formula, the inventor has found that the smaller the message payload L is, the larger the number of memory burst read and write bytes M of the system Dram is, the lower the packet forwarding efficiency of the system is. If L>=M, then L=M+1, the packet forwarding efficiency of the system is also low. SUMMARY OF THE INVENTION A main object of the present invention is to provide a store-and-forward system and a message storage method thereof to solve at least the problem of low efficiency of system message forwarding. According to an aspect of the present invention, a packet storage method for a store-and-forward system is provided, including: a store-and-forward system receives a message; and the store-and-forward system determines that the number L of bytes of the payload of the packet is within a preset threshold range. The value of L mod M is not zero, wherein M is the storage burst read and write byte number of the primary storage controller, and the primary storage controller is dynamic random access memory; the message is divided into two segments, The first segment of the packet is stored in the secondary storage controller, and the other segment of the packet is sequentially stored in the primary storage controller in the N-time storage process, wherein the number of bytes of the first segment of the packet is The remainder of L / M, where N is the integer part of L/M. The first paragraph above is obtained from the first section of the article. The first segment of the message is obtained from the end of the message. The above M is 64 bytes and the threshold range is [M+1, M+8]. The above M is 64 bytes, and the threshold range is [M*2+l, M*2 + 4]. The secondary storage controller is a synchronous static random access memory (SSRAM). The secondary storage controller is Dram, and the storage burst read/write byte number of the secondary storage controller is less than or equal to M. According to another aspect of the present invention, a storage and forwarding system is provided, including: a receiving module, configured to receive a message that needs to be stored and forwarded; and a determining module, configured to determine whether a byte number L of the payload of the message is Within the threshold range and the value of L mod M is not zero, if yes, triggering the splitting module, where M is the number of read and write bytes of the storage burst of the primary storage controller; the splitting module is set to divide the packet into Two segments, where the number of bytes of the first segment of the message is L mod M; the primary storage controller is Dram, The second segment of the packet is sequentially segmented and stored in the process of storing the second segment of the packet, wherein N is an integer part of L/M; and the secondary storage controller is configured to store the first segment of the packet. . The above secondary storage controller is an SSRAM. The secondary storage controller is Dram, and the storage burst read/write byte number of the secondary storage controller is less than or equal to M. According to the present invention, by adding a secondary storage controller, the packet generating the read/write efficiency loss portion is stored in the secondary storage controller, thereby reducing the bandwidth requirement of the primary storage controller and improving the efficiency of packet forwarding. BRIEF DESCRIPTION OF THE DRAWINGS The accompanying drawings, which are set to illustrate,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, In the drawings: FIG. 1 is a corresponding relationship between a packet length and a maximum required bandwidth according to a theoretical calculation; FIG. 2 is a corresponding relationship between a packet length and a maximum required bandwidth in actual use in the related art; FIG. 4 is a flowchart of a packet storage method of a store-and-forward system according to Embodiment 2 of the present invention; FIG. 5 is a schematic diagram of a technical solution provided by Embodiment 2 of the present invention. Schematic diagram of the correspondence between the packet length and the maximum required bandwidth. BEST MODE FOR CARRYING OUT THE INVENTION Hereinafter, the present invention will be described in detail with reference to the accompanying drawings. It should be noted that the embodiments in the present application and the features in the embodiments may be combined with each other without conflict. FIG. 3 is a schematic structural diagram of a store-and-forward system according to a first embodiment of the present invention. The store-and-forward system includes: a receiving module 10, a determining module 20, a dividing module 30, a main storage controller 40, and a secondary storage controller 50. The receiving module 10 is configured to receive a packet that needs to be stored and forwarded. The determining module 20 is configured to determine whether the number L of the payload of the packet is less than a threshold, and the value of L mod M is not zero. The triggering module 30 is triggered, wherein the M is the storage burst read/write byte number of the main storage controller 40; the splitting module 30 is configured to divide the packet into two segments, wherein the first segment of the message The number of sections is L mod M; the main storage controller 40 is Dram, and is set to store the second segment of the packets in sequence during the storage of the second segment of the message N times, where N is L/M The integer portion; the secondary storage controller 50 is configured to store the first segment of the message. For example, if M = 64 bytes, the above threshold range may be one or both of the following: [ M+1 , M+8 ]; [ M*2+l , M*2+4 ]. It should be noted that, in practical applications, the setting of the threshold range is not limited thereto, and the purpose of setting the threshold range is to digest the read/write efficiency loss due to the storage burst read/write bytes of the main storage controller 40. , can be set according to empirical values or experimental data. In the related art, the message that needs to be stored and forwarded is stored in a storage controller. In the case that the storage controller is Dram, due to the limitation of the storage burst read and write bytes of the storage controller, if necessary The number of bytes of the packet to be forwarded and forwarded is not a multiple of the number of bytes of the burst read and write, but only a small fraction of the number of bytes of the burst read and write, which will result in lower packet forwarding efficiency. Increase the need for the maximum bandwidth of the storage controller. In the foregoing storage and forwarding system provided by the embodiment of the present invention, a secondary storage controller 50 is added, which is configured to store a small number of packets in the packet that are more than a multiple of the number of stored burst read/write bytes, thereby improving The overall read and write efficiency of the system reduces the bandwidth requirements of the primary storage controller. Preferably, secondary storage control 50 may be a storage controller that does not store a burst read/write byte limit, such as an SRAM. Preferably, since the number of bytes of the message stored by the secondary storage control 50 is not large, the capacity of the secondary storage control 50 does not need to be too large. Therefore, the secondary storage control 50 can be a synchronous SRAM (Synchronous SRAM, referred to as SSRAM), thereby reducing the cost. . Preferably, the secondary storage controller 50 can also be a DRAM, and the number of storage burst bytes is shorter, at least smaller than the number of storage burst read and write bytes of the primary storage controller 40, so as to ensure the overall reading of the system. Write efficiency has improved. The second embodiment of the present invention is described in conjunction with the storage and forwarding system provided by the first embodiment of the present invention. 4 is a flowchart of a message storage method of a store-and-forward system according to a second embodiment of the present invention. The method mainly includes the following steps (step S402 - step S406): Step S402: The store-and-forward system receives a message; for example, a receiving module 10: Receive a message to be processed; Step S404, the store-and-forward system determines that the number L of the payload of the message is within a preset threshold range, and the value of L mod M is not zero, wherein M is dominant The storage controller 40 stores the number of read and write bytes of the burst, and the primary storage controller 40 is Dram; for example, M = 64 bytes, and the threshold range may be [M + 1 , M+8 ]; or, the threshold range is also Can be [ M*2 + l , M*2+4 ]. According to the reading and writing efficiency X = L / (M * (L \ M + 1)) * 100%, at L > = M, L = M + 1 is the lowest point of system efficiency. When L is a multiple of M, the change in the number of L bytes has a relatively small effect on the storage and forwarding efficiency of the packet. Therefore, in the embodiment of the present invention, the message with a longer payload number L is still Processed according to the existing method. Step S406, the packet is divided into two segments, and the first segment of the packet is stored in the secondary storage controller 50, and another segment of the packet is sequentially stored in the primary storage controller in the N-time storage process. 40, wherein the number of bytes of the first paragraph is L mod M, and N is an integer part of L/M. For example, the first segment of the packet may be obtained from the header of the packet, or may be obtained from the end of the packet. When the first segment of the packet is obtained from the header of the packet, the packet is stored in the secondary storage controller 50, and the first packet is obtained from the end of the packet. At the time of forwarding, after reading and forwarding the second segment of the packet stored in the primary storage controller 40, the packet stored in the secondary storage controller 50 is read. When the second segment of the message is stored, if N>1, the second segment of the packet is sequentially segmented in the N-th storage process of the segment, that is, the packet is first intercepted from the second segment. The data of the number of bytes M is stored in the main storage controller 40. After the data stored in the main storage controller 40 is forwarded, the next segment of the message is intercepted from the second segment of the message. The data is stored in the main storage controller 40, and then the data stored in the main storage controller 40 is forwarded, and then the data of the next segment of the number M is stored in the main storage controller 40, and so on, until the second The segment messages are all forwarded. FIG. 5 is a schematic diagram of the correspondence between the packet length and the maximum bandwidth requirement of the primary storage controller after using the technical solution provided by the embodiment of the present invention. As shown in FIG. 5, the technical solution provided by the embodiment of the present invention can be reduced. The primary storage controller bandwidth requirements. In the related art, the message that needs to be stored and forwarded is stored in a storage controller. In the case that the storage controller is Dram, due to the limitation of the storage burst read and write bytes of the storage controller, if necessary The number of bytes of the packet to be forwarded and forwarded is not a multiple of the number of bytes of the burst read and write, but only a small fraction of the number of bytes of the burst read and write, which will result in lower packet forwarding efficiency. Increase the need for the maximum bandwidth of the storage controller. In the message storage method of the storage and forwarding system provided by the embodiment of the present invention, a small portion of the message that is larger than a multiple of the number of stored burst read/write bytes is stored in the secondary storage controller 50, thereby It can improve the overall reading and writing efficiency of the system and reduce the bandwidth requirement of the main storage controller 40. Embodiment 3 In the third embodiment of the present invention, taking a 10 Gigabit Ethernet forwarding as an example, as shown in Table 1, the number of storage burst read and write bytes of the main storage controller 40 is 64 bytes, and the forwarding traffic is In the shortest packet change, the packet full traffic is 7.619G, the required read/write bandwidth is 7.619G, and the 4艮 text is 69 bytes. For 7.753G, the required read and write bandwidth is 14.382G. Table 1.
片 内 处 调整后 调整后  In-chip adjustment after adjustment
DRAM  DRAM
包长 艮文 ¾ L量 4艮文速率 理净荷 读写 带 Dram哭 DRAM 突发读 Bao Chang 艮文 3⁄4 L amount 4 艮 text rate 净 payload literacy with Dram cry DRAM burst read
(bytes) (G bps) ( MPPS ) 长 宽 (G) 发读写 总 带 宽 写次数  (bytes) (G bps) (MPPS) long width (G) read and write total band width write times
(Bytes) 次数 ( G) (Bytes) number of times (G)
64 7.619 14.881 60 1 7.619 1 7.61964 7.619 14.881 60 1 7.619 1 7.619
65 7.647 14.706 61 1 7.529 1 7.52965 7.647 14.706 61 1 7.529 1 7.529
66 7.674 14.535 62 1 7.442 1 7.44266 7.674 14.535 62 1 7.442 1 7.442
67 7.701 14.368 63 1 7.356 1 7.35667 7.701 14.368 63 1 7.356 1 7.356
68 7.727 14.205 64 1 7.273 1 7.27368 7.727 14.205 64 1 7.273 1 7.273
69 7.753 14.045 65 2 14.382 1 7. 19169 7.753 14.045 65 2 14.382 1 7. 191
70 7.778 13.889 66 2 14.222 1 7. 1 1 170 7.778 13.889 66 2 14.222 1 7. 1 1 1
71 7.802 13.736 67 2 14.066 1 7.03371 7.802 13.736 67 2 14.066 1 7.033
72 7.826 13.587 68 2 13.913 1 6.95772 7.826 13.587 68 2 13.913 1 6.957
73 7.849 13.441 69 2 13.763 1 6.88273 7.849 13.441 69 2 13.763 1 6.882
74 7.872 13.298 70 2 13.617 1 6.80974 7.872 13.298 70 2 13.617 1 6.809
75 7.895 13. 158 71 2 13.474 1 6.73775 7.895 13. 158 71 2 13.474 1 6.737
76 7.917 13.021 72 2 13.333 1 6.66776 7.917 13.021 72 2 13.333 1 6.667
77 7.938 12.887 73 2 13. 196 1 6.59877 7.938 12.887 73 2 13. 196 1 6.598
78 7.959 12.755 74 2 13.061 1 6.53 178 7.959 12.755 74 2 13.061 1 6.53 1
79 7.980 12.626 75 2 12.929 1 6.465
Figure imgf000009_0001
79 7.980 12.626 75 2 12.929 1 6.465
Figure imgf000009_0001
127 8.639 8.503 123 2 8.707 2 8.707127 8.639 8.503 123 2 8.707 2 8.707
128 8.649 8.446 124 2 8.649 2 8.649128 8.649 8.446 124 2 8.649 2 8.649
129 8.658 8.389 125 2 8.591 2 8.591129 8.658 8.389 125 2 8.591 2 8.591
130 8.667 8.333 126 2 8.533 2 8.533130 8.667 8.333 126 2 8.533 2 8.533
131 8.675 8.278 127 2 8.477 2 8.477131 8.675 8.278 127 2 8.477 2 8.477
132 8.684 8.224 128 2 8.421 2 8.421132 8.684 8.224 128 2 8.421 2 8.421
133 8.693 8.170 129 3 12.549 2 8.366133 8.693 8.170 129 3 12.549 2 8.366
134 8.701 8.117 130 3 12.468 2 8.312134 8.701 8.117 130 3 12.468 2 8.312
135 8.710 8.065 131 3 12.387 2 8.258135 8.710 8.065 131 3 12.387 2 8.258
136 8.718 8.013 132 3 12.308 2 8.205136 8.718 8.013 132 3 12.308 2 8.205
137 8.726 7.962 133 3 12.229 2 8.153137 8.726 7.962 133 3 12.229 2 8.153
138 8.734 7.911 134 3 12.152 2 8.101138 8.734 7.911 134 3 12.152 2 8.101
139 8.742 7.862 135 3 12.075 2 8.050139 8.742 7.862 135 3 12.075 2 8.050
140 8.750 7.813 136 3 12.000 2 8.000140 8.750 7.813 136 3 12.000 2 8.000
141 8.758 7.764 137 3 11.925 3 11.925141 8.758 7.764 137 3 11.925 3 11.925
142 8.765 7.716 138 3 11.852 3 11.852142 8.765 7.716 138 3 11.852 3 11.852
143 8.773 7.669 139 3 11.779 3 11.779143 8.773 7.669 139 3 11.779 3 11.779
144 8.780 7.622 140 3 11.707 3 11.707144 8.780 7.622 140 3 11.707 3 11.707
145 8.788 7.576 141 3 11.636 3 11.636145 8.788 7.576 141 3 11.636 3 11.636
146 8.795 7.530 142 3 11.566 3 11.566146 8.795 7.530 142 3 11.566 3 11.566
147 8.802 7.485 143 3 11.497 3 11.497147 8.802 7.485 143 3 11.497 3 11.497
148 8.810 7.440 144 3 11.429 3 11.429148 8.810 7.440 144 3 11.429 3 11.429
149 8.817 7.396 145 3 11.361 3 11.361149 8.817 7.396 145 3 11.361 3 11.361
150 8.824 7.353 146 3 11.294 3 11.294150 8.824 7.353 146 3 11.294 3 11.294
151 8.830 7.310 147 3 11.228 3 11.228151 8.830 7.310 147 3 11.228 3 11.228
152 8.837 7.267 148 3 11.163 3 11.163152 8.837 7.267 148 3 11.163 3 11.163
153 8.844 7.225 149 3 11.098 3 11.098153 8.844 7.225 149 3 11.098 3 11.098
154 8.851 7.184 150 3 11.034 3 11.034154 8.851 7.184 150 3 11.034 3 11.034
155 8.857 7.143 151 3 10.971 3 10.971155 8.857 7.143 151 3 10.971 3 10.971
156 8.864 7.102 152 3 10.909 3 10.909156 8.864 7.102 152 3 10.909 3 10.909
157 8.870 7.062 153 3 10.847 3 10.847157 8.870 7.062 153 3 10.847 3 10.847
158 8.876 7.022 154 3 10.787 3 10.787 在本发明实施例中, 阈值范围包括: [ 69, 84 ] 和 [ 133 , 144 ], 即在本发 明实施例中, 对 4艮文长度为 69字节到 84字节以及 133到 140字节的尾部不足 64字节的内容存储到辅存储控制器 50 中 (例如, SSRAM ), 对于主存储控制 器 40的要求在 69字节时降低到 7.191G, 系统最大需求的带宽从 14.382G降低 到 12.190G。 从以上的描述中, 可以看出, 在本发明实施例中, 通过增加一个辅存储控 制器 50 , 将产生读写效率损耗部分的报文存储在该辅存储控制器 50 , 从而可 以降低对主存储控制器 40带宽的要求, 提高报文转发的效率。 显然, 本领域的技术人员应该明白, 上述的本发明的各模块或各步骤可以 用通用的计算装置来实现, 它们可以集中在单个的计算装置上, 或者分布在多 个计算装置所组成的网络上, 可选地, 它们可以用计算装置可执行的程序代码 来实现, 从而, 可以将它们存储在存储装置中由计算装置来执行, 并且在某些 情况下, 可以以不同于此处的顺序执行所示出或描述的步骤, 或者将它们分别 制作成各个集成电路模块, 或者将它们中的多个模块或步骤制作成单个集成电 路模块来实现。 这样, 本发明不限制于任何特定的硬件和软件结合。 以上所述仅为本发明的优选实施例而已, 并不用于限制本发明, 对于本领 域的技术人员来说, 本发明可以有各种更改和变化。 凡在本发明的 ^"神和原则 之内, 所作的任何修改、 等同替换、 改进等, 均应包含在本发明的保护范围之 内。 158 8.876 7.022 154 3 10.787 3 10.787 In the embodiment of the present invention, the threshold range includes: [69, 84] and [133, 144], that is, in the embodiment of the present invention, the length of the file is 69 bytes to 84. Bytes and contents of 133 to 140 bytes of tail less than 64 bytes are stored in the secondary storage controller 50 (for example, SSRAM), and the requirement for the primary storage controller 40 is reduced to 7.191G at 69 bytes, the system is the largest. The bandwidth required is reduced from 14.382G to 12.190G. From the above description, it can be seen that, in the embodiment of the present invention, by adding a secondary storage controller 50, a message that generates a read/write efficiency loss portion is stored in the secondary storage controller 50, thereby reducing the The bandwidth requirement of the storage controller 40 improves the efficiency of packet forwarding. Obviously, those skilled in the art should understand that the above modules or steps of the present invention can be implemented by a general-purpose computing device, which can be concentrated on a single computing device or distributed over a network composed of multiple computing devices. Alternatively, they may be implemented by program code executable by the computing device, such that they may be stored in the storage device by the computing device and, in some cases, may be different from the order herein. The steps shown or described are performed, or they are separately fabricated into individual integrated circuit modules, or a plurality of modules or steps are fabricated as a single integrated circuit module. Thus, the invention is not limited to any specific combination of hardware and software. The above is only the preferred embodiment of the present invention, and is not intended to limit the present invention, and various modifications and changes can be made to the present invention. Any modifications, equivalent substitutions, improvements, etc. made within the scope of the present invention are intended to be included within the scope of the present invention.

Claims

权 利 要 求 书 Claim
1. 一种存储转发系统的报文存储方法, 包括: A packet storage method for a store-and-forward system, including:
所述存储转发系统接收报文;  The store-and-forward system receives a message;
所述存储转发系统确定所述报文的净荷的字节数 L处于预设的阈值 范围内, 且 L mod M的值不为零, 其中, M为主存储控制器的存储突发 读写字节数, 所述主存储控制器为动态随机存取存储器 Dram;  The storage and forwarding system determines that the number L of the payload of the packet is within a preset threshold range, and the value of L mod M is not zero, where M is a storage burst read and write of the primary storage controller. The number of bytes, the primary storage controller is a dynamic random access memory Dram;
将所述报文分为两段, 将第一段所述报文存储在辅存储控制器中, 将另一段所述报文在 N次存储过程中, 依次地分段存储在所述主存储控 制器中,其中,第一段所述报文的字节数为 L / M的余数部分, N为 L/M 的整数部分。  And dividing the packet into two segments, storing the first segment of the packet in the secondary storage controller, and storing another segment of the packet in the N storage process, and sequentially storing the packet in the primary storage. In the controller, the number of bytes of the message in the first segment is a remainder of L / M, and N is an integer part of L/M.
2. 根据权利要求 1所述的方法, 其中, 所述第一段报文从所述报文的首部 获取。 2. The method according to claim 1, wherein the first segment of the message is obtained from a header of the message.
3. 根据权利要求 1所述的方法, 其中, 所述第一段报文从所述报文的尾部 获取。 3. The method according to claim 1, wherein the first segment of the message is obtained from a tail of the message.
4. 根据权利要求 1所述的方法,其中, M为 64字节,所述阈值范围为 [ M+1 , M+8 ]。 4. The method of claim 1, wherein M is 64 bytes and the threshold range is [M+1, M+8].
5. 才艮据权利要求 1 所述的方法, 其中, M 为 64 字节, 所述阈值范围为5. The method according to claim 1, wherein M is 64 bytes, and the threshold range is
[ M*2+l , M*2 + 4 ]。 [ M*2+l , M*2 + 4 ].
6. 根据权利要求 1至 5中任一项所述的方法, 其中, 所述辅存储控制器为 同步静态随机存取存储器 SSRAM。 The method according to any one of claims 1 to 5, wherein the secondary storage controller is a synchronous static random access memory (SSRAM).
7. 根据权利要求 1至 5中任一项所述的方法, 其中, 所述辅存储控制器为 Dram, 且所述辅存储控制器的存储突发读写字节数小于等于 M。 The method according to any one of claims 1 to 5, wherein the secondary storage controller is Dram, and the number of storage burst read/write bytes of the secondary storage controller is less than or equal to M.
8. —种存储转发系统, 包括: 8. A store-and-forward system, including:
接收模块, 设置为接收需要存储转发的报文;  a receiving module, configured to receive a message that needs to be stored and forwarded;
判断模块, 设置为判断所述报文的净荷的字节数 L是否处于阈值范 围内且 L mod M的值不为零, 如果是, 则触发分割模块, 其中, M为主 存储控制器的存储突发读写字节数; 分割模块, 设置为将所述报文分为两段, 其中, 第一段所述报文的 字节数为 L mod M; a determining module, configured to determine whether the number L of the payload of the packet is within a threshold range and the value of L mod M is not zero, and if so, triggering the splitting module, where M is the primary storage controller Store the number of burst read and write bytes; a segmentation module, configured to divide the packet into two segments, where the number of bytes of the packet in the first segment is L mod M;
所述主存储控制器, 为 Dram, 设置为在 N次存储第二段所述报文 的过程中, 依次地分段存储第二段所述 4艮文, 其中, N为 L/M的整数部 分;  The primary storage controller is Dram, and is configured to sequentially store the second segment of the message in the process of storing the second segment of the message N times, where N is an integer of L/M section;
辅存储控制器, 设置为存储第一段所述报文。  The secondary storage controller is configured to store the message in the first segment.
9. 根据权利要求 8所述的系统, 其中, 所述辅存储控制器为 SSRAM。 9. The system of claim 8, wherein the secondary storage controller is a SSRAM.
10. 根据权利要求 8所述的系统, 其中, 所述辅存储控制器为 Dram, 且所述 辅存储控制器的存储突发读写字节数小于等于 M。 10. The system according to claim 8, wherein the secondary storage controller is Dram, and the number of storage burst read/write bytes of the secondary storage controller is less than or equal to M.
PCT/CN2011/074521 2010-06-29 2011-05-23 Storing and forwarding system and message storing method thereof WO2012000354A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201010220418.5A CN101883041B (en) 2010-06-29 2010-06-29 Storing and forwarding system and message storing method thereof
CN201010220418.5 2010-06-29

Publications (1)

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

Family

ID=43054937

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2011/074521 WO2012000354A1 (en) 2010-06-29 2011-05-23 Storing and forwarding system and message storing method thereof

Country Status (2)

Country Link
CN (1) CN101883041B (en)
WO (1) WO2012000354A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10327867B2 (en) 2015-02-25 2019-06-25 James R. Glidewell Dental Ceramics, Inc. Arch form placement for dental restoration design

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101883041B (en) * 2010-06-29 2015-07-22 中兴通讯股份有限公司 Storing and forwarding system and message storing method thereof
CN103905300B (en) * 2012-12-25 2017-12-15 华为技术有限公司 A kind of data message sending method, equipment and system
CN105095109B (en) * 2014-05-21 2018-07-20 华为技术有限公司 cache access method, cache access router and computer system

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030174708A1 (en) * 2002-03-12 2003-09-18 Van Asten Kizito Gysbertus Antonius High-speed memory having a modular structure
CN1669279A (en) * 2002-05-29 2005-09-14 英特尔公司 Increasing memory access efficiency for packet applications
CN1714401A (en) * 2002-11-20 2005-12-28 皇家飞利浦电子股份有限公司 SDRAM address mapping optimized for two-dimensional access
CN101883041A (en) * 2010-06-29 2010-11-10 中兴通讯股份有限公司 Storing and forwarding system and message storing method thereof

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030174708A1 (en) * 2002-03-12 2003-09-18 Van Asten Kizito Gysbertus Antonius High-speed memory having a modular structure
CN1669279A (en) * 2002-05-29 2005-09-14 英特尔公司 Increasing memory access efficiency for packet applications
CN1714401A (en) * 2002-11-20 2005-12-28 皇家飞利浦电子股份有限公司 SDRAM address mapping optimized for two-dimensional access
CN101883041A (en) * 2010-06-29 2010-11-10 中兴通讯股份有限公司 Storing and forwarding system and message storing method thereof

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10327867B2 (en) 2015-02-25 2019-06-25 James R. Glidewell Dental Ceramics, Inc. Arch form placement for dental restoration design

Also Published As

Publication number Publication date
CN101883041B (en) 2015-07-22
CN101883041A (en) 2010-11-10

Similar Documents

Publication Publication Date Title
US8225026B2 (en) Data packet access control apparatus and method thereof
EP2913963B1 (en) Data caching system and method for an ethernet device
US7308523B1 (en) Flow-splitting and buffering PCI express switch to reduce head-of-line blocking
JP4890613B2 (en) Packet switch device
US20100220589A1 (en) Method, apparatus, and system for processing buffered data
WO2012000354A1 (en) Storing and forwarding system and message storing method thereof
US20140047188A1 (en) Method and Multi-Core Communication Processor for Replacing Data in System Cache
EP3166269B1 (en) Queue management method and apparatus
EP3657744B1 (en) Message processing
CN113037640A (en) Data forwarding method, data caching device and related equipment
TWI476601B (en) System and method for improving multicast performance in banked shared memory architectures
WO2012009873A1 (en) Search processing device and network system thereof
JP5391449B2 (en) Storage device
US7065628B2 (en) Increasing memory access efficiency for packet applications
US10067868B2 (en) Memory architecture determining the number of replicas stored in memory banks or devices according to a packet size
CN110781104A (en) Data processing system, method and device
JP3899078B2 (en) Packet forwarding system and operation method thereof
US20100238946A1 (en) Apparatus for processing packets and system for using the same
CN109802897B (en) Data transmission method and communication equipment
Tran et al. Tcp reassembly for signature-based network intrusion detection systems
CN117440273B (en) System and method for splicing upstream data of XGSPON OLT
WO2023088226A1 (en) Packet forwarding method and related device
US20150154133A1 (en) Apparatus for processing packets and system for using the same
WO2022017454A1 (en) Message processing method, network device and related device
US20230010161A1 (en) Expandable Queue

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: 11800099

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: 11800099

Country of ref document: EP

Kind code of ref document: A1