Searched hist:"5 f0c9c48e7265039c3f945aaf44a1c6ae8adbd01" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/block/aoe/ |
H A D | aoe.h | diff 5f0c9c48e7265039c3f945aaf44a1c6ae8adbd01 Mon Dec 17 18:03:49 CST 2012 Ed Cashin <ecashin@coraid.com> aoe: use high-resolution RTTs with fallback to low-res
These changes improve the accuracy of the decision about whether it's time to retransmit an AoE command by using the microsecond-resolution gettimeofday instead of jiffies.
Because the system time can jump suddenly, the decision reverts to using jiffies if the high-resolution time difference is relatively large. Otherwise the AoE targets could be considered failed inappropriately.
Signed-off-by: Ed Cashin <ecashin@coraid.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
H A D | aoecmd.c | diff 5f0c9c48e7265039c3f945aaf44a1c6ae8adbd01 Mon Dec 17 18:03:49 CST 2012 Ed Cashin <ecashin@coraid.com> aoe: use high-resolution RTTs with fallback to low-res
These changes improve the accuracy of the decision about whether it's time to retransmit an AoE command by using the microsecond-resolution gettimeofday instead of jiffies.
Because the system time can jump suddenly, the decision reverts to using jiffies if the high-resolution time difference is relatively large. Otherwise the AoE targets could be considered failed inappropriately.
Signed-off-by: Ed Cashin <ecashin@coraid.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|