Re: [PATCH net-next] inet_ecn: Use csum16_add() helper for IP_ECN_set_* helpers

2020-12-10 Thread kernel test robot
Hi "Toke, I love your patch! Perhaps something to improve: [auto build test WARNING on net-next/master] url: https://github.com/0day-ci/linux/commits/Toke-H-iland-J-rgensen/inet_ecn-Use-csum16_add-helper-for-IP_ECN_set_-helpers/20201210-190846 base: https://git.kernel.org/pub/scm/linux/ker

[PATCH net-next] inet_ecn: Use csum16_add() helper for IP_ECN_set_* helpers

2020-12-10 Thread Toke Høiland-Jørgensen
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. Reported-by: Jakub Kicinski Tested-by: Jonathan Morton Tested-by: Pete Heist Signed-off-by: Toke Høiland-Jørgensen --- include/net/inet_ecn.h | 13 +-