对于需要读取外部配置文件的C/C++程序,使用libconfig库就非常合适, 本文就来聊聊C语言经典结构化配置文件处理库libconfig的安装与使用。
本文介绍了RDMA中经典拥塞控制机制DCQCN的升/降速过程,NACK/ACK/CNP行为模式等内容
本文来聊聊我在工作中使用Git的一些经验与感悟(实际工作环境复杂多变, 我的做法可能并不适合所有的场景,仅供参考)
RDMA is promising for enhancing the performance of cross-datacenter (DC) services. However, deploying RDMA over wide-area networks introduces severe congestion control unfairness, primarily due to asymmetric congestion feedback delays between inter-DC flows and intra-DC flows. As a result, intra-DC flows often bear the full burden of congestion response, leading to drastically increased flow completion times (FCT). In this work, we identify two key forms of unfairness — nearsource and near-destination — depending on whether congestion occurs near the sender or receiver of inter-DC flows. Based on this, we propose THEMIS, a fairness maintenance patch for long-haul RDMA networks. To mitigate near-source unfairness, THEMIS devises a Proactive Notification Point to shorten the congestion feedback loop within a single DC. To alleviate neardestination unfairness, THEMIS introduces a Temporary Reaction Point to temporarily slow down the target inter-DC flow until the sender receives the corresponding congestion feedback. We implement an open-source prototype of THEMIS, and evaluate it on both real-world testbed and large-scale simulations. Compared to DCQCN, Annulus and BiCC, THEMIS reduces the intra-DC FCT by up to 79.2%, 63.6% and 55.6%, and decreases overall FCT by up to 61.2%, 31.9% and 59.5% respectively.
本文会介绍该网卡在驱动安装,配置传输控制机制,测试等方面的一些心得体会