Home
last modified time | relevance | path

Searched hist:"19 e16d220f0adbf899a652dfb1fde2e3a95153e9" (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/ipv6/
H A Dndisc.cdiff 19e16d220f0adbf899a652dfb1fde2e3a95153e9 Wed Apr 01 01:46:20 CDT 2020 Hangbin Liu <liuhangbin@gmail.com> neigh: support smaller retrans_time settting

Currently, we limited the retrans_time to be greater than HZ/2. i.e.
setting retrans_time less than 500ms will not work. This makes the user
unable to achieve a more accurate control for bonding arp fast failover.

Update the sanity check to HZ/100, which is 10ms, to let users have more
ability on the retrans_time control.

v3: sync the behavior with IPv6 and update all the timer handler
v2: use HZ instead of hard code number

Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
H A Daddrconf.cdiff 19e16d220f0adbf899a652dfb1fde2e3a95153e9 Wed Apr 01 01:46:20 CDT 2020 Hangbin Liu <liuhangbin@gmail.com> neigh: support smaller retrans_time settting

Currently, we limited the retrans_time to be greater than HZ/2. i.e.
setting retrans_time less than 500ms will not work. This makes the user
unable to achieve a more accurate control for bonding arp fast failover.

Update the sanity check to HZ/100, which is 10ms, to let users have more
ability on the retrans_time control.

v3: sync the behavior with IPv6 and update all the timer handler
v2: use HZ instead of hard code number

Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/net/core/
H A Dneighbour.cdiff 19e16d220f0adbf899a652dfb1fde2e3a95153e9 Wed Apr 01 01:46:20 CDT 2020 Hangbin Liu <liuhangbin@gmail.com> neigh: support smaller retrans_time settting

Currently, we limited the retrans_time to be greater than HZ/2. i.e.
setting retrans_time less than 500ms will not work. This makes the user
unable to achieve a more accurate control for bonding arp fast failover.

Update the sanity check to HZ/100, which is 10ms, to let users have more
ability on the retrans_time control.

v3: sync the behavior with IPv6 and update all the timer handler
v2: use HZ instead of hard code number

Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>