* [Intel-wired-lan] [PATCH] i40e: Set PHY Access flag on X722
@ 2019-11-06 14:23 Alice Michael
2019-11-07 18:49 ` Bowers, AndrewX
0 siblings, 1 reply; 2+ messages in thread
From: Alice Michael @ 2019-11-06 14:23 UTC (permalink / raw)
To: intel-wired-lan
From: Adam Ludkiewicz <adam.ludkiewicz@intel.com>
The X722 FW API version 1.9 adds support for accessing PHY
registers with Admin Queue Command. This enables reading
EEPROM data from (Q)SFP+ transceivers, what was previously
possible only on X710 devices.
Signed-off-by: Adam Ludkiewicz <adam.ludkiewicz@intel.com>
---
drivers/net/ethernet/intel/i40e/i40e_adminq.c | 5 +++++
drivers/net/ethernet/intel/i40e/i40e_adminq_cmd.h | 2 ++
2 files changed, 7 insertions(+)
diff --git a/drivers/net/ethernet/intel/i40e/i40e_adminq.c b/drivers/net/ethernet/intel/i40e/i40e_adminq.c
index 9f0a4e92a231..37514a75f928 100644
--- a/drivers/net/ethernet/intel/i40e/i40e_adminq.c
+++ b/drivers/net/ethernet/intel/i40e/i40e_adminq.c
@@ -536,6 +536,11 @@ static void i40e_set_hw_flags(struct i40e_hw *hw)
(aq->api_maj_ver == 1 &&
aq->api_min_ver >= I40E_MINOR_VER_FW_LLDP_STOPPABLE_X722))
hw->flags |= I40E_HW_FLAG_FW_LLDP_STOPPABLE;
+
+ if (aq->api_maj_ver > 1 ||
+ (aq->api_maj_ver == 1 &&
+ aq->api_min_ver >= I40E_MINOR_VER_GET_LINK_INFO_X722))
+ hw->flags |= I40E_HW_FLAG_AQ_PHY_ACCESS_CAPABLE;
/* fall through */
default:
break;
diff --git a/drivers/net/ethernet/intel/i40e/i40e_adminq_cmd.h b/drivers/net/ethernet/intel/i40e/i40e_adminq_cmd.h
index a23f89fb33ee..aa5f1c0aa721 100644
--- a/drivers/net/ethernet/intel/i40e/i40e_adminq_cmd.h
+++ b/drivers/net/ethernet/intel/i40e/i40e_adminq_cmd.h
@@ -20,6 +20,8 @@
/* API version 1.7 implements additional link and PHY-specific APIs */
#define I40E_MINOR_VER_GET_LINK_INFO_XL710 0x0007
+/* API version 1.9 for X722 implements additional link and PHY-specific APIs */
+#define I40E_MINOR_VER_GET_LINK_INFO_X722 0x0009
/* API version 1.6 for X722 devices adds ability to stop FW LLDP agent */
#define I40E_MINOR_VER_FW_LLDP_STOPPABLE_X722 0x0006
--
2.21.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Intel-wired-lan] [PATCH] i40e: Set PHY Access flag on X722
2019-11-06 14:23 [Intel-wired-lan] [PATCH] i40e: Set PHY Access flag on X722 Alice Michael
@ 2019-11-07 18:49 ` Bowers, AndrewX
0 siblings, 0 replies; 2+ messages in thread
From: Bowers, AndrewX @ 2019-11-07 18:49 UTC (permalink / raw)
To: intel-wired-lan
> -----Original Message-----
> From: Intel-wired-lan [mailto:intel-wired-lan-bounces at osuosl.org] On
> Behalf Of Alice Michael
> Sent: Wednesday, November 6, 2019 6:24 AM
> To: Michael, Alice <alice.michael@intel.com>; intel-wired-
> lan at lists.osuosl.org
> Cc: Ludkiewicz, Adam <adam.ludkiewicz@intel.com>
> Subject: [Intel-wired-lan] [PATCH] i40e: Set PHY Access flag on X722
>
> From: Adam Ludkiewicz <adam.ludkiewicz@intel.com>
>
> The X722 FW API version 1.9 adds support for accessing PHY registers with
> Admin Queue Command. This enables reading EEPROM data from (Q)SFP+
> transceivers, what was previously possible only on X710 devices.
>
> Signed-off-by: Adam Ludkiewicz <adam.ludkiewicz@intel.com>
> ---
> drivers/net/ethernet/intel/i40e/i40e_adminq.c | 5 +++++
> drivers/net/ethernet/intel/i40e/i40e_adminq_cmd.h | 2 ++
> 2 files changed, 7 insertions(+)
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-11-07 18:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-06 14:23 [Intel-wired-lan] [PATCH] i40e: Set PHY Access flag on X722 Alice Michael
2019-11-07 18:49 ` Bowers, AndrewX
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox