Re: [PATCH net 2/2] net: macb: reject an unknown link speed in the taprio setup
From: Aleksei Sviridkin
Date: Thu Sep 03 2026 - 08:37:39 EST
> Can ethtool_validate_speed() be used?
No: it accepts SPEED_UNKNOWN by definition, and zero as well, so it
lets through exactly the values this check rejects.