> -----Original Message-----
> From: Mah, Yock Gen <[email protected]>
> Sent: Friday, September 2, 2022 8:18 AM
> To: Zhang, Qi Z <[email protected]>
> Cc: [email protected]
> Subject: [PATCH v3] IGC: Remove I225_I_PHY_ID checking
>
> From: Mah Yock Gen <[email protected]>
>
> i225 devices have only one PHY vendor. There is unnecessary to check
> _I_PHY_ID during the link establishment and auto-negotiation process, the
> checking also caused devices like i225-IT failed. This patch is to remove the
> mentioned unnecessary checking.
>
> Cc: [email protected]
>
> <changelog>
>
> Co-developed-by: Mah Yock Gen <[email protected]>
> Signed-off-by: Mah Yock Gen <[email protected]>
> Co-developed-by: Taripin Samuel <[email protected]>
> Signed-off-by: Taripin Samuel <[email protected]>
> Signed-off-by: Mah Yock Gen <[email protected]>
Acked-by: Qi Zhang <[email protected]>
Applied to dpdk-next-net-intel with below minor changes.
1. rename title to "remove unnecessary PHY ID checking" to fix check-git-log
warning
2. remove "<change log>" tag
3. remove duplicated "Signed-off-by"
Thanks
Qi