Re: [Intel-wired-lan] [PATCH iwl-net v1] ice: fix 200G link speed message log

2024-06-05 Thread Pucha, HimasekharX Reddy
> -Original Message- > From: Intel-wired-lan On Behalf Of Paul > Greenwalt > Sent: Thursday, May 30, 2024 10:36 PM > To: intel-wired-...@lists.osuosl.org > Cc: Michal Swiatkowski ; Greenwalt, Paul > > Subject: [Intel-wired-lan] [PATCH iwl-net v1] ice: fix 200G l

Re: [Intel-wired-lan] [PATCH iwl-net v1] ice: fix 200G link speed message log

2024-05-30 Thread Jesse Brandeburg
On 5/30/2024 10:06 AM, Paul Greenwalt wrote: > Commit 24407a01e57c ("ice: Add 200G speed/phy type use") added support > for 200G PHY speeds, but did not include 200G link speed message > support. As a result the driver incorrectly reports Unknown for 200G > link speed. > > Fix this by adding 200G

[Intel-wired-lan] [PATCH iwl-net v1] ice: fix 200G link speed message log

2024-05-30 Thread Paul Greenwalt
Commit 24407a01e57c ("ice: Add 200G speed/phy type use") added support for 200G PHY speeds, but did not include 200G link speed message support. As a result the driver incorrectly reports Unknown for 200G link speed. Fix this by adding 200G support to ice_print_link_msg(). Fixes: 24407a01e57c ("i