[Intel-wired-lan] [PATCH v3 1/1] ixgbe: Correct BASE-BX10 compliance code

Pucha, HimasekharX Reddy himasekharx.reddy.pucha at intel.com
Wed Nov 27 10:24:31 UTC 2024


> -----Original Message-----
> From: Intel-wired-lan <intel-wired-lan-bounces at osuosl.org> On Behalf Of Tore Amundsen
> Sent: 15 November 2024 19:48
> To: netdev at vger.kernel.org
> Cc: pmenzel at molgen.mpg.de; andrew+netdev at lunn.ch; Nguyen, Anthony L <anthony.l.nguyen at intel.com>; davem at davemloft.net; edumazet at google.com; ernesto at castellotti.net; intel-wired-lan at lists.osuosl.org; kuba at kernel.org; linux-kernel at vger.kernel.org; pabeni at redhat.com; Kitszel, Przemyslaw <przemyslaw.kitszel at intel.com>; tore at amundsen.org
> Subject: [Intel-wired-lan] [PATCH v3 1/1] ixgbe: Correct BASE-BX10 compliance code
>
> SFF-8472 (section 5.4 Transceiver Compliance Codes) defines bit 6 as BASE-BX10. Bit 6 means a value of 0x40 (decimal 64).
>
> The current value in the source code is 0x64, which appears to be a mix-up of hex and decimal values. A value of 0x64 (binary 01100100) incorrectly sets bit 2 (1000BASE-CX) and bit 5 (100BASE-FX) as well.
>
> Fixes: 1b43e0d20f2d ("ixgbe: Add 1000BASE-BX support")
> Signed-off-by: Tore Amundsen <tore at amundsen.org>
> Reviewed-by: Paul Menzel <pmenzel at molgen.mpg.de>
> Acked-by: Ernesto Castellotti <ernesto at castellotti.net>
> ---
> v2: Added Fixes tag as requested by Paul Menzel.
> v3: Correct Fixes tag format and add Acked-By.
>
>  drivers/net/ethernet/intel/ixgbe/ixgbe_phy.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>

Tested-by: Pucha Himasekhar Reddy <himasekharx.reddy.pucha at intel.com> (A Contingent worker at Intel)



More information about the Intel-wired-lan mailing list