DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 2/2] net/ixgbe : backplane port MDIO support
@ 2017-11-06 13:42 Shweta Choudaha
  0 siblings, 0 replies; only message in thread
From: Shweta Choudaha @ 2017-11-06 13:42 UTC (permalink / raw)
  To: dev; +Cc: bluca

Initialize MDIO read/write functions for backplan port
(IXGBE_DEV_ID_X550EM_A_KR_L) to enable read/write
registers via MDIO

Signed-off-by: Shweta Choudaha <shweta.choudah@att.com>
Reviewed-by: Chas Williams <chas3@att.com>
Reviewed-by: Luca Boccassi <bluca@debian.org>
---
 drivers/net/ixgbe/base/ixgbe_x550.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/ixgbe/base/ixgbe_x550.c
b/drivers/net/ixgbe/base/ixgbe_x550.c
index 9862391..3f89dc4 100644
--- a/drivers/net/ixgbe/base/ixgbe_x550.c
+++ b/drivers/net/ixgbe/base/ixgbe_x550.c
@@ -2374,6 +2374,7 @@ s32 ixgbe_init_phy_ops_X550em(struct ixgbe_hw *hw)
     }

     switch (hw->device_id) {
+    case IXGBE_DEV_ID_X550EM_A_KR_L:
     case IXGBE_DEV_ID_X550EM_A_1G_T:
     case IXGBE_DEV_ID_X550EM_A_1G_T_L:
         phy->ops.read_reg_mdi = ixgbe_read_phy_reg_mdi_22;
-- 
2.1.4

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-11-06 13:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-06 13:42 [dpdk-dev] [PATCH 2/2] net/ixgbe : backplane port MDIO support Shweta Choudaha

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).