NOTES ON [Efficient and Cost-Effective Hybrid Congestion Control for HPC Interconnection Networks]

Efficient and Cost-Effective Hybrid Congestion Control for HPC Interconnection Networks 

Abstract—Interconnection networks are key components in high-performance computing (HPC) systems, their performance having a strong influence on the overall system one. However, at high load, congestion and its negative effects (e.g., Head-of-line blocking) threaten the performance of the network, and so the one of the entire system. Congestion control (CC) is crucial to ensure an efficient utilization of the interconnection network during congestion situations. As one major trend is to reduce the effective wiring in interconnection networks to reduce cost and power consumption, the network will operate very close to its capacity. Thus, congestion control becomes essential. Existing CC techniques can be divided into two general approaches. One is to throttle traffic injection at the sources that contribute to congestion, and the other is to isolate the congested traffic in specially designated resources. However, both approaches have different, but non-overlapping weaknesses: injection throttling techniques have a slow reaction against congestion, while isolating traffic in special resources may lead the system to run out of those resources. In this paper we propose EcoCC, a new Efficient and Cost-Effective CC technique, that combines injection throttling and congested-flow isolation to minimize their respective drawbacks and maximize overall system performance. This new strategy is suitable for current commercial switch architectures, where it could be implemented without requiring significant complexity. Experimental results, using simulations under synthetic and real trace-based traffic patterns, show that this technique improves by up to 55 percent over some of the most successful congestion control techniques. 

关注的问题:互联网络【拥塞控制(CC)】

现有CC技术及存在问题(两种技术分别存在问题且相互不重叠):

  • 控制源节点流量 (反应时间长)
  • 隔离拥塞流量 (资源耗尽问题)

文章提出方案:EcoCC

  • 源控与隔离相结合的方案来提高系统性能
原文地址:https://www.cnblogs.com/wuzhenwei/p/4377198.html