diff options
author | Tony Lu <tonylu@linux.alibaba.com> | 2021-10-28 15:13:45 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-10-28 13:04:28 +0100 |
commit | c4a146c7cf5e8ad76231523b174d161bf152c6e7 (patch) | |
tree | e85ca4db22596f44c3527f78e3f3001b1ae8e4dc /scripts/bpf_doc.py | |
parent | 90a881fc352a953f1c8beb61977a2db0818157d4 (diff) |
net/smc: Fix smc_link->llc_testlink_time overflow
The value of llc_testlink_time is set to the value stored in
net->ipv4.sysctl_tcp_keepalive_time when linkgroup init. The value of
sysctl_tcp_keepalive_time is already jiffies, so we don't need to
multiply by HZ, which would cause smc_link->llc_testlink_time overflow,
and test_link send flood.
Signed-off-by: Tony Lu <tonylu@linux.alibaba.com>
Reviewed-by: Xuan Zhuo <xuanzhuo@linux.alibaba.com>
Reviewed-by: Wen Gu <guwen@linux.alibaba.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'scripts/bpf_doc.py')
0 files changed, 0 insertions, 0 deletions