Re: [dpdk-dev] [PATCH v3] net/ixgbe: Add access and locking APIs for MDIO

2018-04-13 Thread Shweta Choudaha
esday, April 11, 2018 10:00 PM > > To: dev@dpdk.org > > Cc: Lu, Wenzhuo ; Ananyev, Konstantin > > ; Zhang, Helin ; > Yigit, > > Ferruh ; shweta.choud...@att.com > > Subject: [dpdk-dev] [PATCH v3] net/ixgbe: Add access and locking APIs for > > MDIO > > Nitp

Re: [dpdk-dev] [PATCH v3] net/ixgbe: Add access and locking APIs for MDIO

2018-04-12 Thread Zhang, Qi Z
> Subject: [dpdk-dev] [PATCH v3] net/ixgbe: Add access and locking APIs for > MDIO Nitpick: title should not start with uppercase. > + > +EXPERIMENTAL { > + global: > + > + rte_pmd_ixgbe_lock_mdio; > + rte_pmd_ixgbe_unlock_mdio; Can we rename to rte_pmd_ixgb

[dpdk-dev] [PATCH v3] net/ixgbe: Add access and locking APIs for MDIO

2018-04-11 Thread Shweta Choudaha
From: Shweta Choudaha Add ixgbe MDIO lock/unlock and access APIs to read and write registers using specific device address. This provides MDIO access to any devices that are not associated with the autoprobed PHY.Export these APIs via the map file Signed-off-by: Shweta Choudaha Reviewed-by: Cha