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

2018-04-17 Thread Zhang, Helin
gt; > ; Zhang, Helin ; > > Yigit, Ferruh ; shweta.choud...@att.com > > Subject: [dpdk-dev] [PATCH v4] net/ixgbe: add access and locking APIs > > for MDIO > > > > From: Shweta Choudaha > > > > Add ixgbe MDIO lock/unlock and access APIs to read and write registe

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

2018-04-15 Thread Zhang, Qi Z
ct: [dpdk-dev] [PATCH v4] net/ixgbe: add access and locking APIs for > MDIO > > 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

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

2018-04-13 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