[dpdk-dev] [PATCH v2 0/1] net/ixgbe: Add read/write PMD MDIO API

Shweta Choudaha shweta.choudaha at gmail.com
Wed Mar 21 18:36:17 CET 2018


From: Shweta Choudaha <shweta.choudaha at att.com>

Hi, 
   I am updating this patch to separate MDIO access APIs and MDIO 
locking APIs. This is done so that calling function can batch MDIO 
access at a higher level as taking MDIO lock can be expensive. 
 
Thanks, 
Shweta

Shweta Choudaha (1):
  net/ixgbe: Add access and locking APIs for MDIO

 drivers/net/ixgbe/rte_pmd_ixgbe.c           | 203 ++++++++++++++++++++++++++++
 drivers/net/ixgbe/rte_pmd_ixgbe.h           |  71 ++++++++++
 drivers/net/ixgbe/rte_pmd_ixgbe_version.map |   9 ++
 3 files changed, 283 insertions(+)

-- 
2.11.0



More information about the dev mailing list