From: Shweta Choudaha <shweta.choudaha@gmail.com>
To: dev@dpdk.org
Cc: wenzhuo.lu@intel.com, konstantin.ananyev@intel.com,
helin.zhang@intel.com, ferruh.yigit@intel.com,
shweta.choudaha@att.com
Subject: [dpdk-dev] [PATCH v2 0/1] net/ixgbe: Add read/write PMD MDIO API
Date: Wed, 21 Mar 2018 17:36:17 +0000 [thread overview]
Message-ID: <20180321173618.74200-1-shweta.choudaha@gmail.com> (raw)
From: Shweta Choudaha <shweta.choudaha@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
next reply other threads:[~2018-03-21 17:36 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-21 17:36 Shweta Choudaha [this message]
2018-03-21 17:36 ` [dpdk-dev] [PATCH v2 1/1] net/ixgbe: Add access and locking APIs for MDIO Shweta Choudaha
2018-04-04 2:15 ` Lu, Wenzhuo
2018-04-11 14:01 ` Shweta Choudaha
2018-04-11 13:59 ` [dpdk-dev] [PATCH v3] " Shweta Choudaha
2018-04-13 2:37 ` Zhang, Qi Z
2018-04-13 16:41 ` Shweta Choudaha
2018-04-13 16:35 ` [dpdk-dev] [PATCH v4] net/ixgbe: add " Shweta Choudaha
2018-04-15 13:32 ` Zhang, Qi Z
2018-04-17 16:14 ` Zhang, Helin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180321173618.74200-1-shweta.choudaha@gmail.com \
--to=shweta.choudaha@gmail.com \
--cc=dev@dpdk.org \
--cc=ferruh.yigit@intel.com \
--cc=helin.zhang@intel.com \
--cc=konstantin.ananyev@intel.com \
--cc=shweta.choudaha@att.com \
--cc=wenzhuo.lu@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).