答复: [PATCH v3 0/4] Add qemu support setting qos via ovs on ovs interface

2021-10-29 Thread 张金生
Hi Yalan, You are right about it. For other interface type, values in tc rules are calculated by multiply 8*1000 instead of 8*1024. I didn’t notice it. To make them uniform, I will fix it in next patch. Really thanks for your help. Best Regards, Jinsheng Zhang 发件人: Yalan Zhang

答复: [PATCH v3 0/4] Add qemu support setting qos via ovs on ovs interface

2021-10-28 Thread 张金生
Hi Yalan, It seems that there is no output error abount inbound settings from your statistics. 100KB is short for 100 kilobytes, and 1 byte is 8 bit, therefore 100 kilobytes is 800 kilobit and is also 1024*800 bit which is 819200 bit or 800 Kbit for short. Similarly, 200 KB is equal to

答复: [PATCH v3 0/4] Add qemu support setting qos via ovs on ovs interface

2021-10-26 Thread 张金生
Hi Yalan, 1) For inbound, we can use `ovs-vsctl list qos` and `ovs-vsctl list queue` to check them from the openvswitch side. Values can be found in other_config. Inbound is in kbyte when set qos with `virshdomiftune …`, well it is in bit in ovs, Therefore, when inbound.average is