Re: [PATCH NET 3/3] net: hns: add configuration constraints for 1000M half

From: Andrew Lunn
Date: Thu Aug 23 2018 - 23:41:24 EST


On Fri, Aug 24, 2018 at 11:42:23AM +0800, Peng Li wrote:
> Hisilicon hip05 and hip06 board network card do not support
> 1000M half configuration. Driver can not config gmac as
> 1000M half.
>
> Signed-off-by: Peng Li <lipeng321@xxxxxxxxxx>

Hi Peng

Does the driver remove SUPPORTED_1000baseT_Half from
phydev->supported? If you do that, the PHY should never negotiate
this speed.

Andrew