On Sat, Sep 13, 2025 at 02:28:10PM +0800, Li Tian wrote: > Prior commit in Fixes, duplex is always reported full as long > as the speed is known. Restore this behavior. Besides, modern > Mellanox doesn't seem to care about half duplex. This change > mitigates duplex unknown issue on Azure Mellanox 5. > > Fixes: c268ca6087f55 ("net/mlx5: Expose port speed when possible") I'm confused with your commit message. You say DUPLEX used to be reported as Full if the speed is known. How does c268ca6087f55 change this? You don't say in the commit message. Why is Half duplex important to this fix? I don't see Half anywhere in the code. Also, what sort of problems do you see with duplex unknown? When somebody has a problem and is looking to find a patch which might fix it, seeing a description of the problem fixed in the commit message is useful. Andrew