RE: [PATCH v3] IGC: Remove I225_I_PHY_ID checking

2022-09-03 Thread Zhang, Qi Z
> -Original Message- > From: Mah, Yock Gen > Sent: Friday, September 2, 2022 8:18 AM > To: Zhang, Qi Z > Cc: dev@dpdk.org > Subject: [PATCH v3] IGC: Remove I225_I_PHY_ID checking > > From: Mah Yock Gen > > i225 devices have only one PHY vendor.

[PATCH v3] IGC: Remove I225_I_PHY_ID checking

2022-09-02 Thread yock . gen . mah
From: Mah Yock Gen 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: sta...@dpdk.org C