]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge branch 'selftests-drv-net-convert-so_txtime-to-drv-net'
authorJakub Kicinski <kuba@kernel.org>
Wed, 6 May 2026 01:15:33 +0000 (18:15 -0700)
committerJakub Kicinski <kuba@kernel.org>
Wed, 6 May 2026 01:15:41 +0000 (18:15 -0700)
commit78ced08039a176c5111647d75eb138fb5200297c
treeb7f1a6b3c856172594215ace364e9ec62831129a
parent17099a2f86cbbcde762f67d629696aaa61b34fb7
parent5c6baef3885c0e16e63d432fe31aa6f7e98e18dc
Merge branch 'selftests-drv-net-convert-so_txtime-to-drv-net'

Willem de Bruijn says:

====================
selftests: drv-net: convert so_txtime to drv-net

In preparation for extending to pacing hardware offload, convert the
so_txtime.sh test to a drv-net test that can be run against netdevsim
and real hardware.

Two preparatory patches
1. support negative tests, where tests are expected to fail
2. add a tc helper

See individual patches for details and detailed changelog
====================

Link: https://patch.msgid.link/20260504174056.565319-1-willemdebruijn.kernel@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>