openvswitch 2.8.1 netdev 类型在使用 iperf udp 时丢包错误

问题描述

问题: 内核 datapath_type 具有正确的丢包率,但 netdev datapath_type 没有。 它不应该影响流量(h5 到 h6),但会影响。 网络开发结果

enter image description here

地形:

the switch :net.addSwitch('s1',protocols=["OpenFlow13"],datapath='user') #s1 ~s10
the link : net.addLink(s1,s2,1,cls=TCLink,bw=10) #all switch limited bw=10

路径:

h1->s1->s2->s4->h3
h2->s2->s4 h4
h5->s5->s6->h6

流程:

h1 to h3  (8M flow)(domain_1) 
h2 to h4  (8M flow)(domain_1) 
h5 to h6  (8M flow)(domain_2) 

我已关闭所有主机 tx。

openvswitch : v2.8.1 iperf : 2.0.5

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)