commit | 19bf62613a800ef4ffa26cbae6b723d9f46740ed | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Thu Nov 29 07:56:20 2018 -0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Nov 29 11:10:14 2018 -0800 |
tree | 7a48396a78634310d66e156caf70a5ef61451ad5 | |
parent | dcc6abae0f473a67543ce651fbfb6b15452876f6 [diff] |
tcp: remove loop to compute wscale We can remove the loop and conditional branches and compute wscale efficiently thanks to ilog2() Signed-off-by: Eric Dumazet <edumazet@google.com> Acked-by: Soheil Hassas Yeganeh <soheil@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>