diff options
author | Guillaume Nault <[email protected]> | 2024-10-07 20:24:54 +0200 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2024-10-09 17:31:40 -0700 |
commit | d32976408744a589f04b5c939f8f01f7167e5167 (patch) | |
tree | 76075ee3b738cb88ec575c319d5f7a3d327488b8 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 1a7c292617e4c6dcacf0590909ad9a231df6e25e (diff) |
ipv4: Convert ip_mc_validate_source() to dscp_t.
Pass a dscp_t variable to ip_mc_validate_source(), instead of a plain
u8, to prevent accidental setting of ECN bits in ->flowi4_tos.
Callers of ip_mc_validate_source() to consider are:
* ip_route_input_mc() which already has a dscp_t variable to pass as
parameter. We just need to remove the inet_dscp_to_dsfield()
conversion.
* udp_v4_early_demux() which gets the DSCP directly from the IPv4
header and can simply use the ip4h_dscp() helper.
Also, stop including net/inet_dscp.h in udp.c as we don't use any of
its declarations anymore.
Signed-off-by: Guillaume Nault <[email protected]>
Reviewed-by: Ido Schimmel <[email protected]>
Tested-by: Ido Schimmel <[email protected]>
Reviewed-by: David Ahern <[email protected]>
Link: https://patch.msgid.link/c91b2cca04718b7ee6cf5b9c1d5b40507d65a8d4.1728302212.git.gnault@redhat.com
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions