diff options
author | Thomas Gleixner <[email protected]> | 2015-04-14 21:42:42 +0200 |
---|---|---|
committer | David S. Miller <[email protected]> | 2015-04-15 17:21:29 -0400 |
commit | 48b63776c8255d5b0a84c5caafab5560d9cb7f3b (patch) | |
tree | d05aa926812257d5c96a07d561b1bd65ea674981 /scripts/gdb/linux/utils.py | |
parent | c841e12add6926d64aa608687893465330b5a03e (diff) |
net: hip04: Make tx coalesce timer actually work
The code sets the expiry value of the timer to a relative value and
starts it with hrtimer_start_expires. That's fine, but that only works
once. The timer is started in relative mode, so the expiry value gets
overwritten with the absolut expiry time (now + expiry).
So once the timer expired, a new call to hrtimer_start_expires results
in an immidiately expired timer, because the expiry value is
already in the past.
Use the proper mechanisms to (re)start the timer in the intended way.
Signed-off-by: Thomas Gleixner <[email protected]>
Cc: "David S. Miller" <[email protected]>
Cc: dingtianhong <[email protected]>
Cc: Arnd Bergmann <[email protected]>
Cc: Zhangfei Gao <[email protected]>
Cc: Dan Carpenter <[email protected]>
Cc: [email protected]
Acked-by: Ding Tianhong <[email protected]>
Acked-by: Arnd Bergmann <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions