]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Merge branch 'fix-iet-verification-implementation-for-cpsw-driver'
authorJakub Kicinski <kuba@kernel.org>
Tue, 11 Nov 2025 02:00:44 +0000 (18:00 -0800)
committerJakub Kicinski <kuba@kernel.org>
Tue, 11 Nov 2025 02:00:44 +0000 (18:00 -0800)
Aksh Garg says:

====================
Fix IET verification implementation for CPSW driver

The CPSW module supports Intersperse Express Traffic (IET) and allows
the MAC layer to verify whether the peer supports IET through its MAC
merge sublayer, by sending a verification packet and waiting for its
response until the timeout. As defined in IEEE 802.3 Clause 99, the
verification process involves up to 3 verification attempts to
establish support.

This patch series fixes issues in the implementation of this IET
verification process.
====================

Link: https://patch.msgid.link/20251106092305.1437347-1-a-garg7@ti.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge