diff options
author | Dmitry Safonov <0x7f454c46@gmail.com> | 2025-03-19 06:13:34 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2025-03-25 16:10:29 +0300 |
commit | 65ffdf31be68aaa6b2480112e5f65b6e747a3724 (patch) | |
tree | b340b0ae928137aec3bc5dd1f954eb135dddbdbf /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 3e25c1a7c0566128557c3a1cfc1eea6f943bc137 (diff) | |
download | linux-65ffdf31be68aaa6b2480112e5f65b6e747a3724.tar.xz |
selftests/net: Print TCP flags in more common format
Before:
># 13145[lib/ftrace-tcp.c:427] trace event filter tcp_ao_key_not_found [2001:db8:1::1:-1 => 2001:db8:254::1:7010, L3index 0, flags: !FS!R!P!., keyid: 100, rnext: 100, maclen: -1, sne: -1] = 1
After:
># 13487[lib/ftrace-tcp.c:427] trace event filter tcp_ao_key_not_found [2001:db8:1::1:-1 => 2001:db8:254::1:7010, L3index 0, flags: S, keyid: 100, rnext: 100, maclen: -1, sne: -1] = 1
For the history, I think the initial format was to emphasize the absence
of flags as well as their presence (!R meant no RST flag). But looking
again, it's just unreadable and hard to understand.
Make it the standard/expected one.
Signed-off-by: Dmitry Safonov <0x7f454c46@gmail.com>
Link: https://patch.msgid.link/20250319-tcp-ao-selftests-polling-v2-1-da48040153d1@gmail.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