[PATCH v1 1/5] net/ixgbe: remove PTP by PHY cap
Anatoly Burakov
anatoly.burakov at intel.com
Mon Jun 9 12:25:34 CEST 2025
From: Aleksandr Loktionov <aleksandr.loktionov at intel.com>
Disable PTP by PHY capability support.
Signed-off-by: Aleksandr Loktionov <aleksandr.loktionov at intel.com>
Signed-off-by: Anatoly Burakov <anatoly.burakov at intel.com>
---
drivers/net/intel/ixgbe/base/ixgbe_e610.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/intel/ixgbe/base/ixgbe_e610.c b/drivers/net/intel/ixgbe/base/ixgbe_e610.c
index 7420c78d07..cf45db3bc4 100644
--- a/drivers/net/intel/ixgbe/base/ixgbe_e610.c
+++ b/drivers/net/intel/ixgbe/base/ixgbe_e610.c
@@ -752,7 +752,7 @@ ixgbe_parse_common_caps(struct ixgbe_hw *hw, struct ixgbe_hw_common_caps *caps,
prefix, caps->next_cluster_id_support);
break;
case IXGBE_ACI_CAPS_PTP_BY_PHY:
- caps->ptp_by_phy_support = (number == 1);
+ caps->ptp_by_phy_support = 0;
DEBUGOUT2("%s: ptp_by_phy_support = %d\n", prefix,
caps->ptp_by_phy_support);
break;
--
2.47.1
More information about the dev
mailing list