]> Gentwo Git Trees - linux/.git/commit
Merge branch 'selftests-hw-net-toeplitz-read-config-from-the-nic-directly'
authorJakub Kicinski <kuba@kernel.org>
Tue, 25 Nov 2025 02:51:44 +0000 (18:51 -0800)
committerJakub Kicinski <kuba@kernel.org>
Tue, 25 Nov 2025 02:51:44 +0000 (18:51 -0800)
commitd350d2835033bfa6833ff03bb2a7dc99a237d1c2
tree03a9861c34a7e6f6e2a9e196c6dcf54080f4ec0c
parentef0b78b5b6cb139af1273fc5f2720201556b2650
parent5aadc155849eb85d799604939fd9e9024b7392a3
Merge branch 'selftests-hw-net-toeplitz-read-config-from-the-nic-directly'

Jakub Kicinski says:

====================
selftests: hw-net: toeplitz: read config from the NIC directly

First patch here tries to auto-disable building the iouring sample.
Our CI will still run the iouring test(s), of course, but it looks
like the liburing updates aren't very quick in distroes and having
to hack around it when developing unrelated tests is a bit annoying.

Remaining 4 patches iron out running the Toeplitz hash test against
real NICs. I tested mlx5, bnxt and fbnic, they all pass now.
I switched to using YNL directly in the C code, can't see a reason
to get the info in Python and pass it to C via argv. The old code
likely did this because it predates YNL.
====================

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