Open ChengjunJia opened 3 years ago
The 100KB, 400KB, pmax=20 is from Alibaba's production. The parameters in DCQCN paper does not work for production.
Also, please note that K should be proportional to the link bandwidth. DCQCN paper uses 40Gbps, while DCTCP only uses 10Gbps.
Thanks for the answer. In DCTCP, the latency is ~100us, but nowadays, the latency seems ~10us. I think K should be proportional to BDP, but you mean that it should be proportional to bandwidth?
Yes. K should be proportional to BDP. (I meant proportional to bandwidth, and proportional to latency)
I tried to set DCTCP's K as 60KB as recommended in the DCTCP paper, and I found that it improved the FCT of short flows without much harm to long flows. HPCC is best for FCTs of short flows but does it harm the FCTs of long flows? I mean whether HPCC sacrifice a little bandwidth to keep the near-zero queue? Have you measured the related data?
Thanks a lot.
Hi, Yuliang:
I have a problem with DCQCN's parameters. From the configuration in run.py and the description in your paper:
For 100Gbps links, we set Kmin=400KB, Kmax=1600KB. But in third.cc, there is headroom as only 3*BDP, smaller than Kmax?
Is it too large for DCQCN Kmin in your experiment? I see in DCQCN paper, the parameters are Kmin=4KB, Kmax=200KB; while in DCTCP paper, the parameter is K=60KB. I think lower K will make the average queue shallower and reduce the FCT for flows whose size is smaller than BDP.
Why do you set the K value much larger? Is there anything I missed?