diff options
author | 2016-08-17 07:48:36 -0700 | |
---|---|---|
committer | 2016-08-18 23:27:27 -0700 | |
commit | dca0aaf8472f15836a68bbed8a0ef9ea39e783aa (patch) | |
tree | 37be0e35a1db4350a50307ec21c2a24e59a13b7a /net/tipc | |
parent | Merge branch 'bridge-vlan-stats-with-flags' (diff) | |
download | linux-rng-dca0aaf8472f15836a68bbed8a0ef9ea39e783aa.tar.xz linux-rng-dca0aaf8472f15836a68bbed8a0ef9ea39e783aa.zip |
tcp: defer sacked assignment
While chasing tcp_xmit_retransmit_queue() kasan issue, I found
that we could avoid reading sacked field of skb that we wont send,
possibly removing one cache line miss.
Very minor change in slow path, but why not ? ;)
Signed-off-by: Eric Dumazet <edumazet@google.com>
Acked-by: Neal Cardwell <ncardwell@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/tipc')
0 files changed, 0 insertions, 0 deletions