commit | 473900a504e510cf9175876de8892ad1e3e7efab | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Mon Dec 23 12:27:50 2019 -0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Dec 27 16:29:14 2019 -0800 |
tree | 7e7d854cf26dddd7dc142e08d90f08b27f9d88d9 | |
parent | 2bbc078f812d45b8decb55935dab21199bd21489 [diff] |
tcp_cubic: optimize hystart_update() We do not care which bit in ca->found is set. We avoid accessing hystart and hystart_detect unless really needed, possibly avoiding one cache line miss. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>