From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shweta Choudaha Subject: [PATCH v2 0/1] net/ixgbe: Add read/write PMD MDIO API Date: Wed, 21 Mar 2018 17:36:17 +0000 Message-ID: <20180321173618.74200-1-shweta.choudaha@gmail.com> Cc: wenzhuo.lu@intel.com, konstantin.ananyev@intel.com, helin.zhang@intel.com, ferruh.yigit@intel.com, shweta.choudaha@att.com To: dev@dpdk.org Return-path: Received: from mail-wm0-f65.google.com (mail-wm0-f65.google.com [74.125.82.65]) by dpdk.org (Postfix) with ESMTP id DF8D42BA5 for ; Wed, 21 Mar 2018 18:36:28 +0100 (CET) Received: by mail-wm0-f65.google.com with SMTP id i189so7400609wmf.0 for ; Wed, 21 Mar 2018 10:36:28 -0700 (PDT) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" From: Shweta Choudaha 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