Page MenuHomeFreeBSD

igc: remove unnecessary PHY ID checks
ClosedPublic

Authored by kbowling on Oct 10 2022, 6:39 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 27, 3:45 PM
Unknown Object (File)
Sat, Apr 27, 3:38 PM
Unknown Object (File)
Sat, Apr 27, 3:37 PM
Unknown Object (File)
Sat, Apr 27, 2:06 PM
Unknown Object (File)
Thu, Apr 25, 11:27 PM
Unknown Object (File)
Tue, Apr 23, 3:08 PM
Unknown Object (File)
Mon, Apr 22, 5:11 PM
Unknown Object (File)
Mon, Apr 22, 9:38 AM
Subscribers

Details

Summary
net/igc: remove unnecessary PHY ID checks

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: stable@dpdk.org

Signed-off-by: Mah Yock Gen <yock.gen.mah@intel.com>
Signed-off-by: Taripin Samuel <samuel.taripin@intel.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable