search for: 1400bytes

Displaying 3 results from an estimated 3 matches for "1400bytes".

Did you mean: 100bytes
2018 Mar 28
2
[PATCH] vhost-net: add time limitation for tx polling(Internet mail)
...test to make sure >> this won't affect other use cases. > We just want <1ms ping latency, but actually we are not sure what value is reasonable. > We have some test results using netperf before this patch as follow, > > Udp payload 1byte 100bytes 1000bytes 1400bytes > Ping avg latency 25ms 10ms 2ms 1.5ms > > What is other testcases? Something like https://patchwork.kernel.org/patch/10151645/. Btw, you need use time_before() to properly handle jiffies overflow and I would also suggest you to try something like #packets limit...
2018 Mar 28
2
[PATCH] vhost-net: add time limitation for tx polling(Internet mail)
...test to make sure >> this won't affect other use cases. > We just want <1ms ping latency, but actually we are not sure what value is reasonable. > We have some test results using netperf before this patch as follow, > > Udp payload 1byte 100bytes 1000bytes 1400bytes > Ping avg latency 25ms 10ms 2ms 1.5ms > > What is other testcases? Something like https://patchwork.kernel.org/patch/10151645/. Btw, you need use time_before() to properly handle jiffies overflow and I would also suggest you to try something like #packets limit...
2018 Mar 28
0
[PATCH] vhost-net: add time limitation for tx polling(Internet mail)
...; > this won't affect other use cases. > > We just want <1ms ping latency, but actually we are not sure what value is reasonable. > > We have some test results using netperf before this patch as follow, > > > > Udp payload 1byte 100bytes 1000bytes 1400bytes > > Ping avg latency 25ms 10ms 2ms 1.5ms > > > > What is other testcases? > > Something like https://patchwork.kernel.org/patch/10151645/. > > Btw, you need use time_before() to properly handle jiffies overflow and I > would also suggest y...