Re: [PATCH] IGC: Remove I225_I_PHY_ID checking

2022-09-02 Thread David Marchand
On Thu, Sep 1, 2022 at 10:22 AM David Marchand wrote: > Besides, please register to the @dev mailing list. Bis. Please register to the @dev mailing list. -- David Marchand

Re: [PATCH] IGC: Remove I225_I_PHY_ID checking

2022-09-01 Thread David Marchand
On Thu, Sep 1, 2022 at 10:08 AM Mah, Yock Gen wrote: > > >-Original Message- > >From: Zhang, Qi Z > >Sent: Tuesday, 30 August, 2022 7:17 PM > >To: IOTG DPDK Ref App ; dev@dpdk.org > >Subject: RE: [PATCH] IGC: Remove I225_I_PHY_ID checking > >

RE: [PATCH] IGC: Remove I225_I_PHY_ID checking

2022-09-01 Thread Mah, Yock Gen
>-Original Message- >From: Zhang, Qi Z >Sent: Tuesday, 30 August, 2022 7:17 PM >To: IOTG DPDK Ref App ; dev@dpdk.org >Subject: RE: [PATCH] IGC: Remove I225_I_PHY_ID checking > -Original Message- > From: iotg.dpdk.ref@intel.com > Sent: Monday, Augu

RE: [PATCH] IGC: Remove I225_I_PHY_ID checking

2022-08-30 Thread Zhang, Qi Z
> -Original Message- > From: iotg.dpdk.ref@intel.com > Sent: Monday, August 29, 2022 4:15 PM > To: dev@dpdk.org > Subject: [PATCH] IGC: Remove I225_I_PHY_ID checking > > From: NSWE SWS DPDK Dev > > i225 devices have only one PHY vendor. There is unnec

[PATCH] IGC: Remove I225_I_PHY_ID checking

2022-08-29 Thread iotg . dpdk . ref . app
From: NSWE SWS DPDK Dev 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.o