[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20260113193817.582-1-dawid.osuchowski@linux.intel.com>
Date: Tue, 13 Jan 2026 20:38:15 +0100
From: Dawid Osuchowski <dawid.osuchowski@...ux.intel.com>
To: intel-wired-lan@...ts.osuosl.org
Cc: netdev@...r.kernel.org,
Dawid Osuchowski <dawid.osuchowski@...ux.intel.com>
Subject: [PATCH iwl-net 0/2] ice: fix AQ command 0x06EE usage by retrying
The Admin Queue (AQ) command 0x06EE can return EBUSY when firmware link
management holds the i2c bus used to communicate with the module.
According to Intel(R) Ethernet Controller E810 Datasheet Rev 2.8 [1]
Section 3.3.10.4 Read/Write SFF EEPROM (0x06EE)
request should be retried upon receiving EBUSY from firmware.
Instead of relying on the caller of ice_aq_sff_eeprom() to implement
retrying, use the existing retry infrastructure in ice_sq_send_cmd_retry()
to always attempt retry on receiving EBUSY.
Reproduction steps
------------------
# ethtool -m <interface_name>
netlink error: Input/output error
Link: https://www.intel.com/content/www/us/en/content-details/613875/intel-ethernet-controller-e810-datasheet.html [1]
Jakub Staniszewski (2):
ice: reintroduce retry mechanism for indirect AQ
ice: fix retry for AQ command 0x06EE
drivers/net/ethernet/intel/ice/ice_common.c | 13 ++++++--
drivers/net/ethernet/intel/ice/ice_ethtool.c | 35 ++++++++------------
2 files changed, 24 insertions(+), 24 deletions(-)
base-commit: 855e576f30278714c7ca067005f46807aca2e6d4
--
2.51.0
Powered by blists - more mailing lists