]> www.infradead.org Git - users/dwmw2/linux.git/commit
selftests: make order checking verbose in msg_zerocopy selftest
authorZijian Zhang <zijianzhang@bytedance.com>
Mon, 1 Jul 2024 22:53:49 +0000 (22:53 +0000)
committerJakub Kicinski <kuba@kernel.org>
Thu, 4 Jul 2024 02:42:32 +0000 (19:42 -0700)
commit7d6d8f0c8b700c9493f2839abccb6d29028b4219
tree8dab2a1deba2e5b400fe530036406893be3d39b2
parentaf2b7e5b741aaae9ffbba2c660def434e07aa241
selftests: make order checking verbose in msg_zerocopy selftest

We find that when lock debugging is on, notifications may not come in
order. Thus, we have order checking outputs managed by cfg_verbose, to
avoid too many outputs in this case.

Fixes: 07b65c5b31ce ("test: add msg_zerocopy test")
Signed-off-by: Zijian Zhang <zijianzhang@bytedance.com>
Signed-off-by: Xiaochun Lu <xiaochun.lu@bytedance.com>
Reviewed-by: Willem de Bruijn <willemb@google.com>
Link: https://patch.msgid.link/20240701225349.3395580-3-zijianzhang@bytedance.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/testing/selftests/net/msg_zerocopy.c