commit | 8e8e2951e3095732d7e780c241f61ea130955a57 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Wed Jun 12 09:52:30 2019 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Jun 14 18:52:14 2019 -0700 |
tree | 41257e97418486993cb2ea69aaadbc0524eef7f3 | |
parent | 0338a14523e3864524dafb6a66c7b82e94201317 [diff] |
net/packet: make tp_drops atomic Under DDOS, we want to be able to increment tp_drops without touching the spinlock. This will help readers to drain the receive queue slightly faster :/ Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>