wencyu
wencyu
It's suggested that DPVS run on physical server rather than VM. If you are using VM to test DPVS, make sure that your VM satisfies the following requirements. * 2...
该问题是消息超时引起的数据获取不全,v1.9 已优化修复。
Commit 86cccb8e362619f5d6aeb11de1f4601487e6c632 fixed the problem.
#923 is the full implementation for proxy protocol in DPVS.
nat46 转发模式还在开发中,参考 pr #746
`if (mark->cl == p && mark->cw == mark->di)` 这个终止条件包含两个约束: * 当前处理的节点 mark->cl 已经回到算法开始的初始节点 p * 当前的算法权重 mark->cw 已经到了最小权重 mark->di 这两个约束可以保证算法能选中最小权重的可用的RS。
1. DPVS lcore multicast msg is `master-to-all-slaves round trip message` , i.e. the master lcore send messages to all slaves, and wait until all slaves reply with a response message...
@icymoon 你把dpvs.conf配置文件中ctrl_defs/lcore_msg/sync_msg_timeout_us这个超时时间调大一些,不让系统出现msg timeout,就应该可以拿到统计数据了。 这个问题可能是由于个别lcore处理循环中出现了卡顿或者压力过大,我们会进一步排查原因。
这两项功能目前还不支持,短期内暂无计划
主要是是出于性能和代码简洁性的考虑。