]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net...
authorJakub Kicinski <kuba@kernel.org>
Tue, 14 Jan 2025 21:41:16 +0000 (13:41 -0800)
committerJakub Kicinski <kuba@kernel.org>
Tue, 14 Jan 2025 21:41:16 +0000 (13:41 -0800)
commitf62bb88782ffc2d8b619ac781ca26582b00c4db6
tree5fef7a26ccfd622a0554e67475d892bf837776fb
parent9de1280fb5034a56f8827a521dec259982298581
parent258f5f905815979f15d5151d2ea4f20d8e057fe1
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue

Tony Nguyen says:

====================
Fix E825 initialization

Grzegorz Nitka says:

E825 products have incorrect initialization procedure, which may lead to
initialization failures and register values.

Fix E825 products initialization by adding correct sync delay, checking
the PHY revision only for current PHY and adding proper destination
device when reading port/quad.

In addition, E825 uses PF ID for indexing per PF registers and as
a primary PHY lane number, which is incorrect.

* '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue:
  ice: Add correct PHY lane assignment
  ice: Fix ETH56G FC-FEC Rx offset value
  ice: Fix quad registers read on E825
  ice: Fix E825 initialization
====================

Link: https://patch.msgid.link/20250113182840.3564250-1-anthony.l.nguyen@intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>