diff options
author | 2020-12-11 15:26:38 +0100 | |
---|---|---|
committer | 2020-12-14 18:38:58 -0800 | |
commit | 0780b4145634c3e8d69905dc5d2695d1207130df (patch) | |
tree | ee37706a2c35ef87ce0dc6f4f6b6f58c98489a53 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | net: bridge: Fix a warning when del bridge sysfs (diff) | |
download | wireguard-linux-0780b4145634c3e8d69905dc5d2695d1207130df.tar.xz wireguard-linux-0780b4145634c3e8d69905dc5d2695d1207130df.zip |
inet_ecn: Use csum16_add() helper for IP_ECN_set_* helpers
Jakub pointed out that the IP_ECN_set* helpers basically open-code
csum16_add(), so let's switch them over to using the helper instead.
v2:
- Use __be16 for check_add stack variable in IP_ECN_set_ce() (kbot)
v3:
- Turns out we need __force casts to do arithmetic on __be16 types
Reported-by: Jakub Kicinski <kuba@kernel.org>
Tested-by: Jonathan Morton <chromatix99@gmail.com>
Tested-by: Pete Heist <pete@heistp.net>
Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
Link: https://lore.kernel.org/r/20201211142638.154780-1-toke@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions